automatic_profile_resetter_unittest.cc | 589 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:__anon5458::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(), ReportPromptResult [all...] |