Searched refs:IsSchemeAllowed (Results 1 – 6 of 6) sorted by relevance
19 virtual bool IsSchemeAllowed(const GURL& url) = 0;31 virtual bool IsSchemeAllowed(const GURL& url);
22 bool NavigationConstraintsImpl::IsSchemeAllowed(const GURL& url) { in IsSchemeAllowed() function in NavigationConstraintsImpl
356 bool IsSchemeAllowed(const GURL& url);
495 bool ChromeActiveDocument::IsSchemeAllowed(const GURL& url) { in IsSchemeAllowed() function in ChromeActiveDocument496 bool allowed = BaseActiveX::IsSchemeAllowed(url); in IsSchemeAllowed()
1535 if (!navigation_constraints->IsSchemeAllowed(url)) { in CanNavigate()
235 MOCK_METHOD1(IsSchemeAllowed, bool(const GURL& url));324 EXPECT_CALL(mock, IsSchemeAllowed(testing::_)) in TEST_F()363 EXPECT_CALL(mock, IsSchemeAllowed(testing::_)) in TEST_F()