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

1 2

  /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,
  /external/chromium_org/net/http/
http_vary_data.h 49 // vary data's Persist method.
57 // Call this method to persist the vary data. Illegal to call this on an
59 void Persist(Pickle* pickle) const;
http_response_info.h 56 // Call this method to persist the response info.
57 void Persist(Pickle* pickle,
http_response_info.cc 281 void HttpResponseInfo::Persist(Pickle* pickle,
329 headers->Persist(pickle, persist_options);
332 ssl_info.cert->Persist(pickle);
343 it->sct_->Persist(pickle);
350 vary_data.Persist(pickle);
http_vary_data.cc 77 void HttpVaryData::Persist(Pickle* pickle) const {
http_response_headers.h 33 // Persist options.
61 void Persist(Pickle* pickle, PersistOptions options);
  /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_org/net/cert/
signed_certificate_timestamp_unittest.cc 36 sample_sct_->Persist(&pickle);
signed_certificate_timestamp.h 99 void Persist(Pickle* pickle);
signed_certificate_timestamp.cc 33 void SignedCertificateTimestamp::Persist(Pickle* pickle) {
x509_certificate.h 196 void Persist(Pickle* pickle);
  /external/chromium_org/v8/tools/push-to-trunk/
auto_roll.py 57 self.Persist("latest", match.group(1))
66 self.Persist("lkgr", self.ReadURL(lkgr_url, wait_plan=[5, 20, 300, 300]))
push_to_trunk.py 87 self.Persist("last_push", last_push)
118 self.Persist("date", date)
213 self.Persist("prep_commit_msg", prep_commit_msg)
247 self.Persist("prepare_commit_hash", prepare_commit_hash)
372 self.Persist("trunk_revision", trunk_revision)
400 self.Persist("chrome_path", chrome_path)
409 self.Persist("v8_path", v8_path)
test_scripts.py 342 self.MakeStep().Persist("test1", "")
344 self.MakeStep().Persist("test2", "AB123")
462 self.MakeStep().Persist("last_push", "1234")
517 self.MakeStep().Persist("build", "5")
561 self.MakeStep().Persist("prepare_commit_hash", "hash1")
562 self.MakeStep().Persist("date", "1999-11-11")
common_includes.py 332 def Persist(self, var, value):
360 # Persist current branch.
368 self.Persist("current_branch", current_branch)
400 self.Persist("%s%s" % (prefix, var_name), value)
  /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|.
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_browsertest.cc 79 // Verify that bookmarks persist browser restart.
88 IN_PROC_BROWSER_TEST_F(BookmarkBrowsertest, Persist) {
  /external/chromium/net/base/
x509_certificate.h 201 void Persist(Pickle* pickle);

Completed in 2359 milliseconds

1 2