Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bush2021/chrome_plus
/ functions
Functions
198 in github.com/Bush2021/chrome_plus
⨍
Functions
198
◇
Types & classes
27
↓ 1 callers
Function
InstallLoader
src/chrome++.cc:90
↓ 1 callers
Function
IsBrowserProcess
The loader calls `PakPatch()` only in the browser and in `--type=renderer` children (chrome++.cc `Loader`), so no `-type=` switch means the browser.
src/pakpatch.cc:59
↓ 1 callers
Method
IsDoubleClickClose
src/config.h:34
↓ 1 callers
Method
IsIgnorePolicies
src/config.h:27
↓ 1 callers
Function
IsOmniboxFocused
src/uia.cc:1058
↓ 1 callers
Function
IsOnBookmark
src/uia.cc:1034
↓ 1 callers
Function
IsOnTabBar
The wheel path used `IUIAutomation::ElementFromPoint`, whose HWND routing descends into the renderer accessibility tree whenever the pointer is over t
src/uia.cc:1014
↓ 1 callers
Function
IsOnTabCloseButton
src/uia.cc:715
↓ 1 callers
Function
IsPolicyKey
src/policies.cc:16
↓ 1 callers
Function
IsResourcesPak
Identify `resources.pak` where it is mapped, by querying the handle, rather than where it is opened. Chrome maps the pak with `CreateFileMapping`/`Map
src/pakpatch.cc:284
↓ 1 callers
Method
IsRightClickClose
src/config.h:35
↓ 1 callers
Method
IsShowPassword
src/config.h:25
↓ 1 callers
Method
IsSuppressFalseUpgradeNotification
src/config.h:28
↓ 1 callers
Function
IsValidBookmark
src/uia.cc:276
↓ 1 callers
Method
IsWin32K
src/config.h:26
↓ 1 callers
Function
IsWindowFullScreen
src/uia.cc:530
↓ 1 callers
Function
JoinArgsString
src/utils.cc:155
↓ 1 callers
Function
KeyMapping
src/keymapping.cc:262
↓ 1 callers
Function
LoadSysDll
src/hijack.cc:146
↓ 1 callers
Function
LoadVersion
src/hijack.cc:101
↓ 1 callers
Function
MakeGreen
src/green.cc:165
↓ 1 callers
Function
OnHotkey
src/hotkey.cc:215
↓ 1 callers
Function
ParseCharacterKey
Parse single character key (A-Z, 0-9, symbols)
src/utils.cc:364
↓ 1 callers
Function
ParseCommand
src/keymapping.cc:185
↓ 1 callers
Function
ParseCommandLineArgs
Parse command line string into argument vector, skipping the executable name.
src/portable.cc:93
↓ 1 callers
Function
ParseConfiguredArgs
src/portable.cc:54
↓ 1 callers
Function
ParseFunctionKey
Parse function key (F1-F24)
src/utils.cc:345
↓ 1 callers
Function
PatchResourcesPak
One flow per process kind: the browser locates and patches the entry itself, then publishes the id and the patched bytes for its children; a renderer
src/pakpatch.cc:218
↓ 1 callers
Function
Portable
src/portable.cc:253
↓ 1 callers
Function
ProcessAndMergeArgs
src/portable.cc:148
↓ 1 callers
Function
ProcessAudioSession
src/hotkey.cc:95
↓ 1 callers
Function
PublishPatchedEntry
Browser side: copy the patched slot into a named read-only section and publish the name through the environment. Read-only is load-bearing: the bytes
src/pakpatch.cc:84
↓ 1 callers
Function
QuoteSpaceIfNeeded
src/utils.cc:139
↓ 1 callers
Function
ReassembleCommandLine
Reassemble final command line from arguments and suffix.
src/portable.cc:205
↓ 1 callers
Function
RegisterMouseHandler
src/inputhook.cc:69
↓ 1 callers
Method
Release
src/appid.cc:102
↓ 1 callers
Function
ResolveTabUi
src/uia.cc:585
↓ 1 callers
Function
RunningChromeVersion
The first `pv` read can arrive before `chrome.dll` is loaded, so keep retrying (cheaply) until it resolves rather than caching an empty result.
src/upgradenotification.cc:69
↓ 1 callers
Function
SearchMemory
Search memory.
src/utils.cc:165
↓ 1 callers
Function
SendMappedKey
src/keymapping.cc:102
↓ 1 callers
Function
SeparateSentinelArgs
Separate arguments before and after the `--` sentinel.
src/portable.cc:120
↓ 1 callers
Function
SetAppId
src/appid.cc:173
↓ 1 callers
Function
SplitSingleArgumentSwitch
Split command line to extract `--single-argument` suffix if present.
src/portable.cc:75
↓ 1 callers
Function
SuppressFalseUpgradeNotification
src/upgradenotification.cc:169
↓ 1 callers
Function
TabBookmark
src/tabbookmark.cc:402
↓ 1 callers
Function
TraverseDescendantsRaw
src/uia.cc:291
↓ 1 callers
Function
TrimTrailingWhitespace
src/portable.cc:48
↓ 1 callers
Function
WindowHostsWebContent
True when `window` hosts web content. WebContents on Windows always carries a `Chrome_RenderWidgetHostHWND` child HWND, kept by Chromium for screen-re
src/uia.cc:867
↓ 1 callers
Function
compression_html
src/utils.cc:104
Method
AddRef
src/appid.cc:98
Method
ComInitializer
src/com_initializer.h:8
Method
Commit
src/appid.cc:138
Method
Config
src/config.cc:17
Method
Config
src/config.h:55
Function
DllMain
src/chrome++.cc:109
Function
FakeGetComputerName
src/green.cc:31
Function
FakeGetVolumeInformation
This function checks if the lpVolumeSerialNumber parameter is provided. If lpVolumeSerialNumber is not null, the function returns false. This behavior
src/green.cc:51
Method
GetAt
src/appid.cc:114
Method
GetValue
src/appid.cc:118
Function
HideAndShow
src/hotkey.cc:192
Function
KeyMappingHandler
src/keymapping.cc:147
Function
KeyboardProc
src/inputhook.cc:24
Method
LoadBookmarkNewTabMode
src/config.cc:123
Method
LoadConfig
src/config.cc:21
Method
LoadDirPath
src/config.cc:101
Method
LoadKeyMappings
src/config.cc:64
Method
LoadOpenUrlNewTabMode
src/config.cc:119
Function
Loader
src/chrome++.cc:66
Function
MouseProc
src/inputhook.cc:35
Function
MyCreateFileMapping
src/pakpatch.cc:300
Function
MyCryptProtectData
src/green.cc:93
Function
MyCryptUnprotectData
src/green.cc:108
Function
MyIsOS
src/green.cc:141
Function
MyLogonUserW
src/green.cc:128
Function
MyMapViewOfFile
src/pakpatch.cc:239
Function
MyNetUserGetInfo
src/green.cc:150
Function
MyRegOpenKeyExW
Make Chrome's installed-version probe succeed even when Google Update was never installed. `InstallUtil::GetChromeVersion` opens `...\Google\Update\Cl
src/upgradenotification.cc:147
Function
MyRegOpenKeyExW
src/policies.cc:29
Function
MyRegQueryValueExW
`InstallUtil::GetChromeVersion` reads `pv` (REG_SZ) under `...\Google\Update\Clients\{GUID}` (chrome/installer/util/install_util.cc). When a co-instal
src/upgradenotification.cc:96
Function
MySHGetPropertyStoreForWindow
src/appid.cc:155
Function
MySetCurrentProcessExplicitAppUserModelID
src/appid.cc:148
Function
MyUpdateProcThreadAttribute
src/green.cc:69
Function
PatchSettingsHtml
The #172 settings-page injection, run on each candidate decompressed pak entry until it finds the one holding the settings-about-page HTML.
src/pakpatch.cc:175
Method
PropertyStoreWrapper
src/appid.cc:74
Method
ScopedBstr
src/uia.cc:184
Method
ScopedVariant
src/uia.cc:23
Function
SearchChromeWindow
src/hotkey.cc:38
Method
SetValue
src/appid.cc:129
Function
TabBookmarkKeyboardHandler
Keyboard handler for tab and bookmark operations
src/tabbookmark.cc:383
Function
TabBookmarkMouseHandler
Mouse handler for tab and bookmark operations
src/tabbookmark.cc:231
Function
TranslateKeyHandler
src/keymapping.cc:166
Method
operator()
src/appid.cc:47
Function
portable
src/chrome++.cc:107
Method
~ComInitializer
src/com_initializer.h:13
Method
~Config
src/config.h:54
Method
~PropertyStoreWrapper
src/appid.cc:77
Method
~ScopedBstr
src/uia.cc:185
Method
~ScopedVariant
src/uia.cc:24
← previous
101–198 of 198, ranked by callers