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

  /external/chromium_org/net/disk_cache/v3/
eviction_v3.cc 60 bool FallingBehind(int current_size, int max_size) {
246 if (!FallingBehind(header_->num_bytes, max_size_) &&
  /external/chromium_org/net/disk_cache/
eviction.cc 61 bool FallingBehind(int current_size, int max_size) {
229 if (!FallingBehind(header_->num_bytes, max_size_) &&

Completed in 205 milliseconds