Home
last modified time | relevance | path

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

/external/chromium_org/chrome_frame/
Dnavigation_constraints.h19 virtual bool IsSchemeAllowed(const GURL& url) = 0;
31 virtual bool IsSchemeAllowed(const GURL& url);
Dnavigation_constraints.cc22 bool NavigationConstraintsImpl::IsSchemeAllowed(const GURL& url) { in IsSchemeAllowed() function in NavigationConstraintsImpl
Dchrome_active_document.h356 bool IsSchemeAllowed(const GURL& url);
Dchrome_active_document.cc495 bool ChromeActiveDocument::IsSchemeAllowed(const GURL& url) { in IsSchemeAllowed() function in ChromeActiveDocument
496 bool allowed = BaseActiveX::IsSchemeAllowed(url); in IsSchemeAllowed()
Dutils.cc1535 if (!navigation_constraints->IsSchemeAllowed(url)) { in CanNavigate()
/external/chromium_org/chrome_frame/test/
Dutil_unittests.cc235 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()