OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FastShutdownForPageCount
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/content/public/browser/
render_process_host.h
176
virtual bool
FastShutdownForPageCount
(size_t count) = 0;
/external/chromium_org/content/public/test/
mock_render_process_host.h
74
virtual bool
FastShutdownForPageCount
(size_t count) OVERRIDE;
mock_render_process_host.cc
243
bool MockRenderProcessHost::
FastShutdownForPageCount
(size_t count) {
/external/chromium_org/content/browser/renderer_host/
render_process_host_impl.h
118
virtual bool
FastShutdownForPageCount
(size_t count) OVERRIDE;
render_process_host_impl.cc
[
all
...]
/external/chromium/chrome/browser/tabs/
tab_strip_model.cc
[
all
...]
/external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model.cc
[
all
...]
/external/chromium_org/chrome/browser/ui/views/
external_tab_container_win.cc
480
web_contents_->GetRenderProcessHost()->
FastShutdownForPageCount
(1);
[
all
...]
Completed in 273 milliseconds