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

1 2 3 4

  /external/chromium_org/chrome/browser/password_manager/
mock_password_store.cc 15 void MockPasswordStore::ShutdownOnUIThread() {}
password_store_win.h 29 virtual void ShutdownOnUIThread() OVERRIDE;
mock_password_store.h 46 virtual void ShutdownOnUIThread();
password_store_default.h 28 virtual void ShutdownOnUIThread() OVERRIDE;
  /external/chromium_org/chrome/browser/content_settings/
content_settings_provider.h 51 // ShutdownOnUIThread has been called.
63 // ShutdownOnUIThread has been called.
71 virtual void ShutdownOnUIThread() = 0;
content_settings_custom_extension_provider.h 42 virtual void ShutdownOnUIThread() OVERRIDE;
content_settings_mock_provider.cc 42 void MockProvider::ShutdownOnUIThread() {
content_settings_mock_provider.h 42 virtual void ShutdownOnUIThread() OVERRIDE;
content_settings_custom_extension_provider.cc 43 void CustomExtensionProvider::ShutdownOnUIThread() {
content_settings_default_provider.h 53 virtual void ShutdownOnUIThread() OVERRIDE;
content_settings_internal_extension_provider.h 48 virtual void ShutdownOnUIThread() OVERRIDE;
content_settings_policy_provider.h 49 virtual void ShutdownOnUIThread() OVERRIDE;
content_settings_pref_provider_unittest.cc 127 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();
content_settings_policy_provider_unittest.cc 79 provider.ShutdownOnUIThread();
103 provider.ShutdownOnUIThread();
133 provider.ShutdownOnUIThread();
205 provider.ShutdownOnUIThread();
242 provider.ShutdownOnUIThread();
293 provider.ShutdownOnUIThread();
content_settings_pref_provider.h 56 virtual void ShutdownOnUIThread() OVERRIDE;
90 // Weak; owned by the Profile and reset in ShutdownOnUIThread.
cookie_settings.h 93 virtual void ShutdownOnUIThread() OVERRIDE;
  /external/chromium_org/components/browser_context_keyed_service/
refcounted_browser_context_keyed_service.h 28 // threads. ShutdownOnUIThread() will be called on the UI thread, and then the
47 virtual void ShutdownOnUIThread() = 0;
  /external/chromium_org/chrome/browser/thumbnails/
thumbnail_service_impl.h 35 virtual void ShutdownOnUIThread() OVERRIDE;
  /external/chromium_org/chrome/browser/
user_style_sheet_watcher.h 39 virtual void ShutdownOnUIThread() OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/api/dial/
dial_api.h 43 virtual void ShutdownOnUIThread() OVERRIDE;
  /external/chromium_org/chrome/browser/geolocation/
chrome_geolocation_permission_context.h 39 void ShutdownOnUIThread();
  /external/chromium_org/chrome/browser/predictors/
resource_prefetcher_manager.h 38 void ShutdownOnUIThread();
  /external/chromium_org/components/webdata/common/
web_data_service_base.cc 31 void WebDataServiceBase::ShutdownOnUIThread() {
web_data_service_base.h 60 virtual void ShutdownOnUIThread();
80 // ShutdownOnUIThread has not yet been called.
  /external/chromium_org/chrome/browser/webdata/
web_data_service_factory.cc 122 autofill_web_data_->ShutdownOnUIThread();
123 token_web_data_->ShutdownOnUIThread();
124 web_data_->ShutdownOnUIThread();

Completed in 297 milliseconds

1 2 3 4