Searched refs:next_cache_state_ (Results 1 – 2 of 2) sorted by relevance
65 next_cache_state_(STATE_NONE), in BrowsingDataRemover()93 next_cache_state_(STATE_NONE), in BrowsingDataRemover()370 DCHECK_EQ(STATE_NONE, next_cache_state_); in ClearCacheOnIOThread()374 next_cache_state_ = STATE_CREATE_MAIN; in ClearCacheOnIOThread()382 DCHECK_NE(STATE_NONE, next_cache_state_); in DoClearCache()384 while (rv != net::ERR_IO_PENDING && next_cache_state_ != STATE_NONE) { in DoClearCache()385 switch (next_cache_state_) { in DoClearCache()390 (next_cache_state_ == STATE_CREATE_MAIN) ? in DoClearCache()396 next_cache_state_ = (next_cache_state_ == STATE_CREATE_MAIN) ? in DoClearCache()412 next_cache_state_ = (next_cache_state_ == STATE_DELETE_MAIN) ? in DoClearCache()[all …]
202 CacheState next_cache_state_; variable