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

  /external/chromium_org/third_party/WebKit/Source/modules/navigatorcontentutils/testing/
NavigatorContentUtilsClientMock.cpp 14 void NavigatorContentUtilsClientMock::registerProtocolHandler(const String& scheme, const WebCore::KURL& baseURL,
  /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);
  /external/chromium_org/third_party/WebKit/Source/modules/navigatorcontentutils/
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/public/web/
WebViewClient.h 263 virtual void registerProtocolHandler(const WebString& scheme,
  /external/chromium_org/content/renderer/
render_view_impl.cc     [all...]

Completed in 186 milliseconds