/external/chromium/net/http/ |
http_cache.h | 170 void WriteMetadata(const GURL& url, base::Time expected_response_time,
|
http_cache_transaction.h | 82 int WriteMetadata(IOBuffer* buf, int buf_len, CompletionCallback* callback);
|
http_cache.cc | 227 // Implementes the bulk of HttpCache::WriteMetadata. 276 result = transaction_->WriteMetadata(buf_, buf_len_, &callback_); 437 void HttpCache::WriteMetadata(const GURL& url, [all...] |
http_cache_unittest.cc | [all...] |
http_cache_transaction.cc | 168 int HttpCache::Transaction::WriteMetadata(IOBuffer* buf, int buf_len, [all...] |
/external/chromium_org/net/http/ |
http_cache.h | 167 void WriteMetadata(const GURL& url,
|
http_cache_transaction.h | 86 int WriteMetadata(IOBuffer* buf,
|
http_cache.cc | 199 // Implements the bulk of HttpCache::WriteMetadata. 250 result = transaction_->WriteMetadata( 367 void HttpCache::WriteMetadata(const GURL& url, [all...] |
http_cache_transaction.cc | 248 int HttpCache::Transaction::WriteMetadata(IOBuffer* buf, int buf_len, [all...] |
http_cache_unittest.cc | [all...] |
/build/tools/releasetools/ |
ota_from_target_files | 531 WriteMetadata(metadata, output_zip) 539 def WriteMetadata(metadata, output_zip): [all...] |
/external/chromium_org/content/browser/renderer_host/ |
render_message_filter.cc | [all...] |