Searched defs:LoadFromMemoryCacheDetails (Results 1 – 2 of 2) sorted by relevance
16 struct LoadFromMemoryCacheDetails { struct26 GURL url;27 int pid;28 int cert_id;29 net::CertStatus cert_status;30 std::string http_method;31 std::string mime_type;32 ResourceType::Type resource_type;
9 LoadFromMemoryCacheDetails::LoadFromMemoryCacheDetails( in LoadFromMemoryCacheDetails() function in content::LoadFromMemoryCacheDetails