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

  /external/chromium_org/chrome/common/custom_handlers/
protocol_handler.cc 18 ProtocolHandler ProtocolHandler::CreateProtocolHandler(
43 ProtocolHandler ProtocolHandler::CreateProtocolHandler(
51 return ProtocolHandler::CreateProtocolHandler(protocol, GURL(url));
  /external/chromium_org/net/url_request/
url_request_test_job.cc 111 URLRequestTestJob::CreateProtocolHandler() {
  /external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry_unittest.cc 330 test_protocol_handler_(CreateProtocolHandler("test", "test")) {}
339 ProtocolHandler CreateProtocolHandler(const std::string& protocol,
341 return ProtocolHandler::CreateProtocolHandler(protocol, url);
344 ProtocolHandler CreateProtocolHandler(const std::string& protocol,
346 return CreateProtocolHandler(protocol, GURL("http://" + name + "/%s"));
403 CreateProtocolHandler("test", GURL("http://test.com/%s"));
495 ProtocolHandler ph1 = CreateProtocolHandler("test", GURL("http://test/%s"));
496 ProtocolHandler ph2 = CreateProtocolHandler("test", GURL("http://test/%s"));
509 CreateProtocolHandler("stuff", "stuff"));
547 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1")
    [all...]
  /external/chromium_org/content/browser/webui/
url_data_manager_backend.cc 518 URLDataManagerBackend::CreateProtocolHandler(

Completed in 753 milliseconds