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

  /external/chromium/net/http/
http_vary_data.cc 77 void HttpVaryData::Persist(Pickle* pickle) const {
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_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);
http_response_headers.cc 161 void HttpResponseHeaders::Persist(Pickle* pickle, PersistOptions options) {
    [all...]
  /packages/apps/Calculator/src/com/android/calculator2/
Persist.java 30 class Persist {
38 Persist(Context context) {
  /external/chromium/net/base/
x509_certificate.cc 364 void X509Certificate::Persist(Pickle* pickle) {
    [all...]

Completed in 87 milliseconds