Searched refs:memento_in_file (Results 1 – 2 of 2) sorted by relevance
620 FileHostedPromptMementoSynchronous& memento_in_file() { in memento_in_file() function in __anon0f782cd30111::AutomaticProfileResetterTestBase759 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 …]
746 FileHostedPromptMemento memento_in_file(profile_); in PersistMementos() local751 memento_in_file.StoreValue(evaluation_results_->memento_value_in_file); in PersistMementos()