Searched refs:ShouldProcessChromeIdentityCheck (Results 1 – 6 of 6) sorted by relevance
102 EXPECT_TRUE(GetSearchIPCRouterPolicy()->ShouldProcessChromeIdentityCheck()); in TEST_F()108 EXPECT_FALSE(GetSearchIPCRouterPolicy()->ShouldProcessChromeIdentityCheck()); in TEST_F()
32 virtual bool ShouldProcessChromeIdentityCheck() OVERRIDE;
58 bool SearchIPCRouterPolicyImpl::ShouldProcessChromeIdentityCheck() { in ShouldProcessChromeIdentityCheck() function in SearchIPCRouterPolicyImpl
57 if (!policy_->ShouldProcessChromeIdentityCheck()) in SendChromeIdentityCheckResult()329 if (!policy_->ShouldProcessChromeIdentityCheck()) in OnChromeIdentityCheck()
104 virtual bool ShouldProcessChromeIdentityCheck() = 0;
75 MOCK_METHOD0(ShouldProcessChromeIdentityCheck, bool());426 EXPECT_CALL(*policy, ShouldProcessChromeIdentityCheck()).Times(1) in TEST_F()442 EXPECT_CALL(*policy, ShouldProcessChromeIdentityCheck()).Times(1) in TEST_F()