Home | History | Annotate | Download | only in browsing_data

Lines Matching refs:is_fetching_

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_;
91 is_fetching_(false) {
101 DCHECK(!is_fetching_);
103 is_fetching_ = true;
167 DCHECK(is_fetching_);
170 is_fetching_ = false;
194 : is_fetching_(false) {
198 : is_fetching_(false) {
259 DCHECK(!is_fetching_);
261 is_fetching_ = true;
271 DCHECK(is_fetching_);
274 is_fetching_ = false;