Searched defs:StartFetching (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium/chrome/browser/
H A Dmock_browsing_data_appcache_helper.cc17 void MockBrowsingDataAppCacheHelper::StartFetching( function in class:MockBrowsingDataAppCacheHelper
H A Dmock_browsing_data_database_helper.cc18 void MockBrowsingDataDatabaseHelper::StartFetching( function in class:MockBrowsingDataDatabaseHelper
H A Dmock_browsing_data_indexed_db_helper.cc18 void MockBrowsingDataIndexedDBHelper::StartFetching( function in class:MockBrowsingDataIndexedDBHelper
H A Dmock_browsing_data_local_storage_helper.cc19 void MockBrowsingDataLocalStorageHelper::StartFetching( function in class:MockBrowsingDataLocalStorageHelper
H A Dbrowsing_data_appcache_helper.cc21 void BrowsingDataAppCacheHelper::StartFetching(Callback0::Type* callback) { function in class:BrowsingDataAppCacheHelper
29 this, &BrowsingDataAppCacheHelper::StartFetching, callback));
146 void CannedBrowsingDataAppCacheHelper::StartFetching( function in class:CannedBrowsingDataAppCacheHelper
H A Dbrowsing_data_local_storage_helper.cc58 void BrowsingDataLocalStorageHelper::StartFetching( function in class:BrowsingDataLocalStorageHelper
183 void CannedBrowsingDataLocalStorageHelper::StartFetching( function in class:CannedBrowsingDataLocalStorageHelper
/external/chromium_org/chrome/browser/browsing_data/
H A Dmock_browsing_data_appcache_helper.cc17 void MockBrowsingDataAppCacheHelper::StartFetching( function in class:MockBrowsingDataAppCacheHelper
H A Dmock_browsing_data_cookie_helper.cc19 void MockBrowsingDataCookieHelper::StartFetching( function in class:MockBrowsingDataCookieHelper
H A Dmock_browsing_data_database_helper.cc17 void MockBrowsingDataDatabaseHelper::StartFetching( function in class:MockBrowsingDataDatabaseHelper
H A Dmock_browsing_data_flash_lso_helper.cc14 void MockBrowsingDataFlashLSOHelper::StartFetching( function in class:MockBrowsingDataFlashLSOHelper
H A Dmock_browsing_data_indexed_db_helper.cc16 void MockBrowsingDataIndexedDBHelper::StartFetching( function in class:MockBrowsingDataIndexedDBHelper
H A Dmock_browsing_data_local_storage_helper.cc18 void MockBrowsingDataLocalStorageHelper::StartFetching( function in class:MockBrowsingDataLocalStorageHelper
H A Dmock_browsing_data_quota_helper.cc17 void MockBrowsingDataQuotaHelper::StartFetching( function in class:MockBrowsingDataQuotaHelper
H A Dmock_browsing_data_server_bound_cert_helper.cc15 void MockBrowsingDataServerBoundCertHelper::StartFetching( function in class:MockBrowsingDataServerBoundCertHelper
H A Dmock_browsing_data_file_system_helper.cc16 void MockBrowsingDataFileSystemHelper::StartFetching( function in class:MockBrowsingDataFileSystemHelper
H A Dbrowsing_data_flash_lso_helper.cc24 virtual void StartFetching(
64 void BrowsingDataFlashLSOHelperImpl::StartFetching( function in class:__anon4392::BrowsingDataFlashLSOHelperImpl
H A Dbrowsing_data_quota_helper_impl.cc31 void BrowsingDataQuotaHelperImpl::StartFetching( function in class:BrowsingDataQuotaHelperImpl
H A Dbrowsing_data_appcache_helper.cc27 void BrowsingDataAppCacheHelper::StartFetching(const base::Closure& callback) { function in class:BrowsingDataAppCacheHelper
36 base::Bind(&BrowsingDataAppCacheHelper::StartFetching, this, callback));
151 void CannedBrowsingDataAppCacheHelper::StartFetching( function in class:CannedBrowsingDataAppCacheHelper
H A Dbrowsing_data_cookie_helper.cc39 void BrowsingDataCookieHelper::StartFetching( function in class:BrowsingDataCookieHelper
176 void CannedBrowsingDataCookieHelper::StartFetching( function in class:CannedBrowsingDataCookieHelper
H A Dbrowsing_data_database_helper.cc48 void BrowsingDataDatabaseHelper::StartFetching( function in class:BrowsingDataDatabaseHelper
191 void CannedBrowsingDataDatabaseHelper::StartFetching( function in class:CannedBrowsingDataDatabaseHelper
H A Dbrowsing_data_indexed_db_helper.cc31 virtual void StartFetching(
60 // it's true when StartFetching() is called in the UI thread, and it's reset
78 void BrowsingDataIndexedDBHelperImpl::StartFetching( function in class:__anon4394::BrowsingDataIndexedDBHelperImpl
204 void CannedBrowsingDataIndexedDBHelper::StartFetching( function in class:CannedBrowsingDataIndexedDBHelper
H A Dbrowsing_data_local_storage_helper.cc37 void BrowsingDataLocalStorageHelper::StartFetching( function in class:BrowsingDataLocalStorageHelper
122 void CannedBrowsingDataLocalStorageHelper::StartFetching( function in class:CannedBrowsingDataLocalStorageHelper
H A Dbrowsing_data_quota_helper_unittest.cc62 void StartFetching() { function in class:BrowsingDataQuotaHelperTest
64 helper_->StartFetching(
129 StartFetching();
145 StartFetching();
174 StartFetching();
/external/chromium/chrome/browser/net/
H A Dsdch_dictionary_fetcher.cc47 method_factory_.NewRunnableMethod(&SdchDictionaryFetcher::StartFetching),
52 void SdchDictionaryFetcher::StartFetching() { function in class:SdchDictionaryFetcher
/external/chromium_org/chrome/browser/net/
H A Dsdch_dictionary_fetcher.cc58 base::Bind(&SdchDictionaryFetcher::StartFetching,
64 void SdchDictionaryFetcher::StartFetching() { function in class:SdchDictionaryFetcher

Completed in 390 milliseconds

12