OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StartHook
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome_frame/
bho_loader.h
27
bool
StartHook
();
29
// Call this to remove the event hooks that are installed by
StartHook
().
chrome_frame_helper_dll.cc
17
return BHOLoader::GetInstance()->
StartHook
() ? S_OK : E_FAIL;
event_hooker.h
18
bool
StartHook
();
20
// Call this to remove the event hooks that are installed by
StartHook
().
23
// The callback invoked in response to an event registered for in
StartHook
().
event_hooker.cc
19
bool EventHooker::
StartHook
() {
bho_loader.cc
121
bool BHOLoader::
StartHook
() {
122
return hooker_->
StartHook
();
Completed in 39 milliseconds