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

123

/external/chromium_org/chrome/browser/browsing_data/
H A Dmock_browsing_data_appcache_helper.cc18 void MockBrowsingDataAppCacheHelper::StartFetching( function in class:MockBrowsingDataAppCacheHelper
H A Dmock_browsing_data_appcache_helper.h17 virtual void StartFetching(const base::Closure& completion_callback) OVERRIDE;
H A Dlocal_data_container.cc52 cookie_helper_->StartFetching(
57 database_helper_->StartFetching(
63 local_storage_helper_->StartFetching(
69 session_storage_helper_->StartFetching(
77 appcache_helper_->StartFetching(
83 indexed_db_helper_->StartFetching(
89 file_system_helper_->StartFetching(
95 quota_helper_->StartFetching(
101 channel_id_helper_->StartFetching(
107 service_worker_helper_->StartFetching(
[all...]
H A Dbrowsing_data_flash_lso_helper.h29 virtual void StartFetching(const GetSitesWithFlashDataCallback& callback) = 0;
H A Dmock_browsing_data_channel_id_helper.h20 virtual void StartFetching(const FetchResultCallback& callback) OVERRIDE;
H A Dmock_browsing_data_cookie_helper.h21 virtual void StartFetching(
H A Dmock_browsing_data_flash_lso_helper.h20 virtual void StartFetching(
H A Dmock_browsing_data_indexed_db_helper.h39 virtual void StartFetching(
H A Dmock_browsing_data_local_storage_helper.h24 virtual void StartFetching(
H A Dmock_browsing_data_quota_helper.h18 virtual void StartFetching(const FetchResultCallback& callback) OVERRIDE;
H A Dmock_browsing_data_service_worker_helper.h39 virtual void StartFetching(const base::Callback<void(
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_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_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_local_storage_helper.h46 virtual void StartFetching(
95 virtual void StartFetching(
H A Dbrowsing_data_channel_id_helper_unittest.cc75 helper->StartFetching(
108 helper->StartFetching(
125 helper->StartFetching(
H A Dmock_browsing_data_database_helper.h22 virtual void StartFetching(
H A Dmock_browsing_data_file_system_helper.h24 virtual void StartFetching(const base::Callback<
H A Dmock_browsing_data_flash_lso_helper.cc14 void MockBrowsingDataFlashLSOHelper::StartFetching( function in class:MockBrowsingDataFlashLSOHelper
H A Dmock_browsing_data_quota_helper.cc18 void MockBrowsingDataQuotaHelper::StartFetching( function in class:MockBrowsingDataQuotaHelper
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_flash_lso_helper.cc24 virtual void StartFetching(
64 void BrowsingDataFlashLSOHelperImpl::StartFetching( function in class:__anon2968::BrowsingDataFlashLSOHelperImpl
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(
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_refresh_token_fetcher_unittest.cc95 void StartFetching();
131 void SupervisedUserRefreshTokenFetcherTest::StartFetching() { function in class:SupervisedUserRefreshTokenFetcherTest
242 StartFetching();
262 StartFetching();
276 StartFetching();
288 StartFetching();
298 StartFetching();
307 StartFetching();
317 StartFetching();
331 StartFetching();
[all...]
/external/chromium_org/google_apis/gaia/
H A Dmerge_session_helper_unittest.cc61 MOCK_METHOD0(StartFetching, void());
145 EXPECT_CALL(helper, StartFetching());
156 EXPECT_CALL(helper, StartFetching());
167 EXPECT_CALL(helper, StartFetching());
178 EXPECT_CALL(helper, StartFetching()).Times(2);
192 EXPECT_CALL(helper, StartFetching()).Times(2);
206 EXPECT_CALL(helper, StartFetching()).Times(2);
220 EXPECT_CALL(helper, StartFetching()).Times(4);
248 EXPECT_CALL(helper, StartFetching()).Times(2);
274 EXPECT_CALL(helper, StartFetching())
[all...]

Completed in 331 milliseconds

123