Home
last modified time | relevance | path

Searched refs:should_persist (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/content/browser/dom_storage/
Dsession_storage_namespace_impl.cc43 void SessionStorageNamespaceImpl::SetShouldPersist(bool should_persist) { in SetShouldPersist() argument
44 session_->SetShouldPersist(should_persist); in SetShouldPersist()
47 bool SessionStorageNamespaceImpl::should_persist() const { in should_persist() function in content::SessionStorageNamespaceImpl
48 return session_->should_persist(); in should_persist()
Dsession_storage_namespace_impl.h45 virtual void SetShouldPersist(bool should_persist) OVERRIDE; in NON_EXPORTED_BASE()
46 virtual bool should_persist() const OVERRIDE; in NON_EXPORTED_BASE()
Ddom_storage_session.h42 void SetShouldPersist(bool should_persist);
43 bool should_persist() const;
Ddom_storage_session.cc76 void DOMStorageSession::SetShouldPersist(bool should_persist) { in SetShouldPersist() argument
77 should_persist_ = should_persist; in SetShouldPersist()
80 bool DOMStorageSession::should_persist() const { in should_persist() function in content::DOMStorageSession
/external/chromium_org/content/public/browser/
Dsession_storage_namespace.h32 virtual void SetShouldPersist(bool should_persist) = 0;
34 virtual bool should_persist() const = 0;
/external/chromium_org/chrome/browser/sessions/
Dsession_restore_browsertest.cc1197 controller->GetDefaultSessionStorageNamespace()->should_persist()); in IN_PROC_BROWSER_TEST_F()