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

/external/chromium_org/chrome/browser/profile_resetter/
H A Dautomatic_profile_resetter_unittest.cc620 FileHostedPromptMementoSynchronous& memento_in_file() { function in class:__anon4501::AutomaticProfileResetterTestBase
759 memento_in_file().StoreValue(kTestInvalidMementoValue);
794 EXPECT_EQ(std::string(), memento_in_file().ReadValue());
814 EXPECT_EQ(std::string(), memento_in_file().ReadValue());
818 memento_in_file().StoreValue(kTestMementoValue);
834 EXPECT_EQ(kTestMementoValue, memento_in_file().ReadValue());
922 memento_in_file().StoreValue(kTestInvalidMementoValue);
959 EXPECT_EQ(std::string(), memento_in_file().ReadValue());
979 EXPECT_EQ(std::string(), memento_in_file().ReadValue());
983 memento_in_file()
[all...]
H A Dautomatic_profile_resetter.cc745 FileHostedPromptMemento memento_in_file(profile_);
750 memento_in_file.StoreValue(evaluation_results_->memento_value_in_file);

Completed in 87 milliseconds