Searched refs:ShouldProcessPasteIntoOmnibox (Results 1 – 6 of 6) sorted by relevance
126 EXPECT_TRUE(GetSearchIPCRouterPolicy()->ShouldProcessPasteIntoOmnibox(true)); in TEST_F()132 EXPECT_FALSE(GetSearchIPCRouterPolicy()->ShouldProcessPasteIntoOmnibox(true)); in TEST_F()146 EXPECT_FALSE(router_policy->ShouldProcessPasteIntoOmnibox(true)); in TEST_F()156 EXPECT_FALSE(router_policy->ShouldProcessPasteIntoOmnibox(false)); in TEST_F()
31 virtual bool ShouldProcessPasteIntoOmnibox(bool is_active_tab) OVERRIDE;
53 bool SearchIPCRouterPolicyImpl::ShouldProcessPasteIntoOmnibox( in ShouldProcessPasteIntoOmnibox() function in SearchIPCRouterPolicyImpl
103 virtual bool ShouldProcessPasteIntoOmnibox(bool is_active_tab) = 0;
74 MOCK_METHOD1(ShouldProcessPasteIntoOmnibox, bool(bool));601 EXPECT_CALL(*policy, ShouldProcessPasteIntoOmnibox(is_active_tab)).Times(0); in TEST_F()618 EXPECT_CALL(*policy, ShouldProcessPasteIntoOmnibox(is_active_tab)).Times(1) in TEST_F()636 EXPECT_CALL(*policy, ShouldProcessPasteIntoOmnibox(is_active_tab)).Times(1) in TEST_F()
316 if (!policy_->ShouldProcessPasteIntoOmnibox(is_active_tab_)) in OnPasteAndOpenDropDown()