Home
last modified time | relevance | path

Searched refs:ShouldProcessLogEvent (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/search/
Dsearch_ipc_router_policy_unittest.cc91 EXPECT_TRUE(GetSearchIPCRouterPolicy()->ShouldProcessLogEvent()); in TEST_F()
97 EXPECT_FALSE(GetSearchIPCRouterPolicy()->ShouldProcessLogEvent()); in TEST_F()
145 EXPECT_FALSE(router_policy->ShouldProcessLogEvent()); in TEST_F()
Dsearch_ipc_router.cc278 if (!policy_->ShouldProcessLogEvent()) in OnLogEvent()
291 if (!policy_->ShouldProcessLogEvent()) in OnLogMostVisitedImpression()
304 if (!policy_->ShouldProcessLogEvent()) in OnLogMostVisitedNavigation()
Dsearch_ipc_router_policy_impl.h30 virtual bool ShouldProcessLogEvent() OVERRIDE;
Dsearch_ipc_router_policy_impl.cc49 bool SearchIPCRouterPolicyImpl::ShouldProcessLogEvent() { in ShouldProcessLogEvent() function in SearchIPCRouterPolicyImpl
Dsearch_ipc_router_unittest.cc73 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()
Dsearch_ipc_router.h102 virtual bool ShouldProcessLogEvent() = 0;