Searched defs:registerProtocolHandler (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/navigatorcontentutils/testing/
H A DNavigatorContentUtilsClientMock.cpp14 void NavigatorContentUtilsClientMock::registerProtocolHandler(const String& scheme, function in class:blink::NavigatorContentUtilsClientMock
/external/chromium_org/third_party/WebKit/Source/web/
H A DNavigatorContentUtilsClientImpl.cpp23 void NavigatorContentUtilsClientImpl::registerProtocolHandler(const String& scheme, const KURL& url, const String& title) function in class:blink::NavigatorContentUtilsClientImpl
25 m_webView->client()->registerProtocolHandler(scheme, url, title);
/external/chromium_org/third_party/WebKit/Source/modules/navigatorcontentutils/
H A DNavigatorContentUtils.cpp154 void NavigatorContentUtils::registerProtocolHandler(Navigator& navigator, const String& scheme, const String& url, const String& title, ExceptionState& exceptionState) function in class:blink::NavigatorContentUtils
169 NavigatorContentUtils::from(*navigator.frame()->page())->client()->registerProtocolHandler(scheme, document->completeURL(url), title);
/external/chromium_org/third_party/WebKit/public/web/
H A DWebViewClient.h268 virtual void registerProtocolHandler(const WebString& scheme, function in class:blink::WebViewClient
/external/chromium_org/content/renderer/
H A Drender_view_impl.cc3902 void RenderViewImpl::registerProtocolHandler(const WebString& scheme, function in class:content::RenderViewImpl

Completed in 173 milliseconds