Searched refs:WriteMetadata (Results 1 - 11 of 11) sorted by relevance

/external/chromium/net/http/
H A Dhttp_cache.h170 void WriteMetadata(const GURL& url, base::Time expected_response_time,
H A Dhttp_cache_transaction.h82 int WriteMetadata(IOBuffer* buf, int buf_len, CompletionCallback* callback);
H A Dhttp_cache.cc227 // Implementes the bulk of HttpCache::WriteMetadata.
276 result = transaction_->WriteMetadata(buf_, buf_len_, &callback_);
437 void HttpCache::WriteMetadata(const GURL& url, function in class:net::HttpCache
H A Dhttp_cache_unittest.cc4890 cache.http_cache()->WriteMetadata(GURL("foo"), Time::Now(), NULL, 0);
4896 cache.http_cache()->WriteMetadata(GURL(kSimpleGET_Transaction.url),
4932 cache.http_cache()->WriteMetadata(GURL(kSimpleGET_Transaction.url),
4962 cache.http_cache()->WriteMetadata(GURL(kTypicalGET_Transaction.url),
H A Dhttp_cache_transaction.cc168 int HttpCache::Transaction::WriteMetadata(IOBuffer* buf, int buf_len, function in class:net::HttpCache::Transaction
/external/chromium_org/net/http/
H A Dhttp_cache.h167 void WriteMetadata(const GURL& url,
H A Dhttp_cache_transaction.h86 int WriteMetadata(IOBuffer* buf,
H A Dhttp_cache.cc199 // Implements the bulk of HttpCache::WriteMetadata.
250 result = transaction_->WriteMetadata(
367 void HttpCache::WriteMetadata(const GURL& url, function in class:net::HttpCache
H A Dhttp_cache_transaction.cc248 int HttpCache::Transaction::WriteMetadata(IOBuffer* buf, int buf_len, function in class:net::HttpCache::Transaction
H A Dhttp_cache_unittest.cc5794 cache.http_cache()->WriteMetadata(GURL("foo"), net::DEFAULT_PRIORITY,
5801 cache.http_cache()->WriteMetadata(GURL(kSimpleGET_Transaction.url),
5840 cache.http_cache()->WriteMetadata(GURL(kSimpleGET_Transaction.url),
5873 cache.http_cache()->WriteMetadata(GURL(kTypicalGET_Transaction.url),
/external/chromium_org/content/browser/renderer_host/
H A Drender_message_filter.cc964 cache->WriteMetadata(url,

Completed in 243 milliseconds