Home
last modified time | relevance | path

Searched refs:Persist (Results 1 – 19 of 19) sorted by relevance

/external/chromium/net/http/
Dhttp_response_info.cc187 void HttpResponseInfo::Persist(Pickle* pickle, in Persist() function in net::HttpResponseInfo
225 headers->Persist(pickle, persist_options); in Persist()
228 ssl_info.cert->Persist(pickle); in Persist()
235 vary_data.Persist(pickle); in Persist()
Dhttp_vary_data.h58 void Persist(Pickle* pickle) const;
Dhttp_response_info.h37 void Persist(Pickle* pickle,
Dhttp_vary_data.cc77 void HttpVaryData::Persist(Pickle* pickle) const { in Persist() function in net::HttpVaryData
Ddisk_cache_based_ssl_host_info.h37 virtual void Persist();
Dhttp_response_headers.h61 void Persist(Pickle* pickle, PersistOptions options);
Ddisk_cache_based_ssl_host_info.cc73 void DiskCacheBasedSSLHostInfo::Persist() { in Persist() function in net::DiskCacheBasedSSLHostInfo
Dhttp_response_headers_unittest.cc287 TEST(HttpResponseHeadersTest, Persist) { in TEST() argument
451 parsed1->Persist(&pickle, tests[i].options); in TEST()
Dhttp_response_headers.cc161 void HttpResponseHeaders::Persist(Pickle* pickle, PersistOptions options) { in Persist() function in net::HttpResponseHeaders
Dhttp_cache_transaction.cc1905 response_.Persist(data->pickle(), skip_transient_headers, truncated); in WriteResponseInfoToEntry()
Dhttp_cache_unittest.cc594 response_info->Persist( in WriteResponseInfo()
4121 response1.Persist(&pickle, false, false); in TEST()
/external/chromium/net/socket/
Dssl_host_info.h58 virtual void Persist() = 0;
Dssl_client_socket_nss.cc1725 ssl_host_info_->Persist(); in SaveSSLHostInfo()
/external/chromium/net/base/
Dx509_certificate.h201 void Persist(Pickle* pickle);
Dx509_certificate.cc364 void X509Certificate::Persist(Pickle* pickle) { in Persist() function in net::X509Certificate
Dx509_certificate_unittest.cc695 cert->Persist(&pickle); in TEST()
/external/chromium/chrome/browser/safe_browsing/
Dmalware_details_unittest.cc62 responseinfo.Persist(&pickle, false, false); in WriteHeaders()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-06117596 Persist V8's ScriptData to the memory cache.
118449 Persist V8's ScriptData to the memory cache.
128357 Persist V8's ScriptData to the memory cache.
DChangeLog-2009-06-163943 - Persist enabled status using InspectorController::Settings