Home | History | Annotate | Download | only in http

Lines Matching refs:WRITE

217 // This class encapsulates a transaction whose only purpose is to write metadata
228 void Write(const GURL& url, base::Time expected_response_time, IOBuffer* buf,
246 void HttpCache::MetadataWriter::Write(const GURL& url,
451 writer->Write(url, expected_response_time, buf, buf_len);
798 // NOTE: If the transaction can only write, then the entry should not be in
806 if (trans->mode() & Transaction::WRITE) {
1009 if ((next->mode() & Transaction::WRITE) && !entry->readers.empty())