registerProtocolHandler  154 Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp     NavigatorContentUtils::from(*navigator.frame()->page())->client()->registerProtocolHandler(scheme, baseURL, KURL(ParsedURLString, url), title);
registerProtocolHandler   48 Source/modules/navigatorcontentutils/NavigatorContentUtils.h     static void registerProtocolHandler(Navigator&, const String& scheme, const String& url, const String& title, ExceptionState&);
registerProtocolHandler   39 Source/modules/navigatorcontentutils/NavigatorContentUtilsClient.h     virtual void registerProtocolHandler(const String& scheme, const KURL& baseURL, const KURL&, const String& title) = 0;
registerProtocolHandler  959 Source/web/ChromeClientImpl.cpp     m_webView->client()->registerProtocolHandler(scheme, baseURL, url, title);
registerProtocolHandler  215 Source/web/ChromeClientImpl.h     virtual void registerProtocolHandler(const String& scheme, const WebCore::KURL& baseURL, const WebCore::KURL&, const String& title) OVERRIDE;
registerProtocolHandler  327 public/web/WebViewClient.h     virtual void registerProtocolHandler(const WebString& scheme,
registerProtocolHandler  332 public/web/WebViewClient.h         registerProtocolHandler(scheme, baseUrl.string(), url.string(), title);
registerProtocolHandler  348 public/web/WebViewClient.h     virtual void registerProtocolHandler(const WebString& scheme,