Home
last modified time | relevance | path

Searched refs:memento_in_file (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/profile_resetter/
Dautomatic_profile_resetter_unittest.cc620 FileHostedPromptMementoSynchronous& memento_in_file() { in memento_in_file() function in __anon0f782cd30111::AutomaticProfileResetterTestBase
759 memento_in_file().StoreValue(kTestInvalidMementoValue); in TEST_F()
794 EXPECT_EQ(std::string(), memento_in_file().ReadValue()); in TEST_F()
814 EXPECT_EQ(std::string(), memento_in_file().ReadValue()); in TEST_F()
818 memento_in_file().StoreValue(kTestMementoValue); in TEST_F()
834 EXPECT_EQ(kTestMementoValue, memento_in_file().ReadValue()); in TEST_F()
922 memento_in_file().StoreValue(kTestInvalidMementoValue); in TEST_F()
959 EXPECT_EQ(std::string(), memento_in_file().ReadValue()); in TEST_F()
979 EXPECT_EQ(std::string(), memento_in_file().ReadValue()); in TEST_F()
983 memento_in_file().StoreValue(kTestMementoValue); in TEST_F()
[all …]
Dautomatic_profile_resetter.cc746 FileHostedPromptMemento memento_in_file(profile_); in PersistMementos() local
751 memento_in_file.StoreValue(evaluation_results_->memento_value_in_file); in PersistMementos()