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

  /external/chromium_org/third_party/WebKit/Source/modules/navigatorcontentutils/
NavigatorContentUtilsClient.h 47 virtual CustomHandlersState isProtocolHandlerRegistered(const String& scheme, const KURL&) = 0;
NavigatorContentUtils.idl 24 [RuntimeEnabled=CustomSchemeHandler, RaisesException] DOMString isProtocolHandlerRegistered(DOMString scheme, DOMString url);
NavigatorContentUtils.h 51 static String isProtocolHandlerRegistered(Navigator&, const String& scheme, const String& url, ExceptionState&);
NavigatorContentUtils.cpp 191 String NavigatorContentUtils::isProtocolHandlerRegistered(Navigator& navigator, const String& scheme, const String& url, ExceptionState& exceptionState)
210 return customHandlersStateString(NavigatorContentUtils::from(*navigator.frame()->page())->client()->isProtocolHandlerRegistered(scheme, document->completeURL(url)));
  /external/chromium_org/third_party/WebKit/Source/web/
NavigatorContentUtilsClientImpl.cpp 28 NavigatorContentUtilsClient::CustomHandlersState NavigatorContentUtilsClientImpl::isProtocolHandlerRegistered(const String& scheme, const KURL& url)
30 return static_cast<NavigatorContentUtilsClient::CustomHandlersState>(m_webView->client()->isProtocolHandlerRegistered(scheme, url));
NavigatorContentUtilsClientImpl.h 21 virtual CustomHandlersState isProtocolHandlerRegistered(const String& scheme, const KURL&) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/modules/navigatorcontentutils/testing/
NavigatorContentUtilsClientMock.h 24 virtual CustomHandlersState isProtocolHandlerRegistered(const String& scheme, const KURL&);
NavigatorContentUtilsClientMock.cpp 25 NavigatorContentUtilsClient::CustomHandlersState NavigatorContentUtilsClientMock::isProtocolHandlerRegistered(const String& scheme,
28 // "declined" state is checked by NavigatorContentUtils::isProtocolHandlerRegistered() before calling this function.
  /external/chromium_org/third_party/WebKit/public/web/
WebViewClient.h 276 virtual WebCustomHandlersState isProtocolHandlerRegistered(const WebString& scheme, const WebURL& url)

Completed in 84 milliseconds