HomeSort by relevance Sort by last modified time
    Searched defs:is_fetching_ (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_appcache_helper.h 33 DCHECK(!is_fetching_);
47 bool is_fetching_; member in class:BrowsingDataAppCacheHelper
browsing_data_cookie_helper.h 70 bool is_fetching_; member in class:BrowsingDataCookieHelper
browsing_data_indexed_db_helper.h 49 // 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
browsing_data_local_storage_helper.h 60 bool is_fetching_; member in class:BrowsingDataLocalStorageHelper
browsing_data_quota_helper_impl.h 62 bool is_fetching_; member in class:BrowsingDataQuotaHelperImpl
browsing_data_service_worker_helper.h 53 // 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
browsing_data_database_helper.h 68 // 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
browsing_data_channel_id_helper.cc 53 bool is_fetching_; member in class:__anon7586::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;
browsing_data_file_system_helper.cc 68 // 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:__anon7591::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 63 milliseconds