Home
last modified time | relevance | path

Searched refs:ParseResponseInfo (Results 1 – 4 of 4) sorted by relevance

/external/chromium/net/http/
Dhttp_cache.h128 static bool ParseResponseInfo(const char* data, int len,
Dhttp_cache.cc241 bool HttpCache::ParseResponseInfo(const char* data, int len, in ParseResponseInfo() function in net::HttpCache
261 return ParseResponseInfo(buffer->data(), size, response_info, in ReadResponseInfo()
Dhttp_cache_transaction.cc532 !HttpCache::ParseResponseInfo(read_buf_->data(), io_buf_len_, in DoCacheReadResponseComplete()
/external/chromium/net/tools/dump_cache/
Dcache_dumper.cc147 if (!net::HttpCache::ParseResponseInfo(buf->data(), buf_len, in WriteEntry()