Home | History | Annotate | Download | only in search

Lines Matching refs:ShouldProcessNavigateToURL

69   MOCK_METHOD1(ShouldProcessNavigateToURL, bool(bool));
213 EXPECT_CALL(*policy, ShouldProcessNavigateToURL(is_active_tab)).Times(0);
321 EXPECT_CALL(*policy, ShouldProcessNavigateToURL(is_active_tab)).Times(1)
342 EXPECT_CALL(*policy, ShouldProcessNavigateToURL(is_active_tab)).Times(1)
560 EXPECT_CALL(*policy, ShouldProcessNavigateToURL(is_active_tab)).Times(0);