Home | History | Annotate | Download | only in http

Lines Matching defs:modified_

827     modified_ = false;
832 modified_ = false;
840 void set_modified(bool value) { modified_ = value; }
852 static bool modified_;
857 bool RangeTransactionServer::modified_ = false;
915 if (!request->extra_headers.HasHeader("If-None-Match") || modified_) {