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 56 implementation_ = true;
131 bool implementation_; member in class:DiskCacheTestWithCache
disk_cache_test_base.cc 26 implementation_(false),
39 implementation_ = true;
53 ASSERT_TRUE(implementation_ && !memory_only_);
67 ASSERT_TRUE(implementation_ && !memory_only_);
223 if (!implementation_) {
249 if (implementation_)

Completed in 348 milliseconds