HomeSort by relevance Sort by last modified time
    Searched refs:OnDestruct (Results 1 - 25 of 48) sorted by null

1 2

  /external/chromium/base/
message_loop_proxy.cc 15 void MessageLoopProxy::OnDestruct() const {
message_loop_proxy.h 72 virtual void OnDestruct() const;
77 proxy->OnDestruct();
message_loop_proxy_impl.h 41 // Override OnDestruct so that we can delete the object on the target message
43 virtual void OnDestruct() const;
  /external/chromium_org/net/url_request/
url_request_context_getter.h 45 // OnDestruct is meant to ensure deletion on the thread on which the request
47 void OnDestruct() const;
52 context_getter->OnDestruct();
url_request_context_getter.cc 17 void URLRequestContextGetter::OnDestruct() const {
  /external/chromium/net/url_request/
url_request_context_getter.h 58 // OnDestruct is meant to ensure deletion on the thread on which the request
60 void OnDestruct() const;
69 context_getter->OnDestruct();
url_request_context_getter.cc 19 void URLRequestContextGetter::OnDestruct() const {
  /external/chromium_org/base/
task_runner.cc 60 void TaskRunner::OnDestruct() const {
65 task_runner->OnDestruct();
task_runner.h 144 virtual void OnDestruct() const;
  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_message_filter.h 27 virtual void OnDestruct() const OVERRIDE;
browser_plugin_message_filter.cc 48 void BrowserPluginMessageFilter::OnDestruct() const {
  /external/chromium_org/base/test/
sequenced_worker_pool_owner.h 47 virtual void OnDestruct() OVERRIDE;
sequenced_worker_pool_owner.cc 49 void SequencedWorkerPoolOwner::OnDestruct() {
  /external/chromium_org/chrome/browser/media/
webrtc_logging_handler_host.h 35 virtual void OnDestruct() const OVERRIDE;
  /external/chromium_org/content/browser/renderer_host/media/
midi_host.h 30 virtual void OnDestruct() const OVERRIDE;
audio_input_renderer_host.h 65 virtual void OnDestruct() const OVERRIDE;
audio_renderer_host.h 77 virtual void OnDestruct() const OVERRIDE;
  /external/chromium_org/content/public/renderer/
render_view_observer.cc 31 void RenderViewObserver::OnDestruct() {
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin_manager.h 69 virtual void OnDestruct() OVERRIDE {}
  /external/chromium_org/chrome/test/chromedriver/net/
sync_websocket_impl.h 82 // OnDestruct is meant to ensure deletion on the IO thread.
83 void OnDestruct() const;
108 core->OnDestruct();
  /external/chromium_org/base/threading/
sequenced_worker_pool.h 148 virtual void OnDestruct() = 0;
338 virtual void OnDestruct() const OVERRIDE;
  /external/chromium_org/ipc/
ipc_channel_proxy.h 95 virtual void OnDestruct() const;
107 filter->OnDestruct();
  /external/chromium_org/content/browser/renderer_host/p2p/
socket_dispatcher_host.h 34 virtual void OnDestruct() const OVERRIDE;
  /external/chromium_org/gpu/command_buffer/service/
shader_translator_cache.cc 20 void ShaderTranslatorCache::OnDestruct(ShaderTranslator* translator) {
shader_translator_cache.h 31 virtual void OnDestruct(ShaderTranslator* translator) OVERRIDE;

Completed in 301 milliseconds

1 2