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

1 2 3

  /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_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_indexed_db_helper.h 39 virtual void StartFetching(
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
38 virtual void StartFetching(
62 // it's true when StartFetching() is called in the UI thread, and it's reset
101 // StartFetching method at a time, so we need to create a copy of the helper
124 virtual void StartFetching(
browsing_data_local_storage_helper.h 46 virtual void StartFetching(
79 // StartFetching method at a time, so we need to create a copy of the helper
100 virtual void StartFetching(
browsing_data_server_bound_cert_helper_unittest.cc 74 helper->StartFetching(
106 helper->StartFetching(
123 helper->StartFetching(
browsing_data_quota_helper.h 28 // Call Create to create an instance for a profile and call StartFetching with
65 virtual void StartFetching(const FetchResultCallback& callback) = 0;
mock_browsing_data_flash_lso_helper.cc 14 void MockBrowsingDataFlashLSOHelper::StartFetching(
mock_browsing_data_quota_helper.cc 17 void MockBrowsingDataQuotaHelper::StartFetching(
browsing_data_cookie_helper.h 25 // A client of this class need to call StartFetching from the UI thread to
37 virtual void StartFetching(
66 // it's true when StartFetching() is called in the UI thread, and it's reset
99 // StartFetching method at a time, so we need to create a copy of the helper
133 virtual void StartFetching(
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_refresh_token_fetcher_unittest.cc 94 void StartFetching();
132 void SupervisedUserRefreshTokenFetcherTest::StartFetching() {
228 StartFetching();
238 StartFetching();
252 StartFetching();
264 StartFetching();
274 StartFetching();
283 StartFetching();
293 StartFetching();
307 StartFetching();
    [all...]
  /external/chromium_org/google_apis/gaia/
merge_session_helper_unittest.cc 61 MOCK_METHOD0(StartFetching, void());
123 EXPECT_CALL(helper, StartFetching());
134 EXPECT_CALL(helper, StartFetching());
145 EXPECT_CALL(helper, StartFetching());
156 EXPECT_CALL(helper, StartFetching()).Times(2);
170 EXPECT_CALL(helper, StartFetching()).Times(2);
184 EXPECT_CALL(helper, StartFetching()).Times(2);
198 EXPECT_CALL(helper, StartFetching()).Times(4);
226 EXPECT_CALL(helper, StartFetching()).Times(2);
252 EXPECT_CALL(helper, StartFetching()).Times(2)
    [all...]
  /external/chromium_org/net/base/
sdch_dictionary_fetcher.h 55 void StartFetching();

Completed in 3608 milliseconds

1 2 3