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

1234

/external/chromium_org/chrome/browser/password_manager/
H A Dmock_password_store.cc15 void MockPasswordStore::ShutdownOnUIThread() {} function in class:MockPasswordStore
H A Dpassword_store_win.h29 virtual void ShutdownOnUIThread() OVERRIDE;
H A Dmock_password_store.h46 virtual void ShutdownOnUIThread();
H A Dpassword_store_default.h28 virtual void ShutdownOnUIThread() OVERRIDE;
/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_provider.h51 // ShutdownOnUIThread has been called.
63 // ShutdownOnUIThread has been called.
71 virtual void ShutdownOnUIThread() = 0;
H A Dcontent_settings_custom_extension_provider.cc43 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_pref_provider_unittest.cc127 pref_content_settings_provider.ShutdownOnUIThread();
195 pref_content_settings_provider.ShutdownOnUIThread();
196 pref_content_settings_provider_incognito.ShutdownOnUIThread();
258 provider.ShutdownOnUIThread();
347 pref_content_settings_provider.ShutdownOnUIThread();
383 pref_content_settings_provider.ShutdownOnUIThread();
417 provider.ShutdownOnUIThread();
441 provider.ShutdownOnUIThread();
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_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;
H A Dcontent_settings_pref_provider.h56 virtual void ShutdownOnUIThread() OVERRIDE;
90 // Weak; owned by the Profile and reset in ShutdownOnUIThread.
/external/chromium_org/chrome/browser/thumbnails/
H A Dthumbnail_service_impl.h35 virtual void ShutdownOnUIThread() OVERRIDE;
/external/chromium_org/components/browser_context_keyed_service/
H A Drefcounted_browser_context_keyed_service.h28 // threads. ShutdownOnUIThread() will be called on the UI thread, and then the
47 virtual void ShutdownOnUIThread() = 0;
/external/chromium_org/chrome/browser/geolocation/
H A Dchrome_geolocation_permission_context_factory.cc35 context()->ShutdownOnUIThread();
H A Dchrome_geolocation_permission_context.h39 void ShutdownOnUIThread();
/external/chromium_org/chrome/browser/
H A Duser_style_sheet_watcher.h39 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();
80 // ShutdownOnUIThread has not yet been called.
/external/chromium_org/chrome/browser/webdata/
H A Dweb_data_service_factory.cc122 autofill_web_data_->ShutdownOnUIThread();
123 token_web_data_->ShutdownOnUIThread();
124 web_data_->ShutdownOnUIThread();
/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();

Completed in 332 milliseconds

1234