Home
last modified time | relevance | path

Searched refs:should_unload (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome_frame/
Dcustom_sync_call_context.cc34 base::WaitableEvent* unload_done, bool* should_unload) in UnloadContext() argument
35 : should_unload_(should_unload), in UnloadContext()
39 void UnloadContext::Completed(bool should_unload) { in Completed() argument
40 *should_unload_ = should_unload; in Completed()
Dcustom_sync_call_context.h53 UnloadContext(base::WaitableEvent* unload_done, bool* should_unload);
55 void Completed(bool should_unload);
Dchrome_frame_automation.cc1220 void ChromeFrameAutomationClient::OnUnload(bool* should_unload) { in OnUnload() argument
1221 *should_unload = true; in OnUnload()
1226 should_unload); in OnUnload()
1229 should_unload); in OnUnload()
Dchrome_active_document.cc970 bool should_unload = true; in OnUnload() local
971 automation_client_->OnUnload(&should_unload); in OnUnload()
973 out_args->boolVal = should_unload ? VARIANT_TRUE : VARIANT_FALSE; in OnUnload()
Dchrome_frame_automation.h402 void OnUnload(bool* should_unload);