OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CanShutdown
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/content/public/browser/
browser_child_process_host_delegate.cc
9
bool BrowserChildProcessHostDelegate::
CanShutdown
() {
browser_child_process_host_delegate.h
22
virtual bool
CanShutdown
();
/external/chromium_org/content/public/common/
child_process_host_delegate.cc
9
bool ChildProcessHostDelegate::
CanShutdown
() {
child_process_host_delegate.h
25
CONTENT_EXPORT virtual bool
CanShutdown
();
/external/chromium_org/content/browser/
browser_child_process_host_impl.h
60
virtual bool
CanShutdown
() OVERRIDE;
plugin_process_host.h
145
virtual bool
CanShutdown
() OVERRIDE;
browser_child_process_host_impl.cc
267
bool BrowserChildProcessHostImpl::
CanShutdown
() {
268
return delegate_->
CanShutdown
();
plugin_process_host.cc
314
bool PluginProcessHost::
CanShutdown
() {
/external/chromium_org/base/threading/
sequenced_worker_pool.cc
392
bool
CanShutdown
() const;
412
// Shutdown()) until
CanShutdown
() goes to true.
680
if (
CanShutdown
())
685
//
CanShutdown
() to go to true.
697
while (!
CanShutdown
())
[
all
...]
/external/chromium_org/content/browser/worker_host/
worker_process_host.h
244
virtual bool
CanShutdown
() OVERRIDE;
worker_process_host.cc
584
bool WorkerProcessHost::
CanShutdown
() {
/external/chromium_org/content/common/
child_process_host_impl.cc
306
if (delegate_->
CanShutdown
())
Completed in 844 milliseconds