Searched refs:not_modified_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/http/
H A Dhttp_cache_unittest.cc826 not_modified_ = false;
831 not_modified_ = false;
837 void set_not_modified(bool value) { not_modified_ = value; }
851 static bool not_modified_; member in class:__anon3106::RangeTransactionServer
856 bool RangeTransactionServer::not_modified_ = false; member in class:__anon3106::RangeTransactionServer
878 if (not_modified_) {
/external/chromium_org/net/http/
H A Dhttp_cache_unittest.cc359 not_modified_ = false;
364 not_modified_ = false;
370 void set_not_modified(bool value) { not_modified_ = value; }
384 static bool not_modified_; member in class:__anon8761::RangeTransactionServer
389 bool RangeTransactionServer::not_modified_ = false; member in class:__anon8761::RangeTransactionServer
419 if (not_modified_) {

Completed in 117 milliseconds