Searched defs:is_fetching_ (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_appcache_helper.h33 DCHECK(!is_fetching_);
47 bool is_fetching_; member in class:BrowsingDataAppCacheHelper
H A Dbrowsing_data_cookie_helper.h70 bool is_fetching_; member in class:BrowsingDataCookieHelper
H A Dbrowsing_data_indexed_db_helper.h49 // guarded by |is_fetching_|. This means |indexed_db_info_| is only accessed
50 // while |is_fetching_| is true. The flag |is_fetching_| is only accessed on
64 bool is_fetching_; member in class:BrowsingDataIndexedDBHelper
H A Dbrowsing_data_local_storage_helper.h60 bool is_fetching_; member in class:BrowsingDataLocalStorageHelper
H A Dbrowsing_data_quota_helper_impl.h62 bool is_fetching_; member in class:BrowsingDataQuotaHelperImpl
H A Dbrowsing_data_service_worker_helper.h53 // thread and guarded by |is_fetching_|. This means |service_worker_info_|
54 // is only accessed while |is_fetching_| is true. The flag |is_fetching_| is
68 bool is_fetching_; member in class:BrowsingDataServiceWorkerHelper
H A Dbrowsing_data_database_helper.h68 // guarded by |is_fetching_|. This means |database_info_| is only accessed
69 // while |is_fetching_| is true. The flag |is_fetching_| is only accessed on
82 bool is_fetching_; member in class:BrowsingDataDatabaseHelper
H A Dbrowsing_data_channel_id_helper.cc53 bool is_fetching_; member in class:__anon2961::BrowsingDataChannelIDHelperImpl
65 : is_fetching_(false), request_context_getter_(request_context) {
76 DCHECK(!is_fetching_);
79 is_fetching_ = true;
124 DCHECK(is_fetching_);
125 is_fetching_ = false;
H A Dbrowsing_data_file_system_helper.cc68 // indirectly via the UI thread and guarded by |is_fetching_|. This means
69 // |file_system_info_| is only accessed while |is_fetching_| is true. The
70 // flag |is_fetching_| is only accessed on the UI thread. In the context of
83 bool is_fetching_; member in class:__anon2966::BrowsingDataFileSystemHelperImpl
90 : filesystem_context_(filesystem_context), is_fetching_(false) {
100 DCHECK(!is_fetching_);
102 is_fetching_ = true;
168 DCHECK(is_fetching_);
171 is_fetching_ = false;

Completed in 195 milliseconds