isProtocolHandlerRegistered  193 Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp     return customHandlersStateString(NavigatorContentUtils::from(*navigator.frame()->page())->client()->isProtocolHandlerRegistered(scheme, baseURL, KURL(ParsedURLString, url)));
isProtocolHandlerRegistered   50 Source/modules/navigatorcontentutils/NavigatorContentUtils.h     static String isProtocolHandlerRegistered(Navigator&, const String& scheme, const String& url, ExceptionState&);
isProtocolHandlerRegistered   47 Source/modules/navigatorcontentutils/NavigatorContentUtilsClient.h     virtual CustomHandlersState isProtocolHandlerRegistered(const String& scheme, const KURL& baseURL, const KURL&) = 0;
isProtocolHandlerRegistered  964 Source/web/ChromeClientImpl.cpp     return static_cast<NavigatorContentUtilsClient::CustomHandlersState>(m_webView->client()->isProtocolHandlerRegistered(scheme, baseURL, url));
isProtocolHandlerRegistered  216 Source/web/ChromeClientImpl.h     virtual CustomHandlersState isProtocolHandlerRegistered(const String& scheme, const WebCore::KURL& baseURL, const WebCore::KURL&) OVERRIDE;
isProtocolHandlerRegistered  342 public/web/WebViewClient.h     virtual WebCustomHandlersState isProtocolHandlerRegistered(const WebString& scheme, const WebURL& baseUrl, const WebURL& url)
isProtocolHandlerRegistered  344 public/web/WebViewClient.h         return isProtocolHandlerRegistered(scheme, baseUrl.string(), url.string());
isProtocolHandlerRegistered  355 public/web/WebViewClient.h     virtual WebCustomHandlersState isProtocolHandlerRegistered(const WebString& scheme, const WebString& baseUrl, const WebString& url)