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

  /external/chromium_org/chrome/browser/extensions/api/autotest_private/
autotest_private_api.h 95 bool test_mode() const { return test_mode_; }
96 void set_test_mode(bool test_mode) { test_mode_ = test_mode; }
101 bool test_mode_; // true for ExtensionApiTest.AutotestPrivate browser test. member in class:extensions::AutotestPrivateAPI
autotest_private_api.cc 232 AutotestPrivateAPI::AutotestPrivateAPI() : test_mode_(false) {
  /external/chromium_org/net/disk_cache/v3/
eviction_v3.h 66 bool test_mode_; member in class:disk_cache::Eviction
eviction_v3.cc 93 test_mode_ = false;
127 while ((header_->num_bytes > target_size || test_mode_) && next.get()) {
137 if (EvictEntry(node.get(), empty, Rankings::NO_USE) && !test_mode_)
140 if (!empty && test_mode_)
215 test_mode_ = true;
219 DCHECK(test_mode_ && new_eviction_);
264 return (!test_mode_ && header_->lru.sizes[Rankings::DELETED] > max_length);
330 while ((header_->num_bytes > target_size || test_mode_) &&
345 if (!empty && test_mode_)
399 if (test_mode_)
    [all...]
  /external/chromium/net/disk_cache/
eviction.cc 85 test_mode_ = false;
119 while ((header_->num_bytes > target_size || test_mode_) && next.get()) {
129 if (!EvictEntry(node.get(), empty, Rankings::NO_USE) && !test_mode_)
134 if (test_mode_)
192 test_mode_ = true;
196 DCHECK(test_mode_ && new_eviction_);
321 while ((header_->num_bytes > target_size || test_mode_) &&
334 !test_mode_)
337 if (!empty && test_mode_)
354 !test_mode_) {
    [all...]
eviction.h 82 bool test_mode_; member in class:disk_cache::Eviction
  /external/chromium_org/net/disk_cache/
eviction.h 83 bool test_mode_; member in class:disk_cache::Eviction
eviction.cc 94 test_mode_ = false;
128 while ((header_->num_bytes > target_size || test_mode_) && next.get()) {
138 if (EvictEntry(node.get(), empty, Rankings::NO_USE) && !test_mode_)
141 if (!empty && test_mode_)
200 test_mode_ = true;
204 DCHECK(test_mode_ && new_eviction_);
247 return (!test_mode_ && header_->lru.sizes[Rankings::DELETED] > max_length);
347 while ((header_->num_bytes > target_size || test_mode_) &&
362 if (!empty && test_mode_)
508 if (test_mode_)
    [all...]
  /external/chromium_org/net/http/
mock_http_cache.cc 57 test_mode_ = GetTestModeForEntry(key);
102 if (MockHttpCache::GetTestMode(test_mode_) & TEST_MODE_SYNC_CACHE_READ)
128 if (MockHttpCache::GetTestMode(test_mode_) & TEST_MODE_SYNC_CACHE_WRITE)
157 if (MockHttpCache::GetTestMode(test_mode_) & TEST_MODE_SYNC_CACHE_READ)
194 if (MockHttpCache::GetTestMode(test_mode_) & TEST_MODE_SYNC_CACHE_WRITE)
232 if (MockHttpCache::GetTestMode(test_mode_) & TEST_MODE_SYNC_CACHE_WRITE)
257 if (MockHttpCache::GetTestMode(test_mode_) & TEST_MODE_SYNC_CACHE_READ)
http_transaction_unittest.cc 245 test_mode_ = t->test_mode;
249 if (test_mode_ & TEST_MODE_SYNC_NET_START)
284 if (test_mode_ & TEST_MODE_SYNC_NET_START)
320 if (test_mode_ & TEST_MODE_SYNC_NET_READ)
http_transaction_unittest.h 225 int test_mode_; member in class:MockNetworkTransaction
mock_http_cache.h 85 int test_mode_; member in class:MockDiskEntry
  /external/chromium/net/http/
http_transaction_unittest.cc 251 test_mode_ = t->test_mode;
253 if (test_mode_ & TEST_MODE_SYNC_NET_START)
289 if (test_mode_ & TEST_MODE_SYNC_NET_READ)
http_transaction_unittest.h 193 int test_mode_; member in class:MockNetworkTransaction
http_cache_unittest.cc 75 : test_mode_(0), doomed_(false), sparse_(false), fail_requests_(false),
82 test_mode_ = GetTestModeForEntry(key);
130 if (GetEffectiveTestMode(test_mode_) & TEST_MODE_SYNC_CACHE_READ)
155 if (GetEffectiveTestMode(test_mode_) & TEST_MODE_SYNC_CACHE_WRITE)
182 if (GetEffectiveTestMode(test_mode_) & TEST_MODE_SYNC_CACHE_READ)
216 if (GetEffectiveTestMode(test_mode_) & TEST_MODE_SYNC_CACHE_WRITE)
254 if (GetEffectiveTestMode(test_mode_) & TEST_MODE_SYNC_CACHE_WRITE)
273 if (GetEffectiveTestMode(test_mode_) & TEST_MODE_SYNC_CACHE_READ)
355 int test_mode_;
    [all...]
  /external/chromium_org/ppapi/proxy/
ppapi_proxy_test.h 326 TwoWayTestMode test_mode() { return test_mode_; }
339 TwoWayTestMode test_mode_; member in class:ppapi::proxy::TwoWayTest
ppapi_proxy_test.cc 525 : test_mode_(test_mode),

Completed in 2728 milliseconds