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

1 2

  /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(
browsing_data_database_helper.h 23 // A client of this class need to call StartFetching from the UI thread to
59 virtual void StartFetching(
87 // it's true when StartFetching() is called in the UI thread, and it's reset
113 // StartFetching method at a time, so we need to create a copy of the helper
130 virtual void StartFetching(
browsing_data_indexed_db_helper.h 25 // client of this class need to call StartFetching from the UI thread to
66 virtual void StartFetching(
89 // StartFetching method at a time, so we need to create a copy of the helper
105 virtual void StartFetching(
143 // it's true when StartFetching() is called in the UI thread, and it's reset
browsing_data_local_storage_helper.h 24 // A client of this class need to call StartFetching from the UI thread to
65 virtual void StartFetching(
88 // it's true when StartFetching() is called in the UI thread, and it's reset
114 // StartFetching method at a time, so we need to create a copy of the helper
129 virtual void StartFetching(
browsing_data_appcache_helper.cc 21 void BrowsingDataAppCacheHelper::StartFetching(Callback0::Type* callback) {
29 this, &BrowsingDataAppCacheHelper::StartFetching, callback));
146 void CannedBrowsingDataAppCacheHelper::StartFetching(
browsing_data_database_helper_browsertest.cc 84 database_helper->StartFetching(
106 helper->StartFetching(
132 helper->StartFetching(
browsing_data_local_storage_helper_browsertest.cc 107 local_storage_helper->StartFetching(
152 helper->StartFetching(
174 helper->StartFetching(
browsing_data_appcache_helper_unittest.cc 47 helper->StartFetching(
79 helper->StartFetching(
mock_browsing_data_database_helper.cc 18 void MockBrowsingDataDatabaseHelper::StartFetching(
mock_browsing_data_indexed_db_helper.cc 18 void MockBrowsingDataIndexedDBHelper::StartFetching(
mock_browsing_data_local_storage_helper.cc 19 void MockBrowsingDataLocalStorageHelper::StartFetching(
browsing_data_indexed_db_helper.cc 28 virtual void StartFetching(
52 // it's true when StartFetching() is called in the UI thread, and it's reset
71 void BrowsingDataIndexedDBHelperImpl::StartFetching(
239 void CannedBrowsingDataIndexedDBHelper::StartFetching(
browsing_data_database_helper.cc 58 void BrowsingDataDatabaseHelper::StartFetching(
195 void CannedBrowsingDataDatabaseHelper::StartFetching(
browsing_data_local_storage_helper.cc 58 void BrowsingDataLocalStorageHelper::StartFetching(
183 void CannedBrowsingDataLocalStorageHelper::StartFetching(
cookies_tree_model.cc 521 database_helper_->StartFetching(NewCallback(
524 local_storage_helper_->StartFetching(NewCallback(
527 session_storage_helper_->StartFetching(NewCallback(
534 appcache_helper_->StartFetching(NewCallback(
539 indexed_db_helper_->StartFetching(NewCallback(
  /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() {
  /external/chromium/chrome/browser/chromeos/
customization_document.h 103 // StartFetching() method. User of the file should check IsReady before use it.
137 void StartFetching();
  /external/chromium/chrome/browser/chromeos/login/
base_login_display_host.cc 140 ServicesCustomizationDocument::GetInstance()->StartFetching();

Completed in 226 milliseconds

1 2