Searched refs:ShouldSendThemeBackgroundInfo (Results 1 – 6 of 6) sorted by relevance
184 EXPECT_FALSE(router_policy->ShouldSendThemeBackgroundInfo()); in TEST_F()214 EXPECT_TRUE(GetSearchIPCRouterPolicy()->ShouldSendThemeBackgroundInfo()); in TEST_F()221 EXPECT_FALSE(GetSearchIPCRouterPolicy()->ShouldSendThemeBackgroundInfo()); in TEST_F()
40 virtual bool ShouldSendThemeBackgroundInfo() OVERRIDE;
91 bool SearchIPCRouterPolicyImpl::ShouldSendThemeBackgroundInfo() { in ShouldSendThemeBackgroundInfo() function in SearchIPCRouterPolicyImpl
112 virtual bool ShouldSendThemeBackgroundInfo() = 0;
126 if (!policy_->ShouldSendThemeBackgroundInfo()) in SendThemeBackgroundInfo()
83 MOCK_METHOD0(ShouldSendThemeBackgroundInfo, bool());847 EXPECT_CALL(*policy, ShouldSendThemeBackgroundInfo()).Times(1) in TEST_F()859 EXPECT_CALL(*policy, ShouldSendThemeBackgroundInfo()).Times(1) in TEST_F()