OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:should_unload
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome_frame/
custom_sync_call_context.cc
34
base::WaitableEvent* unload_done, bool*
should_unload
)
35
: should_unload_(
should_unload
),
39
void UnloadContext::Completed(bool
should_unload
) {
40
*should_unload_ =
should_unload
;
custom_sync_call_context.h
53
UnloadContext(base::WaitableEvent* unload_done, bool*
should_unload
);
55
void Completed(bool
should_unload
);
chrome_frame_automation.cc
[
all
...]
chrome_frame_automation.h
402
void OnUnload(bool*
should_unload
);
chrome_active_document.cc
970
bool
should_unload
= true;
local
[
all
...]
Completed in 132 milliseconds