Searched refs:bypass_lock_for_test_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_cache.h201 bypass_lock_for_test_ = true;
406 bool bypass_lock_for_test_; member in class:net::HttpCache
H A Dhttp_cache_transaction.h108 bypass_lock_for_test_ = true;
433 bool bypass_lock_for_test_; // A test is exercising the cache lock. member in class:net::HttpCache::Transaction
H A Dhttp_cache.cc300 bypass_lock_for_test_(false),
315 bypass_lock_for_test_(false),
327 bypass_lock_for_test_(false),
469 if (bypass_lock_for_test_)
H A Dhttp_cache_transaction.cc334 bypass_lock_for_test_(false),
1390 if (bypass_lock_for_test_) {

Completed in 669 milliseconds