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

  /external/chromium_org/net/disk_cache/blockfile/
storage_block.h 88 bool modified_; member in class:disk_cache::StorageBlock
entry_impl_v3.h 198 bool modified_; member in class:disk_cache::EntryImplV3
index_table_v3.h 271 bool modified_; member in class:disk_cache::IndexTable
  /external/chromium_org/net/http/
http_cache_unittest.cc 271 modified_ = false;
276 modified_ = false;
284 void set_modified(bool value) { modified_ = value; }
296 static bool modified_; member in class:__anon13915::RangeTransactionServer
301 bool RangeTransactionServer::modified_ = false; member in class:__anon13915::RangeTransactionServer
374 if (!request->extra_headers.HasHeader("If-None-Match") || modified_) {
    [all...]

Completed in 193 milliseconds