HomeSort by relevance Sort by last modified time
    Searched refs:memento_in_file_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/profile_resetter/
automatic_profile_resetter.cc 185 memento_in_file_(profile_) {}
216 memento_in_file_.ReadValue(base::Bind(
220 // Called back by |memento_in_file_| once the |memento_value| has been read.
340 FileHostedPromptMemento memento_in_file_; member in class:AutomaticProfileResetter::InputBuilder
automatic_profile_resetter_unittest.cc 496 memento_in_file_(new FileHostedPromptMementoSynchronous(profile())),
546 EXPECT_EQ(value, memento_in_file_->ReadValue());
621 return *memento_in_file_;
635 scoped_ptr<FileHostedPromptMementoSynchronous> memento_in_file_; member in class:__anon9061::AutomaticProfileResetterTestBase
    [all...]

Completed in 663 milliseconds