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

  /external/chromium/net/disk_cache/
disk_cache_test_base.h 35 memory_only_(false), implementation_(false), force_creation_(false),
49 implementation_ = true;
84 bool implementation_; member in class:DiskCacheTestWithCache
disk_cache_test_base.cc 26 implementation_ = true;
39 if (!implementation_) {
59 if (implementation_)
100 ASSERT_TRUE(implementation_ && !memory_only_);
111 ASSERT_TRUE(implementation_ && !memory_only_);

Completed in 9 milliseconds