Searched defs:registerProtocolHandler (Results 1 - 5 of 5) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/modules/navigatorcontentutils/testing/ |
H A D | NavigatorContentUtilsClientMock.cpp | 14 void NavigatorContentUtilsClientMock::registerProtocolHandler(const String& scheme, function in class:blink::NavigatorContentUtilsClientMock
|
/external/chromium_org/third_party/WebKit/Source/web/ |
H A D | NavigatorContentUtilsClientImpl.cpp | 23 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 D | NavigatorContentUtils.cpp | 154 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 D | WebViewClient.h | 268 virtual void registerProtocolHandler(const WebString& scheme, function in class:blink::WebViewClient
|
/external/chromium_org/content/renderer/ |
H A D | render_view_impl.cc | 3902 void RenderViewImpl::registerProtocolHandler(const WebString& scheme, function in class:content::RenderViewImpl
|
Completed in 173 milliseconds