Home
last modified time | relevance | path

Searched defs:Persist (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/net/cert/
Dsigned_certificate_timestamp.cc33 void SignedCertificateTimestamp::Persist(Pickle* pickle) { in Persist() function in net::ct::SignedCertificateTimestamp
Dx509_certificate.cc467 void X509Certificate::Persist(Pickle* pickle) { in Persist() function in net::X509Certificate
/external/chromium_org/net/http/
Dhttp_vary_data.cc77 void HttpVaryData::Persist(Pickle* pickle) const { in Persist() function in net::HttpVaryData
Dhttp_response_info.cc281 void HttpResponseInfo::Persist(Pickle* pickle, in Persist() function in net::HttpResponseInfo
Dhttp_response_headers.cc170 void HttpResponseHeaders::Persist(Pickle* pickle, PersistOptions options) { in Persist() function in net::HttpResponseHeaders
Dhttp_response_headers_unittest.cc302 TEST(HttpResponseHeadersTest, Persist) { in TEST() argument
/external/chromium/net/http/
Dhttp_vary_data.cc77 void HttpVaryData::Persist(Pickle* pickle) const { in Persist() function in net::HttpVaryData
Dhttp_response_info.cc187 void HttpResponseInfo::Persist(Pickle* pickle, in Persist() function in net::HttpResponseInfo
Ddisk_cache_based_ssl_host_info.cc73 void DiskCacheBasedSSLHostInfo::Persist() { in Persist() function in net::DiskCacheBasedSSLHostInfo
Dhttp_response_headers.cc161 void HttpResponseHeaders::Persist(Pickle* pickle, PersistOptions options) { in Persist() function in net::HttpResponseHeaders
Dhttp_response_headers_unittest.cc287 TEST(HttpResponseHeadersTest, Persist) { in TEST() argument
/external/chromium_org/chrome/browser/ui/bookmarks/
Dbookmark_browsertest.cc88 IN_PROC_BROWSER_TEST_F(BookmarkBrowsertest, Persist) { in IN_PROC_BROWSER_TEST_F() argument
/external/chromium_org/third_party/libjingle/source/talk/base/
Doptionsfile_unittest.cc119 TEST(OptionsFile, Persist) { in TEST() argument
/external/chromium/net/base/
Dx509_certificate.cc364 void X509Certificate::Persist(Pickle* pickle) { in Persist() function in net::X509Certificate
/external/chromium_org/v8/tools/push-to-trunk/
Dcommon_includes.py332 def Persist(self, var, value): member in Step