Searched refs:should_persist (Results 1 – 6 of 6) sorted by relevance
43 void SessionStorageNamespaceImpl::SetShouldPersist(bool should_persist) { in SetShouldPersist() argument44 session_->SetShouldPersist(should_persist); in SetShouldPersist()47 bool SessionStorageNamespaceImpl::should_persist() const { in should_persist() function in content::SessionStorageNamespaceImpl48 return session_->should_persist(); in should_persist()
45 virtual void SetShouldPersist(bool should_persist) OVERRIDE; in NON_EXPORTED_BASE()46 virtual bool should_persist() const OVERRIDE; in NON_EXPORTED_BASE()
42 void SetShouldPersist(bool should_persist);43 bool should_persist() const;
76 void DOMStorageSession::SetShouldPersist(bool should_persist) { in SetShouldPersist() argument77 should_persist_ = should_persist; in SetShouldPersist()80 bool DOMStorageSession::should_persist() const { in should_persist() function in content::DOMStorageSession
32 virtual void SetShouldPersist(bool should_persist) = 0;34 virtual bool should_persist() const = 0;
1197 controller->GetDefaultSessionStorageNamespace()->should_persist()); in IN_PROC_BROWSER_TEST_F()