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

  /external/chromium_org/net/disk_cache/v3/
backend_worker.cc 168 if (!(user_flags_ & kNoRandom)) {
181 if (!(user_flags_ & kNoRandom) && cache_type_ == net::DISK_CACHE &&
256 if (user_flags_ & kNoRandom) {
288 if (user_flags_ & kNoRandom) {
backend_impl_v3.h 35 kNoRandom = 1 << 5, // Don't add randomness to the behavior.
backend_impl_v3.cc 133 if (user_flags_ & kNoRandom) {
242 (up_ticks_ > kTrimDelay || user_flags_ & kNoRandom))
948 if (user_flags_ & kNoRandom) {
    [all...]
  /external/chromium_org/net/disk_cache/
disk_cache_test_util.cc 71 cache->SetFlags(disk_cache::kNoRandom);
disk_cache_test_base.cc 95 CreateBackend(disk_cache::kNoRandom, &cache_thread_);
279 CreateBackend(disk_cache::kNoRandom, &cache_thread_);
backend_impl.h 37 kNoRandom = 1 << 5, // Don't add randomness to the behavior.
backend_impl.cc 162 if (user_flags_ & kNoRandom) {
226 if (!(user_flags_ & kNoRandom)) {
239 if (!(user_flags_ & kNoRandom) && cache_type_ == net::DISK_CACHE &&
304 if (user_flags_ & kNoRandom) {
819 (up_ticks_ > kTrimDelay || user_flags_ & kNoRandom))
    [all...]
backend_unittest.cc 501 flags |= disk_cache::kNoRandom;
543 // The integrity test sets kNoRandom so there's a version mismatch if we don't
599 flags |= disk_cache::kNoRandom;
623 // The integrity test sets kNoRandom so there's a version mismatch if we don't
641 fast ? disk_cache::kNone : disk_cache::kNoRandom;
662 // The integrity test sets kNoRandom so there's a version mismatch if we don't
    [all...]
  /external/chromium/net/disk_cache/
disk_cache_test_util.cc 102 cache->SetFlags(disk_cache::kNoRandom);
stress_cache.cc 106 disk_cache::kNoLoadProtection | disk_cache::kNoRandom,
disk_cache_test_base.cc 259 disk_cache::kNoRandom, thread, NULL, &cache_, &cb);
282 cache_impl_->SetFlags(disk_cache::kNoRandom);
backend_impl.h 35 kNoRandom = 1 << 5, // Don't add randomness to the behavior.
backend_impl.cc 461 if (!(user_flags_ & disk_cache::kNoRandom)) {
471 if (!(user_flags_ & disk_cache::kNoRandom) &&
527 if (user_flags_ & kNoRandom) {
    [all...]
backend_unittest.cc 203 path, false, 0, net::DISK_CACHE, disk_cache::kNoRandom,
268 path, false, 0, net::DISK_CACHE, disk_cache::kNoRandom,
320 path, false, 0, net::DISK_CACHE, disk_cache::kNoRandom,
    [all...]
  /external/chromium_org/net/tools/crash_cache/
crash_cache.cc 147 backend->SetFlags(disk_cache::kNoRandom);
275 cache->SetFlags(disk_cache::kNoRandom);
  /external/chromium_org/net/tools/dump_cache/
simple_cache_dumper.cc 143 disk_cache::kNoRandom);

Completed in 101 milliseconds