Searched refs:SetForceKeepSessionState (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/net/extras/sqlite/
H A Dsqlite_channel_id_store.h44 virtual void SetForceKeepSessionState() OVERRIDE;
H A Dsqlite_channel_id_store.cc90 void SetForceKeepSessionState();
596 void SQLiteChannelIDStore::Backend::SetForceKeepSessionState() { function in class:net::SQLiteChannelIDStore::Backend
626 void SQLiteChannelIDStore::SetForceKeepSessionState() { function in class:net::SQLiteChannelIDStore
627 backend_->SetForceKeepSessionState();
/external/chromium_org/content/browser/
H A Dbrowser_context.cc76 SetForceKeepSessionState();
78 SetForceKeepSessionState();
84 indexed_db_context->SetForceKeepSessionState();
242 SetForceKeepSessionState();
259 dom_storage_context_proxy->SetForceKeepSessionState();
H A Ddatabase_tracker_unittest.cc656 tracker->SetForceKeepSessionState();
/external/chromium_org/chrome/browser/net/
H A Dquota_policy_channel_id_store.cc66 void QuotaPolicyChannelIDStore::SetForceKeepSessionState() { function in class:QuotaPolicyChannelIDStore
H A Dquota_policy_channel_id_store.h50 virtual void SetForceKeepSessionState() OVERRIDE;
/external/chromium_org/content/browser/dom_storage/
H A Ddom_storage_context_wrapper.h52 void SetForceKeepSessionState();
H A Ddom_storage_context_wrapper.cc149 void DOMStorageContextWrapper::SetForceKeepSessionState() { function in class:content::DOMStorageContextWrapper
154 base::Bind(&DOMStorageContextImpl::SetForceKeepSessionState, context_));
H A Ddom_storage_context_impl.h124 void SetForceKeepSessionState() { function in class:content::DOMStorageContextImpl
H A Ddom_storage_context_impl_unittest.cc150 TEST_F(DOMStorageContextImplTest, SetForceKeepSessionState) {
159 context_->SetForceKeepSessionState(); // Should override clear behavior.
/external/chromium_org/content/browser/net/
H A Dsqlite_persistent_cookie_store.h63 virtual void SetForceKeepSessionState() OVERRIDE;
H A Dsqlite_persistent_cookie_store.cc118 void SetForceKeepSessionState();
1176 void SQLitePersistentCookieStore::Backend::SetForceKeepSessionState() { function in class:content::SQLitePersistentCookieStore::Backend
1241 void SQLitePersistentCookieStore::SetForceKeepSessionState() { function in class:content::SQLitePersistentCookieStore
1242 backend_->SetForceKeepSessionState();
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_context_impl.h63 void SetForceKeepSessionState() { force_keep_session_state_ = true; } function in class:content::IndexedDBContextImpl
114 FRIEND_TEST_ALL_PREFIXES(IndexedDBTest, SetForceKeepSessionState);
H A Dindexed_db_unittest.cc88 TEST_F(IndexedDBTest, SetForceKeepSessionState) {
106 idb_context->SetForceKeepSessionState();
120 // No data was cleared because of SetForceKeepSessionState.
/external/chromium_org/net/cookies/
H A Dcookie_monster_store_test.h100 virtual void SetForceKeepSessionState() OVERRIDE;
177 virtual void SetForceKeepSessionState() OVERRIDE;
H A Dcookie_monster_store_test.cc85 void MockPersistentCookieStore::SetForceKeepSessionState() { function in class:net::MockPersistentCookieStore
197 void MockSimplePersistentCookieStore::SetForceKeepSessionState() { function in class:net::MockSimplePersistentCookieStore
H A Dcookie_monster.h228 void SetForceKeepSessionState();
772 virtual void SetForceKeepSessionState() = 0;
H A Dcookie_monster.cc1403 void CookieMonster::SetForceKeepSessionState() { function in class:net::CookieMonster
1405 store_->SetForceKeepSessionState();
H A Dcookie_monster_unittest.cc57 MOCK_METHOD0(SetForceKeepSessionState, void());
2185 virtual void SetForceKeepSessionState() OVERRIDE {}
/external/chromium_org/net/ssl/
H A Ddefault_channel_id_store.h70 virtual void SetForceKeepSessionState() OVERRIDE;
178 virtual void SetForceKeepSessionState() = 0;
H A Dchannel_id_store.h126 virtual void SetForceKeepSessionState() = 0;
H A Ddefault_channel_id_store.cc302 void DefaultChannelIDStore::SetForceKeepSessionState() { function in class:net::DefaultChannelIDStore
307 store_->SetForceKeepSessionState();
H A Ddefault_channel_id_store_unittest.cc77 virtual void SetForceKeepSessionState() OVERRIDE;
115 void MockPersistentStore::SetForceKeepSessionState() {} function in class:net::__anon9623::MockPersistentStore
/external/chromium_org/storage/browser/database/
H A Ddatabase_tracker.h182 void SetForceKeepSessionState();
H A Ddatabase_tracker.cc858 void DatabaseTracker::SetForceKeepSessionState() { function in class:storage::DatabaseTracker
863 base::Bind(&DatabaseTracker::SetForceKeepSessionState, this));

Completed in 502 milliseconds

12