/external/chromium/net/http/ |
D | http_response_info.cc | 187 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()
|
D | http_vary_data.h | 58 void Persist(Pickle* pickle) const;
|
D | http_response_info.h | 37 void Persist(Pickle* pickle,
|
D | http_vary_data.cc | 77 void HttpVaryData::Persist(Pickle* pickle) const { in Persist() function in net::HttpVaryData
|
D | disk_cache_based_ssl_host_info.h | 37 virtual void Persist();
|
D | http_response_headers.h | 61 void Persist(Pickle* pickle, PersistOptions options);
|
D | disk_cache_based_ssl_host_info.cc | 73 void DiskCacheBasedSSLHostInfo::Persist() { in Persist() function in net::DiskCacheBasedSSLHostInfo
|
D | http_response_headers_unittest.cc | 287 TEST(HttpResponseHeadersTest, Persist) { in TEST() argument 451 parsed1->Persist(&pickle, tests[i].options); in TEST()
|
D | http_response_headers.cc | 161 void HttpResponseHeaders::Persist(Pickle* pickle, PersistOptions options) { in Persist() function in net::HttpResponseHeaders
|
D | http_cache_transaction.cc | 1905 response_.Persist(data->pickle(), skip_transient_headers, truncated); in WriteResponseInfoToEntry()
|
D | http_cache_unittest.cc | 594 response_info->Persist( in WriteResponseInfo() 4121 response1.Persist(&pickle, false, false); in TEST()
|
/external/chromium/net/socket/ |
D | ssl_host_info.h | 58 virtual void Persist() = 0;
|
D | ssl_client_socket_nss.cc | 1725 ssl_host_info_->Persist(); in SaveSSLHostInfo()
|
/external/chromium/net/base/ |
D | x509_certificate.h | 201 void Persist(Pickle* pickle);
|
D | x509_certificate.cc | 364 void X509Certificate::Persist(Pickle* pickle) { in Persist() function in net::X509Certificate
|
D | x509_certificate_unittest.cc | 695 cert->Persist(&pickle); in TEST()
|
/external/chromium/chrome/browser/safe_browsing/ |
D | malware_details_unittest.cc | 62 responseinfo.Persist(&pickle, false, false); in WriteHeaders()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 117596 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.
|
D | ChangeLog-2009-06-16 | 3943 - Persist enabled status using InspectorController::Settings
|