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

  /external/chromium/net/disk_cache/
storage_block-inl.h 18 : data_(NULL), file_(file), address_(address), modified_(false),
26 if (modified_)
61 DCHECK(!modified_);
75 modified_ = false;
82 DCHECK(!modified_);
88 modified_ = true;
115 modified_ = false;
127 modified_ = false;
storage_block.h 80 bool modified_; member in class:disk_cache::StorageBlock
  /external/chromium_org/net/disk_cache/
storage_block-inl.h 18 : data_(NULL), file_(file), address_(address), modified_(false),
26 if (modified_)
61 DCHECK(!modified_);
75 modified_ = false;
82 DCHECK(!modified_);
88 modified_ = true;
92 modified_ = false;
124 modified_ = false;
137 modified_ = false;
storage_block.h 86 bool modified_; member in class:disk_cache::StorageBlock
  /external/chromium/sdch/open-vcdiff/src/
gflags.cc 507 bool modified_; // Set after default assignment? member in class:google::__anon5676::CommandLineFlag
523 : name_(name), help_(help), file_(filename), modified_(false),
566 result->is_default = !modified_;
573 if (!modified_ && !current_->Equal(*defvalue_)) {
574 modified_ = true;
580 if (modified_ != src.modified_) modified_ = src.modified_;
823 flag->modified_ = true
    [all...]
  /external/open-vcdiff/gflags/src/
gflags.cc 507 bool modified_; // Set after default assignment? member in class:__anon25731::CommandLineFlag
523 : name_(name), help_(help), file_(filename), modified_(false),
566 result->is_default = !modified_;
573 if (!modified_ && !current_->Equal(*defvalue_)) {
574 modified_ = true;
580 if (modified_ != src.modified_) modified_ = src.modified_;
823 flag->modified_ = true
    [all...]
  /external/chromium/net/http/
http_cache_unittest.cc 827 modified_ = false;
832 modified_ = false;
840 void set_modified(bool value) { modified_ = value; }
852 static bool modified_; member in class:__anon5512::RangeTransactionServer
857 bool RangeTransactionServer::modified_ = false; member in class:__anon5512::RangeTransactionServer
915 if (!request->extra_headers.HasHeader("If-None-Match") || modified_) {
    [all...]
  /external/chromium_org/net/http/
http_cache_unittest.cc 360 modified_ = false;
365 modified_ = false;
373 void set_modified(bool value) { modified_ = value; }
385 static bool modified_; member in class:__anon11167::RangeTransactionServer
390 bool RangeTransactionServer::modified_ = false; member in class:__anon11167::RangeTransactionServer
456 if (!request->extra_headers.HasHeader("If-None-Match") || modified_) {
    [all...]

Completed in 574 milliseconds