Searched defs:resetter (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/profile_resetter/
H A Dautomatic_profile_resetter_unittest.cc589 EXPECT_CALL(resetter(), ReportStatistics(0x03u, 0x01u));
593 EXPECT_TRUE(resetter().ShouldShowResetBanner());
594 testing::Mock::VerifyAndClearExpectations(&resetter());
602 testing::Mock::VerifyAndClearExpectations(&resetter());
625 AutomaticProfileResetterUnderTest& resetter() { return *resetter_; } function in class:__anon4501::AutomaticProfileResetterTestBase
679 EXPECT_FALSE(resetter().ShouldShowResetBanner());
691 EXPECT_CALL(resetter(), ReportStatistics(0x1fu, 0x00u));
695 EXPECT_FALSE(resetter().ShouldShowResetBanner());
707 EXPECT_CALL(resetter(), ReportStatistics(0x15u, 0x01u));
708 EXPECT_CALL(resetter(), ReportPromptResul
[all...]

Completed in 968 milliseconds