Home | History | Annotate | Download | only in web

Lines Matching refs:registerProtocolHandler

1012 void NavigatorContentUtilsClientImpl::registerProtocolHandler(const String& scheme, const String& baseURL, const String& url, const String& title)
1014 m_webView->client()->registerProtocolHandler(scheme, baseURL, url, title);