OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FastShutdownIfPossible
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/content/public/browser/
render_process_host.h
116
virtual bool
FastShutdownIfPossible
() = 0;
/external/chromium_org/content/public/test/
mock_render_process_host.h
54
virtual bool
FastShutdownIfPossible
() OVERRIDE;
mock_render_process_host.cc
118
bool MockRenderProcessHost::
FastShutdownIfPossible
() {
245
return
FastShutdownIfPossible
();
/external/chromium_org/content/test/
content_browser_test.cc
141
i.GetCurrentValue()->
FastShutdownIfPossible
();
/external/chromium/chrome/browser/
browser_shutdown.cc
104
if (!i.GetCurrentValue()->
FastShutdownIfPossible
())
/external/chromium_org/chrome/browser/
browser_shutdown.cc
115
if (!i.GetCurrentValue()->
FastShutdownIfPossible
())
/external/chromium_org/content/browser/renderer_host/
render_process_host_impl.h
99
virtual bool
FastShutdownIfPossible
() OVERRIDE;
render_process_host_impl.cc
[
all
...]
Completed in 3079 milliseconds