OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Shutdown
(Results
276 - 300
of
957
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/content/browser/aura/
reflector_impl.h
45
void
Shutdown
();
/external/chromium_org/content/browser/device_orientation/
device_inertial_sensor_service.cc
89
void DeviceInertialSensorService::
Shutdown
() {
/external/chromium_org/content/child/npapi/
plugin_lib.h
73
// NPAPI method to
shutdown
a Plugin.
110
//
Shutdown
the plugin library.
111
void
Shutdown
();
/external/chromium_org/content/gpu/
gpu_child_thread.h
33
// these per process. It does process initialization and
shutdown
. It forwards
50
virtual void
Shutdown
() OVERRIDE;
/external/chromium_org/content/ppapi_plugin/
ppapi_webkitplatformsupport_impl.h
19
//
Shutdown
must be called just prior to shutting down blink.
20
void
Shutdown
();
/external/chromium_org/content/public/browser/
download_manager.h
62
// past its
Shutdown
method being called (by the DownloadManager).
66
//
Shutdown
the download manager. Content calls this when BrowserContext is
68
// call it. In that case, the delegate's
Shutdown
() method will only be called
70
virtual void
Shutdown
() = 0;
download_manager_delegate.h
60
virtual void
Shutdown
() {}
/external/chromium_org/content/test/plugin/
npapi_test.cc
70
return NPAPIClient::PluginClient::
Shutdown
();
/external/chromium_org/content/worker/
websharedworker_stub.h
36
void
Shutdown
();
/external/chromium_org/media/audio/
audio_output_dispatcher_impl.h
63
virtual void
Shutdown
() OVERRIDE;
fake_audio_manager.cc
20
Shutdown
();
/external/chromium_org/media/audio/sounds/
sounds_manager_unittest.cc
32
SoundsManager::
Shutdown
();
/external/chromium_org/mojo/system/
channel.h
34
// and |
Shutdown
()| must be called on that same thread before destruction. Its
37
// with the proviso that |
Shutdown
()| must have been called first (so the
39
// released after |
Shutdown
()| is called, but other threads may have temporarily
67
// no other methods should be called (including |
Shutdown
()|).
72
void
Shutdown
();
multiprocess_message_pipe_unittest.cc
60
void
Shutdown
() {
103
channel_->
Shutdown
();
120
io_thread_wrapper_.
Shutdown
();
201
io_thread_wrapper.
Shutdown
();
/external/chromium_org/native_client_sdk/src/build_tools/tests/
test_server.py
25
def
Shutdown
(self):
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_node_tcp.h
54
virtual Error
Shutdown
(int how);
/external/chromium_org/net/test/spawned_test_server/
spawner_communicator.h
80
void
Shutdown
();
122
// used to control the startup and
shutdown
of the Python TestServer running
/external/chromium_org/net/tools/quic/
quic_server.h
44
void
Shutdown
();
/external/chromium_org/net/tools/quic/test_tools/
server_thread.cc
52
server_.
Shutdown
();
/external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
rpclistener.py
48
def
Shutdown
(self, message, passed):
/external/chromium_org/tools/gn/
scheduler.h
43
void
Shutdown
();
82
// Used to track whether the worker pool has been
shutdown
. This is necessary
/external/chromium_org/ui/views/corewm/
capture_controller.h
74
void
Shutdown
();
/external/chromium_org/chrome/browser/policy/
browser_policy_connector.cc
261
//
Shutdown
() wasn't invoked by our owner after having called Init().
262
// This usually means it's an early
shutdown
and
265
Shutdown
();
355
void BrowserPolicyConnector::
Shutdown
() {
359
g_testing_provider->
Shutdown
();
364
platform_provider_->
Shutdown
();
374
device_cloud_policy_manager_->
Shutdown
();
376
device_local_account_policy_service_->
Shutdown
();
377
global_user_cloud_policy_provider_.
Shutdown
();
/external/chromium_org/content/browser/dom_storage/
dom_storage_context_impl_unittest.cc
92
context_->
Shutdown
();
103
// Put some data into local storage and
shutdown
the context
108
context_->
Shutdown
();
134
// invoke
Shutdown
() which should delete data for session-only
141
context_->
Shutdown
();
154
//
shutdown
.
159
context_->
Shutdown
();
219
context_->
Shutdown
();
243
context_->
Shutdown
();
259
context_->
Shutdown
();
[
all
...]
/external/chromium_org/content/renderer/dom_storage/
dom_storage_dispatcher.cc
38
void
Shutdown
() { sender_ = NULL; }
108
void
Shutdown
();
145
// to more reliably commit changes during
shutdown
.
230
void DomStorageDispatcher::ProxyImpl::
Shutdown
() {
231
throttling_filter_->
Shutdown
();
284
proxy_->
Shutdown
();
Completed in 2410 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>