Searched refs:ShutdownOnUIThread (Results 1 - 25 of 81) sorted by relevance

1234

/external/chromium_org/chrome/browser/content_settings/
H A Dcontent_settings_mock_provider.cc42 void MockProvider::ShutdownOnUIThread() { function in class:content_settings::MockProvider
H A Dcontent_settings_custom_extension_provider.cc42 void CustomExtensionProvider::ShutdownOnUIThread() { function in class:content_settings::CustomExtensionProvider
H A Dcontent_settings_custom_extension_provider.h42 virtual void ShutdownOnUIThread() OVERRIDE;
H A Dcontent_settings_mock_provider.h42 virtual void ShutdownOnUIThread() OVERRIDE;
H A Dcontent_settings_override_provider.h48 virtual void ShutdownOnUIThread() OVERRIDE;
H A Dcontent_settings_policy_provider_unittest.cc79 provider.ShutdownOnUIThread();
103 provider.ShutdownOnUIThread();
133 provider.ShutdownOnUIThread();
205 provider.ShutdownOnUIThread();
242 provider.ShutdownOnUIThread();
293 provider.ShutdownOnUIThread();
H A Dcontent_settings_pref_provider_unittest.cc128 pref_content_settings_provider.ShutdownOnUIThread();
196 pref_content_settings_provider.ShutdownOnUIThread();
197 pref_content_settings_provider_incognito.ShutdownOnUIThread();
259 provider.ShutdownOnUIThread();
348 pref_content_settings_provider.ShutdownOnUIThread();
384 pref_content_settings_provider.ShutdownOnUIThread();
417 provider.ShutdownOnUIThread();
441 provider.ShutdownOnUIThread();
476 pref_content_settings_provider.ShutdownOnUIThread();
H A Dcontent_settings_default_provider.h53 virtual void ShutdownOnUIThread() OVERRIDE;
H A Dcontent_settings_internal_extension_provider.h48 virtual void ShutdownOnUIThread() OVERRIDE;
H A Dcontent_settings_policy_provider.h49 virtual void ShutdownOnUIThread() OVERRIDE;
/external/chromium_org/chrome/browser/media/
H A Dmedia_device_id_salt.h25 void ShutdownOnUIThread();
H A Dprotected_media_identifier_permission_context_factory.cc27 context()->ShutdownOnUIThread();
H A Dmedia_device_id_salt.cc46 void MediaDeviceIDSalt::ShutdownOnUIThread() { function in class:MediaDeviceIDSalt
H A Dprotected_media_identifier_permission_context.h38 void ShutdownOnUIThread();
/external/chromium_org/components/content_settings/core/browser/
H A Dcontent_settings_provider.h50 // ShutdownOnUIThread has been called.
62 // ShutdownOnUIThread has been called.
70 virtual void ShutdownOnUIThread() = 0;
/external/chromium_org/components/keyed_service/content/
H A Drefcounted_browser_context_keyed_service.h27 // ShutdownOnUIThread() will be called on the UI thread, and then the
46 virtual void ShutdownOnUIThread() = 0;
/external/chromium_org/chrome/browser/geolocation/
H A Dgeolocation_permission_context_factory.cc35 context()->ShutdownOnUIThread();
/external/chromium_org/chrome/browser/thumbnails/
H A Dthumbnail_service_impl.h37 virtual void ShutdownOnUIThread() OVERRIDE;
/external/chromium_org/components/webdata/common/
H A Dweb_data_service_base.cc31 void WebDataServiceBase::ShutdownOnUIThread() { function in class:WebDataServiceBase
H A Dweb_data_service_base.h60 virtual void ShutdownOnUIThread();
76 // ShutdownOnUIThread has not yet been called.
/external/chromium_org/mojo/shell/
H A Dui_application_loader_android.h47 void ShutdownOnUIThread();
H A Dui_application_loader_android.cc45 base::Bind(&UIApplicationLoader::ShutdownOnUIThread,
92 void UIApplicationLoader::ShutdownOnUIThread() { function in class:mojo::UIApplicationLoader
/external/chromium_org/chrome/browser/extensions/api/dial/
H A Ddial_api.h43 virtual void ShutdownOnUIThread() OVERRIDE;
/external/chromium_org/chrome/browser/predictors/
H A Dresource_prefetcher_manager.h38 void ShutdownOnUIThread();
/external/chromium_org/chrome/browser/webdata/
H A Dweb_data_service_factory.cc136 autofill_web_data_->ShutdownOnUIThread();
137 keyword_web_data_->ShutdownOnUIThread();
138 token_web_data_->ShutdownOnUIThread();
141 password_web_data_->ShutdownOnUIThread();

Completed in 7639 milliseconds

1234