OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StartBatchMode
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/content/public/browser/
utility_process_host.h
31
//
StartBatchMode
(), then multiple calls to StartFooBar(p), then finish with
49
virtual bool
StartBatchMode
() = 0;
51
// Ends the utility process. Must be called after
StartBatchMode
().
/external/chromium_org/content/browser/
utility_process_host_impl.h
38
virtual bool
StartBatchMode
() OVERRIDE;
52
// has already been started via
StartBatchMode
().
62
// True when running in batch mode, i.e.,
StartBatchMode
() has been called
utility_process_host_impl.cc
97
bool UtilityProcessHostImpl::
StartBatchMode
() {
/external/chromium/chrome/browser/
utility_process_host.h
30
// use
StartBatchMode
(), then multiple calls to StartFooBar(p),
163
bool
StartBatchMode
();
165
// Ends the utility process. Must be called after
StartBatchMode
().
174
// has already been started via
StartBatchMode
().
187
// True when running in batch mode, i.e.,
StartBatchMode
() has been called
utility_process_host.cc
104
bool UtilityProcessHost::
StartBatchMode
() {
idbbindingutilities_browsertest.cc
80
utility_process_host_->
StartBatchMode
();
/external/chromium_org/chrome/browser/local_discovery/
service_discovery_host_client.cc
285
utility_host_->
StartBatchMode
();
307
utility_host_->
StartBatchMode
();
/external/chromium_org/chrome/browser/extensions/
webstore_install_helper.cc
78
utility_host_->
StartBatchMode
();
/external/chromium/chrome/browser/extensions/
extension_webstore_private_api.cc
173
utility_host_->
StartBatchMode
();
Completed in 792 milliseconds