HomeSort by relevance Sort by last modified time
    Searched refs:IsSchemeAllowed (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome_frame/
navigation_constraints.h 19 virtual bool IsSchemeAllowed(const GURL& url) = 0;
31 virtual bool IsSchemeAllowed(const GURL& url);
navigation_constraints.cc 22 bool NavigationConstraintsImpl::IsSchemeAllowed(const GURL& url) {
chrome_active_document.h 356 bool IsSchemeAllowed(const GURL& url);
chrome_active_document.cc 495 bool ChromeActiveDocument::IsSchemeAllowed(const GURL& url) {
496 bool allowed = BaseActiveX::IsSchemeAllowed(url);
    [all...]
utils.cc     [all...]
  /external/chromium_org/chrome_frame/test/
util_unittests.cc 235 MOCK_METHOD1(IsSchemeAllowed, bool(const GURL& url));
324 EXPECT_CALL(mock, IsSchemeAllowed(testing::_))
363 EXPECT_CALL(mock, IsSchemeAllowed(testing::_))

Completed in 2104 milliseconds