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 331 test_protocol_handler_(CreateProtocolHandler("test", "test")) {}
340 ProtocolHandler CreateProtocolHandler(const std::string& protocol,
342 return ProtocolHandler::CreateProtocolHandler(protocol, url);
345 ProtocolHandler CreateProtocolHandler(const std::string& protocol,
347 return CreateProtocolHandler(protocol, GURL("http://" + name + "/%s"));
404 CreateProtocolHandler("test", GURL("http://test.com/%s"));
496 ProtocolHandler ph1 = CreateProtocolHandler("test", GURL("http://test/%s"));
497 ProtocolHandler ph2 = CreateProtocolHandler("test", GURL("http://test/%s"));
510 CreateProtocolHandler("stuff", "stuff"));
548 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1")
    [all...]
  /external/chromium_org/content/browser/webui/
url_data_manager_backend.cc 516 URLDataManagerBackend::CreateProtocolHandler(

Completed in 93 milliseconds