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

  /external/chromium/chrome/browser/
browsing_data_appcache_helper.h 29 DCHECK(!is_fetching_);
45 bool is_fetching_; member in class:BrowsingDataAppCacheHelper
browsing_data_indexed_db_helper.cc 55 bool is_fetching_; member in class:__anon4351::BrowsingDataIndexedDBHelperImpl
64 is_fetching_(false) {
74 DCHECK(!is_fetching_);
76 is_fetching_ = true;
143 DCHECK(is_fetching_);
150 is_fetching_ = false;
207 is_fetching_(false) {
242 DCHECK(!is_fetching_);
244 is_fetching_ = true;
296 DCHECK(is_fetching_);
    [all...]
browsing_data_appcache_helper.cc 18 is_fetching_(false) {
23 DCHECK(!is_fetching_);
25 is_fetching_ = true;
87 DCHECK(is_fetching_);
88 is_fetching_ = false;
browsing_data_database_helper.cc 51 is_fetching_(false),
61 DCHECK(!is_fetching_);
63 is_fetching_ = true;
125 DCHECK(is_fetching_);
132 is_fetching_ = false;
198 DCHECK(!is_fetching_);
200 is_fetching_ = true;
browsing_data_local_storage_helper.cc 51 is_fetching_(false) {
61 DCHECK(!is_fetching_);
63 is_fetching_ = true;
131 DCHECK(is_fetching_);
138 is_fetching_ = false;
186 DCHECK(!is_fetching_);
188 is_fetching_ = true;
browsing_data_database_helper.h 90 bool is_fetching_; member in class:BrowsingDataDatabaseHelper
browsing_data_indexed_db_helper.h 146 bool is_fetching_; member in class:CannedBrowsingDataIndexedDBHelper
browsing_data_local_storage_helper.h 91 bool is_fetching_; member in class:BrowsingDataLocalStorageHelper
  /external/chromium_org/chrome/browser/browsing_data/
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:__anon6680::BrowsingDataFileSystemHelperImpl
91 is_fetching_(false) {
101 DCHECK(!is_fetching_);
103 is_fetching_ = true;
167 DCHECK(is_fetching_);
170 is_fetching_ = false;
194 : is_fetching_(false)
    [all...]
browsing_data_local_storage_helper.cc 30 is_fetching_(false) {
40 DCHECK(!is_fetching_);
43 is_fetching_ = true;
75 DCHECK(is_fetching_);
78 is_fetching_ = false;
124 DCHECK(!is_fetching_);
127 is_fetching_ = true;
browsing_data_indexed_db_helper.cc 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
63 bool is_fetching_; member in class:__anon6684::BrowsingDataIndexedDBHelperImpl
71 is_fetching_(false) {
81 DCHECK(!is_fetching_);
84 is_fetching_ = true;
123 DCHECK(is_fetching_);
126 is_fetching_ = false;
163 : is_fetching_(false)
    [all...]
browsing_data_appcache_helper.h 33 DCHECK(!is_fetching_);
47 bool is_fetching_; member in class:BrowsingDataAppCacheHelper
browsing_data_appcache_helper.cc 22 : is_fetching_(false),
29 DCHECK(!is_fetching_);
31 is_fetching_ = true;
85 DCHECK(is_fetching_);
86 is_fetching_ = false;
browsing_data_database_helper.cc 40 : is_fetching_(false),
51 DCHECK(!is_fetching_);
54 is_fetching_ = true;
110 DCHECK(is_fetching_);
113 is_fetching_ = false;
194 DCHECK(!is_fetching_);
197 is_fetching_ = true;
browsing_data_quota_helper_impl.cc 35 DCHECK(!is_fetching_);
38 is_fetching_ = true;
63 is_fetching_(false),
167 is_fetching_ = false;
browsing_data_server_bound_cert_helper.cc 51 bool is_fetching_; member in class:__anon6691::BrowsingDataServerBoundCertHelperImpl
63 : is_fetching_(false),
75 DCHECK(!is_fetching_);
78 is_fetching_ = true;
120 DCHECK(is_fetching_);
121 is_fetching_ = false;
browsing_data_cookie_helper.cc 31 : is_fetching_(false),
42 DCHECK(!is_fetching_);
45 is_fetching_ = true;
84 DCHECK(is_fetching_);
85 is_fetching_ = false;
browsing_data_file_system_helper.h 153 // by |is_fetching_|. This means |file_system_info_| is only accessed while
154 // |is_fetching_| is true. The flag |is_fetching_| is only accessed on the UI
166 bool is_fetching_; member in class:CannedBrowsingDataFileSystemHelper
browsing_data_indexed_db_helper.h 108 // guarded by |is_fetching_|. This means |indexed_db_info_| is only accessed
109 // while |is_fetching_| is true. The flag |is_fetching_| is only accessed on
123 bool is_fetching_; member in class:CannedBrowsingDataIndexedDBHelper
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_cookie_helper.h 69 bool is_fetching_; member in class:BrowsingDataCookieHelper
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

Completed in 195 milliseconds