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

  /external/chromium/net/http/
http_response_info.h 36 // Call this method to persist the response info.
37 void Persist(Pickle* pickle,
http_vary_data.h 48 // vary data's Persist method.
56 // Call this method to persist the vary data. Illegal to call this on an
58 void Persist(Pickle* pickle) const;
http_response_info.cc 187 void HttpResponseInfo::Persist(Pickle* pickle,
196 // TODO(wtc): we should persist ssl_info.connection_status.
225 headers->Persist(pickle, persist_options);
228 ssl_info.cert->Persist(pickle);
235 vary_data.Persist(pickle);
disk_cache_based_ssl_host_info.h 37 virtual void Persist();
http_vary_data.cc 77 void HttpVaryData::Persist(Pickle* pickle) const {
http_response_headers.h 31 // Persist options.
61 void Persist(Pickle* pickle, PersistOptions options);
disk_cache_based_ssl_host_info.cc 73 void DiskCacheBasedSSLHostInfo::Persist() {
237 // We close the entry because, if we shutdown before ::Persist is called,
http_response_headers_unittest.cc 287 TEST(HttpResponseHeadersTest, Persist) {
451 parsed1->Persist(&pickle, tests[i].options);
    [all...]
http_response_headers.cc 161 void HttpResponseHeaders::Persist(Pickle* pickle, PersistOptions options) {
    [all...]
http_cache_transaction.cc     [all...]
http_cache_unittest.cc 594 response_info->Persist(
    [all...]
  /packages/apps/Calculator/src/com/android/calculator2/
Persist.java 30 class Persist {
38 Persist(Context context) {
Calculator.java 43 private Persist mPersist;
91 mPersist = new Persist(this);
  /external/chromium/net/socket/
ssl_host_info.h 53 // Persist allows for the host information to be updated for future users.
58 virtual void Persist() = 0;
78 // members can then be updated before calling |Persist|.
ssl_client_socket_nss.cc     [all...]
  /external/chromium/net/base/
x509_certificate.h 201 void Persist(Pickle* pickle);
x509_certificate_unittest.cc 695 cert->Persist(&pickle);
    [all...]
x509_certificate.cc 364 void X509Certificate::Persist(Pickle* pickle) {
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
malware_details_unittest.cc 62 responseinfo.Persist(&pickle, false, false);

Completed in 435 milliseconds