Searched refs:persistent_store_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/net/
H A Dquota_policy_channel_id_store.cc28 persistent_store_(
46 persistent_store_->DeleteAllInList(session_only_server_identifiers);
50 persistent_store_->Load(
57 persistent_store_->AddChannelID(channel_id);
63 persistent_store_->DeleteChannelID(channel_id);
H A Dquota_policy_channel_id_store.h61 scoped_refptr<net::SQLiteChannelIDStore> persistent_store_; member in class:QuotaPolicyChannelIDStore
/external/chromium_org/net/cookies/
H A Dcookie_monster_unittest.cc770 persistent_store_ = new NewMockPersistentCookieStore();
771 cookie_monster_ = new CookieMonster(persistent_store_.get(), NULL);
787 testing::Mock::VerifyAndClear(persistent_store_.get());
824 EXPECT_CALL(*persistent_store_.get(), Load(testing::_))
834 EXPECT_CALL(*persistent_store_.get(), LoadCookiesForKey(key, testing::_))
839 EXPECT_CALL(*persistent_store_.get(), LoadCookiesForKey(key, testing::_))
866 scoped_refptr<NewMockPersistentCookieStore> persistent_store_; member in class:net::DeferredCookieTaskTest

Completed in 101 milliseconds