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

  /external/chromium/net/http/
http_response_info.h 65 bool InitFromPickle(const Pickle& pickle, bool* response_truncated);
http_vary_data.h 53 bool InitFromPickle(const Pickle& pickle, void** pickle_iter);
http_response_info.cc 56 bool HttpResponseInfo::InitFromPickle(const Pickle& pickle,
106 if (!vary_data.InitFromPickle(pickle, &iter))
http_vary_data.cc 66 bool HttpVaryData::InitFromPickle(const Pickle& pickle, void** iter) {
http_cache.cc 245 return response_info->InitFromPickle(pickle, response_truncated);

Completed in 273 milliseconds