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

  /external/chromium/net/http/
http_response_info.h 67 // Call this method to persist the response info.
68 void Persist(Pickle* pickle,
http_response_info.cc 117 void HttpResponseInfo::Persist(Pickle* pickle,
150 headers->Persist(pickle, persist_options);
153 ssl_info.cert->Persist(pickle);
160 vary_data.Persist(pickle);
http_vary_data.h 47 // vary data's Persist method.
55 // Call this method to persist the vary data. Illegal to call this on an
57 void Persist(Pickle* pickle) const;
http_vary_data.cc 76 void HttpVaryData::Persist(Pickle* pickle) const {
http_response_headers.h 47 // Persist options.
59 void Persist(Pickle* pickle, PersistOptions options);
http_response_headers_unittest.cc 291 TEST(HttpResponseHeadersTest, Persist) {
455 parsed1->Persist(&pickle, tests[i].options);
    [all...]
http_cache.cc 271 response_info->Persist(
http_response_headers.cc 103 void HttpResponseHeaders::Persist(Pickle* pickle, PersistOptions options) {
    [all...]
http_cache_transaction.cc     [all...]
  /packages/apps/Calculator/src/com/android/calculator2/
Persist.java 30 class Persist {
37 Persist(Context context) {
Calculator.java 35 private Persist mPersist;
60 mPersist = new Persist(this);
  /external/chromium/net/base/
x509_certificate.h 181 void Persist(Pickle* pickle);
x509_certificate_mac.cc 394 void X509Certificate::Persist(Pickle* pickle) {
x509_certificate_nss.cc 491 void X509Certificate::Persist(Pickle* pickle) {
x509_certificate_unittest.cc 354 cert1->Persist(&pickle);
x509_certificate_win.cc 487 void X509Certificate::Persist(Pickle* pickle) {

Completed in 815 milliseconds