HomeSort by relevance Sort by last modified time
    Searched defs:registerProtocolHandler (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/page/
Navigator.cpp 261 void Navigator::registerProtocolHandler(const String& scheme, const String& url, const String& title, ExceptionCode& ec)
282 page->chrome()->registerProtocolHandler(scheme, baseURL, url, m_frame->displayStringModifiedByEncoding(title));
Chrome.cpp 346 void Chrome::registerProtocolHandler(const String& scheme, const String& baseURL, const String& url, const String& title)
348 m_client->registerProtocolHandler(scheme, baseURL, url, title);
  /external/webkit/Source/WebKit/chromium/public/
WebViewClient.h 313 virtual void registerProtocolHandler(const WebString& scheme,
  /external/webkit/Source/WebKit/chromium/src/
ChromeClientImpl.cpp 508 void ChromeClientImpl::registerProtocolHandler(const String& scheme, const String& baseURL, const String& url, const String& title)
510 m_webView->client()->registerProtocolHandler(scheme, baseURL, url, title);
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 155 virtual void registerProtocolHandler(const String&, const String&, const String&, const String&) { }

Completed in 48 milliseconds