/external/chromium_org/content/browser/ |
D | browser_context.cc | 82 SetForceKeepSessionState(); in SaveSessionStateOnIOThread() 84 SetForceKeepSessionState(); in SaveSessionStateOnIOThread() 90 indexed_db_context->SetForceKeepSessionState(); in SaveSessionStateOnIndexedDBThread() 226 SetForceKeepSessionState(); in SaveSessionState() 242 dom_storage_context_proxy->SetForceKeepSessionState(); in SaveSessionState()
|
/external/chromium_org/net/ssl/ |
D | default_server_bound_cert_store.h | 69 virtual void SetForceKeepSessionState() OVERRIDE; 178 virtual void SetForceKeepSessionState() = 0;
|
D | server_bound_cert_store.h | 126 virtual void SetForceKeepSessionState() = 0; in NON_EXPORTED_BASE()
|
D | default_server_bound_cert_store.cc | 305 void DefaultServerBoundCertStore::SetForceKeepSessionState() { in SetForceKeepSessionState() function in net::DefaultServerBoundCertStore 310 store_->SetForceKeepSessionState(); in SetForceKeepSessionState()
|
D | default_server_bound_cert_store_unittest.cc | 77 virtual void SetForceKeepSessionState() OVERRIDE; 115 void MockPersistentStore::SetForceKeepSessionState() {} in SetForceKeepSessionState() function in net::__anond2ada42a0111::MockPersistentStore
|
/external/chromium_org/net/cookies/ |
D | cookie_monster_store_test.h | 100 virtual void SetForceKeepSessionState() OVERRIDE; 175 virtual void SetForceKeepSessionState() OVERRIDE;
|
D | cookie_monster_store_test.cc | 85 void MockPersistentCookieStore::SetForceKeepSessionState() { in SetForceKeepSessionState() function in net::MockPersistentCookieStore 195 void MockSimplePersistentCookieStore::SetForceKeepSessionState() { in SetForceKeepSessionState() function in net::MockSimplePersistentCookieStore
|
D | cookie_monster.h | 235 void SetForceKeepSessionState(); 751 virtual void SetForceKeepSessionState() = 0;
|
D | cookie_monster.cc | 1410 void CookieMonster::SetForceKeepSessionState() { in SetForceKeepSessionState() function in net::CookieMonster 1412 store_->SetForceKeepSessionState(); in SetForceKeepSessionState()
|
D | cookie_monster_unittest.cc | 57 MOCK_METHOD0(SetForceKeepSessionState, void()); 2178 virtual void SetForceKeepSessionState() OVERRIDE {} in SetForceKeepSessionState() function in net::__anonf8ce5b5b0211::FlushablePersistentStore
|
/external/chromium_org/content/browser/indexed_db/ |
D | indexed_db_context_impl.h | 54 void SetForceKeepSessionState() { force_keep_session_state_ = true; } in NON_EXPORTED_BASE() 100 FRIEND_TEST_ALL_PREFIXES(IndexedDBTest, SetForceKeepSessionState); in NON_EXPORTED_BASE()
|
D | indexed_db_unittest.cc | 85 TEST_F(IndexedDBTest, SetForceKeepSessionState) { in TEST_F() argument 100 idb_context->SetForceKeepSessionState(); in TEST_F()
|
/external/chromium_org/content/browser/dom_storage/ |
D | dom_storage_context_wrapper.cc | 157 void DOMStorageContextWrapper::SetForceKeepSessionState() { in SetForceKeepSessionState() function in content::DOMStorageContextWrapper 162 base::Bind(&DOMStorageContextImpl::SetForceKeepSessionState, context_)); in SetForceKeepSessionState()
|
D | dom_storage_context_wrapper.h | 54 void SetForceKeepSessionState(); in NON_EXPORTED_BASE()
|
D | dom_storage_context_impl.h | 126 void SetForceKeepSessionState() { in SetForceKeepSessionState() function
|
D | dom_storage_context_impl_unittest.cc | 149 TEST_F(DOMStorageContextImplTest, SetForceKeepSessionState) { in TEST_F() argument 158 context_->SetForceKeepSessionState(); // Should override clear behavior. in TEST_F()
|
/external/chromium_org/chrome/browser/net/ |
D | sqlite_server_bound_cert_store.h | 42 virtual void SetForceKeepSessionState() OVERRIDE;
|
D | sqlite_server_bound_cert_store.cc | 62 void SetForceKeepSessionState(); 603 void SQLiteServerBoundCertStore::Backend::SetForceKeepSessionState() { in SetForceKeepSessionState() function in SQLiteServerBoundCertStore::Backend 631 void SQLiteServerBoundCertStore::SetForceKeepSessionState() { in SetForceKeepSessionState() function in SQLiteServerBoundCertStore 632 backend_->SetForceKeepSessionState(); in SetForceKeepSessionState()
|
/external/chromium_org/content/browser/net/ |
D | sqlite_persistent_cookie_store.h | 63 virtual void SetForceKeepSessionState() OVERRIDE;
|
D | sqlite_persistent_cookie_store.cc | 116 void SetForceKeepSessionState(); 1172 void SQLitePersistentCookieStore::Backend::SetForceKeepSessionState() { in SetForceKeepSessionState() function in content::SQLitePersistentCookieStore::Backend 1237 void SQLitePersistentCookieStore::SetForceKeepSessionState() { in SetForceKeepSessionState() function in content::SQLitePersistentCookieStore 1238 backend_->SetForceKeepSessionState(); in SetForceKeepSessionState()
|
/external/chromium_org/net/socket/ |
D | ssl_client_socket_openssl_unittest.cc | 91 virtual void SetForceKeepSessionState() OVERRIDE {} in SetForceKeepSessionState() function in net::__anonfe1437710111::FailingServerBoundCertStore
|
/external/chromium_org/webkit/browser/database/ |
D | database_tracker.h | 178 void SetForceKeepSessionState();
|
D | database_tracker.cc | 860 void DatabaseTracker::SetForceKeepSessionState() { in SetForceKeepSessionState() function in webkit_database::DatabaseTracker 865 base::Bind(&DatabaseTracker::SetForceKeepSessionState, this)); in SetForceKeepSessionState()
|
D | database_tracker_unittest.cc | 660 tracker->SetForceKeepSessionState(); in DatabaseTrackerSetForceKeepSessionState()
|