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

  /external/chromium/net/disk_cache/
addr.h 70 bool is_separate_file() const { function in class:disk_cache::Addr
75 return !is_separate_file();
83 if (is_separate_file())
  /external/chromium_org/net/disk_cache/
addr.h 77 bool is_separate_file() const { function in class:disk_cache::Addr
82 return !is_separate_file();
90 if (is_separate_file())

Completed in 37 milliseconds