session_storage_namespace_impl.cc | 43 void SessionStorageNamespaceImpl::SetShouldPersist(bool should_persist) { 44 session_->SetShouldPersist(should_persist); 47 bool SessionStorageNamespaceImpl::should_persist() const { function in class:content::SessionStorageNamespaceImpl 48 return session_->should_persist();
|