Home | History | Annotate | Download | only in browsing_data

Lines Matching defs:is_fetching_

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_;
71 is_fetching_(false) {
81 DCHECK(!is_fetching_);
84 is_fetching_ = true;
123 DCHECK(is_fetching_);
126 is_fetching_ = false;
163 : is_fetching_(false) {
207 DCHECK(!is_fetching_);
210 is_fetching_ = true;
234 is_fetching_ = false;