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

  /external/chromium_org/third_party/WebKit/Source/modules/navigatorcontentutils/
NavigatorContentUtils.idl 23 [RuntimeEnabled=NavigatorContentUtils, RaisesException] void registerProtocolHandler(DOMString scheme, DOMString url, DOMString title);
NavigatorContentUtilsClient.h 39 virtual void registerProtocolHandler(const String& scheme, const KURL& baseURL, const KURL&, const String& title) = 0;
NavigatorContentUtils.h 49 static void registerProtocolHandler(Navigator&, const String& scheme, const String& url, const String& title, ExceptionState&);
NavigatorContentUtils.cpp 150 void NavigatorContentUtils::registerProtocolHandler(Navigator& navigator, const String& scheme, const String& url, const String& title, ExceptionState& exceptionState)
161 if (!verifyProtocolHandlerScheme(scheme, "registerProtocolHandler", exceptionState))
165 NavigatorContentUtils::from(*navigator.frame()->page())->client()->registerProtocolHandler(scheme, baseURL, KURL(ParsedURLString, url), title);
  /external/chromium_org/third_party/WebKit/Source/web/
NavigatorContentUtilsClientImpl.cpp 25 void NavigatorContentUtilsClientImpl::registerProtocolHandler(const String& scheme, const WebCore::KURL& baseURL, const WebCore::KURL& url, const String& title)
27 m_webView->client()->registerProtocolHandler(scheme, baseURL, url, title);
NavigatorContentUtilsClientImpl.h 20 virtual void registerProtocolHandler(const String& scheme, const WebCore::KURL& baseURL, const WebCore::KURL&, const String& title) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/modules/navigatorcontentutils/testing/
NavigatorContentUtilsClientMock.h 22 virtual void registerProtocolHandler(const String& scheme, const KURL& baseURL, const KURL&, const String& title);
NavigatorContentUtilsClientMock.cpp 14 void NavigatorContentUtilsClientMock::registerProtocolHandler(const String& scheme, const WebCore::KURL& baseURL,
  /external/chromium_org/third_party/WebKit/public/web/
WebViewClient.h 263 virtual void registerProtocolHandler(const WebString& scheme,
  /external/chromium_org/content/renderer/
render_view_impl.h 454 virtual void registerProtocolHandler(const blink::WebString& scheme,
    [all...]
render_view_impl.cc     [all...]

Completed in 216 milliseconds