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

1 2 3 4

  /external/chromium/chrome/browser/
mock_browsing_data_appcache_helper.h 17 virtual void StartFetching(Callback0::Type* completion_callback);
mock_browsing_data_appcache_helper.cc 17 void MockBrowsingDataAppCacheHelper::StartFetching(
browsing_data_appcache_helper.h 24 virtual void StartFetching(Callback0::Type* completion_callback);
60 // StartFetching method at a time, so we need to create a copy of the helper
75 virtual void StartFetching(Callback0::Type* completion_callback);
mock_browsing_data_database_helper.h 23 virtual void StartFetching(
mock_browsing_data_indexed_db_helper.h 38 virtual void StartFetching(
mock_browsing_data_local_storage_helper.h 23 virtual void StartFetching(
browsing_data_indexed_db_helper_browsertest.cc 43 helper->StartFetching(
66 helper->StartFetching(
  /external/chromium_org/chrome/browser/browsing_data/
mock_browsing_data_appcache_helper.cc 17 void MockBrowsingDataAppCacheHelper::StartFetching(
mock_browsing_data_appcache_helper.h 16 virtual void StartFetching(const base::Closure& completion_callback) OVERRIDE;
local_data_container.cc 49 cookie_helper_->StartFetching(
54 database_helper_->StartFetching(
60 local_storage_helper_->StartFetching(
66 session_storage_helper_->StartFetching(
74 appcache_helper_->StartFetching(
80 indexed_db_helper_->StartFetching(
86 file_system_helper_->StartFetching(
92 quota_helper_->StartFetching(
98 server_bound_cert_helper_->StartFetching(
104 flash_lso_helper_->StartFetching(
    [all...]
browsing_data_server_bound_cert_helper.h 18 // A client of this class need to call StartFetching from the UI thread to
36 virtual void StartFetching(const FetchResultCallback& callback) = 0;
55 // StartFetching method at a time, so we need to create a copy of the helper
74 virtual void StartFetching(const FetchResultCallback& callback) OVERRIDE;
browsing_data_flash_lso_helper.h 29 virtual void StartFetching(const GetSitesWithFlashDataCallback& callback) = 0;
mock_browsing_data_flash_lso_helper.h 19 virtual void StartFetching(
mock_browsing_data_indexed_db_helper.h 37 virtual void StartFetching(
mock_browsing_data_quota_helper.h 18 virtual void StartFetching(const FetchResultCallback& callback) OVERRIDE;
mock_browsing_data_server_bound_cert_helper.h 20 virtual void StartFetching(const FetchResultCallback& callback) OVERRIDE;
mock_browsing_data_cookie_helper.h 21 virtual void StartFetching(
mock_browsing_data_database_helper.h 21 virtual void StartFetching(
mock_browsing_data_file_system_helper.h 23 virtual void StartFetching(const base::Callback<
mock_browsing_data_local_storage_helper.h 24 virtual void StartFetching(
browsing_data_appcache_helper.h 29 virtual void StartFetching(const base::Closure& completion_callback);
62 // StartFetching method at a time, so we need to create a copy of the helper
83 virtual void StartFetching(const base::Closure& completion_callback) OVERRIDE;
browsing_data_file_system_helper.h 31 // system data when a client calls StartFetching from the UI thread, and will
33 // Only one StartFetching task can run at a time: executing StartFetching while
34 // another StartFetching task is running will DCHECK.
70 // StartFetching must be called only in the UI thread; the provided Callback1
75 virtual void StartFetching(const base::Callback<
100 // Creates a copy of the file system helper. StartFetching can only respond
105 // Clone() is safe to call while StartFetching() is running. Clients of the
106 // newly created object must themselves execute StartFetching(), however: the
111 // helper returns via StartFetching. If an origin contains both a temporar
    [all...]
browsing_data_indexed_db_helper.h 25 // client of this class need to call StartFetching from the UI thread to
39 virtual void StartFetching(
70 // StartFetching method at a time, so we need to create a copy of the helper
93 virtual void StartFetching(
120 // it's true when StartFetching() is called in the UI thread, and it's reset
  /external/chromium/chrome/browser/net/
sdch_dictionary_fetcher.h 49 void StartFetching();
sdch_dictionary_fetcher.cc 47 method_factory_.NewRunnableMethod(&SdchDictionaryFetcher::StartFetching),
52 void SdchDictionaryFetcher::StartFetching() {

Completed in 189 milliseconds

1 2 3 4