Searched refs:ShouldProcessLogEvent (Results 1 – 6 of 6) sorted by relevance
91 EXPECT_TRUE(GetSearchIPCRouterPolicy()->ShouldProcessLogEvent()); in TEST_F()97 EXPECT_FALSE(GetSearchIPCRouterPolicy()->ShouldProcessLogEvent()); in TEST_F()145 EXPECT_FALSE(router_policy->ShouldProcessLogEvent()); in TEST_F()
278 if (!policy_->ShouldProcessLogEvent()) in OnLogEvent()291 if (!policy_->ShouldProcessLogEvent()) in OnLogMostVisitedImpression()304 if (!policy_->ShouldProcessLogEvent()) in OnLogMostVisitedNavigation()
30 virtual bool ShouldProcessLogEvent() OVERRIDE;
49 bool SearchIPCRouterPolicyImpl::ShouldProcessLogEvent() { in ShouldProcessLogEvent() function in SearchIPCRouterPolicyImpl
73 MOCK_METHOD0(ShouldProcessLogEvent, bool());357 EXPECT_CALL(*policy, ShouldProcessLogEvent()).Times(1) in TEST_F()372 EXPECT_CALL(*policy, ShouldProcessLogEvent()).Times(1) in TEST_F()388 EXPECT_CALL(*policy, ShouldProcessLogEvent()).Times(1) in TEST_F()407 EXPECT_CALL(*policy, ShouldProcessLogEvent()).Times(1) in TEST_F()593 EXPECT_CALL(*policy, ShouldProcessLogEvent()).Times(0); in TEST_F()
102 virtual bool ShouldProcessLogEvent() = 0;