CustomHandlersState  157 Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp static String customHandlersStateString(const NavigatorContentUtilsClient::CustomHandlersState state)
CustomHandlersState   47 Source/modules/navigatorcontentutils/NavigatorContentUtilsClient.h     virtual CustomHandlersState isProtocolHandlerRegistered(const String& scheme, const KURL& baseURL, const KURL&) = 0;
CustomHandlersState  962 Source/web/ChromeClientImpl.cpp NavigatorContentUtilsClient::CustomHandlersState NavigatorContentUtilsClientImpl::isProtocolHandlerRegistered(const String& scheme, const WebCore::KURL& baseURL, const WebCore::KURL& url)
CustomHandlersState  964 Source/web/ChromeClientImpl.cpp     return static_cast<NavigatorContentUtilsClient::CustomHandlersState>(m_webView->client()->isProtocolHandlerRegistered(scheme, baseURL, url));
CustomHandlersState  216 Source/web/ChromeClientImpl.h     virtual CustomHandlersState isProtocolHandlerRegistered(const String& scheme, const WebCore::KURL& baseURL, const WebCore::KURL&) OVERRIDE;