HomeSort by relevance Sort by last modified time
    Searched refs:InitFromPickle (Results 1 - 6 of 6) sorted by null

  /external/chromium/net/http/
http_response_info.h 34 bool InitFromPickle(const Pickle& pickle, bool* response_truncated);
http_vary_data.h 54 bool InitFromPickle(const Pickle& pickle, void** pickle_iter);
http_vary_data.cc 67 bool HttpVaryData::InitFromPickle(const Pickle& pickle, void** iter) {
http_response_info.cc 105 bool HttpResponseInfo::InitFromPickle(const Pickle& pickle,
160 if (!vary_data.InitFromPickle(pickle, &iter))
http_cache.cc 434 return response_info->InitFromPickle(pickle, response_truncated);
    [all...]
http_cache_unittest.cc     [all...]

Completed in 78 milliseconds