Searched refs:StartFetching (Results 1 - 25 of 61) sorted by path

123

/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_appcache_helper.cc24 void BrowsingDataAppCacheHelper::StartFetching(const base::Closure& callback) { function in class:BrowsingDataAppCacheHelper
33 base::Bind(&BrowsingDataAppCacheHelper::StartFetching, this, callback));
138 void CannedBrowsingDataAppCacheHelper::StartFetching( function in class:CannedBrowsingDataAppCacheHelper
H A Dbrowsing_data_appcache_helper.h29 virtual void StartFetching(const base::Closure& completion_callback);
79 virtual void StartFetching(const base::Closure& completion_callback) OVERRIDE;
H A Dbrowsing_data_appcache_helper_unittest.cc57 helper->StartFetching(base::Bind(&TestCompletionCallback::callback,
89 helper->StartFetching(base::Bind(&TestCompletionCallback::callback,
H A Dbrowsing_data_channel_id_helper.cc27 virtual void StartFetching(const FetchResultCallback& callback) OVERRIDE;
50 // it's true when StartFetching() is called in the UI thread, and it's reset
73 void BrowsingDataChannelIDHelperImpl::StartFetching( function in class:__anon2961::BrowsingDataChannelIDHelperImpl
188 void CannedBrowsingDataChannelIDHelper::StartFetching( function in class:CannedBrowsingDataChannelIDHelper
H A Dbrowsing_data_channel_id_helper.h20 // A client of this class need to call StartFetching from the UI thread to
38 virtual void StartFetching(const FetchResultCallback& callback) = 0;
71 virtual void StartFetching(const FetchResultCallback& callback) OVERRIDE;
H A Dbrowsing_data_channel_id_helper_unittest.cc75 helper->StartFetching(
108 helper->StartFetching(
125 helper->StartFetching(
H A Dbrowsing_data_cookie_helper.cc39 void BrowsingDataCookieHelper::StartFetching( function in class:BrowsingDataCookieHelper
161 void CannedBrowsingDataCookieHelper::StartFetching( function in class:CannedBrowsingDataCookieHelper
H A Dbrowsing_data_cookie_helper.h26 // A client of this class need to call StartFetching from the UI thread to
38 virtual void StartFetching(
67 // it's true when StartFetching() is called in the UI thread, and it's reset
129 virtual void StartFetching(
H A Dbrowsing_data_cookie_helper_unittest.cc215 cookie_helper->StartFetching(
226 cookie_helper->StartFetching(
237 cookie_helper->StartFetching(
245 cookie_helper->StartFetching(
264 helper->StartFetching(
274 helper->StartFetching(
299 helper->StartFetching(
308 helper->StartFetching(
324 helper->StartFetching(
334 helper->StartFetching(
[all...]
H A Dbrowsing_data_database_helper.cc49 void BrowsingDataDatabaseHelper::StartFetching( function in class:BrowsingDataDatabaseHelper
184 void CannedBrowsingDataDatabaseHelper::StartFetching( function in class:CannedBrowsingDataDatabaseHelper
H A Dbrowsing_data_database_helper.h25 // A client of this class need to call StartFetching from the UI thread to
52 virtual void StartFetching(
79 // it's true when StartFetching() is called in the UI thread, and it's reset
137 virtual void StartFetching(
H A Dbrowsing_data_database_helper_browsertest.cc88 database_helper->StartFetching(base::Bind(
110 helper->StartFetching(
141 helper->StartFetching(
H A Dbrowsing_data_file_system_helper.cc37 virtual void StartFetching(const base::Callback<
49 // Triggers the success callback as the end of a StartFetching workflow. This
67 // StartFetching is called. Access to |file_system_info_| is triggered
74 // Holds the callback passed in at the beginning of the StartFetching workflow
80 // when StartFetching is called on the UI thread, and reset to false when
97 void BrowsingDataFileSystemHelperImpl::StartFetching( function in class:__anon2966::BrowsingDataFileSystemHelperImpl
243 void CannedBrowsingDataFileSystemHelper::StartFetching( function in class:CannedBrowsingDataFileSystemHelper
H A Dbrowsing_data_file_system_helper.h31 // 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<
101 // helper returns via StartFetching. If an origin contains both a temporary
123 virtual void StartFetching(const base::Callback<
138 // The callback passed in at the beginning of the StartFetching workflow so
H A Dbrowsing_data_file_system_helper_unittest.cc127 // Callback that should be executed in response to StartFetching(), and stores
138 // Calls StartFetching() on the test's BrowsingDataFileSystemHelper
141 helper_->StartFetching(
147 // Calls StartFetching() on the test's CannedBrowsingDataFileSystemHelper
150 canned_helper_->StartFetching(
182 // call to StartFetching().
H A Dbrowsing_data_flash_lso_helper.cc24 virtual void StartFetching(
64 void BrowsingDataFlashLSOHelperImpl::StartFetching( function in class:__anon2968::BrowsingDataFlashLSOHelperImpl
H A Dbrowsing_data_flash_lso_helper.h29 virtual void StartFetching(const GetSitesWithFlashDataCallback& callback) = 0;
H A Dbrowsing_data_indexed_db_helper.cc33 void BrowsingDataIndexedDBHelper::StartFetching( function in class:BrowsingDataIndexedDBHelper
141 void CannedBrowsingDataIndexedDBHelper::StartFetching( function in class:CannedBrowsingDataIndexedDBHelper
H A Dbrowsing_data_indexed_db_helper.h25 // client of this class need to call StartFetching from the UI thread to
37 virtual void StartFetching(
61 // it's true when StartFetching() is called in the UI thread, and it's reset
118 virtual void StartFetching(
H A Dbrowsing_data_indexed_db_helper_browsertest.cc45 helper->StartFetching(
70 helper->StartFetching(
H A Dbrowsing_data_local_storage_helper.cc36 void BrowsingDataLocalStorageHelper::StartFetching( function in class:BrowsingDataLocalStorageHelper
110 void CannedBrowsingDataLocalStorageHelper::StartFetching( function in class:CannedBrowsingDataLocalStorageHelper
H A Dbrowsing_data_local_storage_helper.h46 virtual void StartFetching(
95 virtual void StartFetching(
H A Dbrowsing_data_local_storage_helper_browsertest.cc120 local_storage_helper->StartFetching(base::Bind(
159 helper->StartFetching(
183 helper->StartFetching(
H A Dbrowsing_data_quota_helper.h28 // Call Create to create an instance for a profile and call StartFetching with
65 virtual void StartFetching(const FetchResultCallback& callback) = 0;
H A Dbrowsing_data_quota_helper_impl.cc31 void BrowsingDataQuotaHelperImpl::StartFetching( function in class:BrowsingDataQuotaHelperImpl

Completed in 279 milliseconds

123