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

  /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...]
protocol_handler_registry_browsertest.cc 50 ProtocolHandler handler = ProtocolHandler::CreateProtocolHandler(protocol,
65 ProtocolHandler handler = ProtocolHandler::CreateProtocolHandler(protocol,
protocol_handler_registry.cc 418 ProtocolHandler::CreateProtocolHandler(
422 ProtocolHandler::CreateProtocolHandler(
892 ProtocolHandler handler = ProtocolHandler::CreateProtocolHandler(*p);
924 IgnoreProtocolHandler(ProtocolHandler::CreateProtocolHandler(*p), source);
    [all...]
  /external/chromium_org/chrome/common/custom_handlers/
protocol_handler.h 18 static ProtocolHandler CreateProtocolHandler(const std::string& protocol,
23 static ProtocolHandler CreateProtocolHandler(
protocol_handler.cc 18 ProtocolHandler ProtocolHandler::CreateProtocolHandler(
43 ProtocolHandler ProtocolHandler::CreateProtocolHandler(
51 return ProtocolHandler::CreateProtocolHandler(protocol, GURL(url));
  /external/chromium_org/content/browser/webui/
url_data_manager_backend.h 46 static net::URLRequestJobFactory::ProtocolHandler* CreateProtocolHandler(
url_data_manager_backend.cc 516 URLDataManagerBackend::CreateProtocolHandler(
  /external/chromium_org/net/url_request/
url_request_test_job.h 108 static URLRequestJobFactory::ProtocolHandler* CreateProtocolHandler();
url_request_test_job.cc 111 URLRequestTestJob::CreateProtocolHandler() {
  /external/chromium_org/chrome/browser/ui/content_settings/
content_setting_image_model_unittest.cc 88 ProtocolHandler::CreateProtocolHandler(
content_setting_bubble_model_unittest.cc 563 ProtocolHandler::CreateProtocolHandler(
616 ProtocolHandler test_handler = ProtocolHandler::CreateProtocolHandler(
  /external/chromium_org/content/browser/
storage_partition_impl_map.cc 411 URLDataManagerBackend::CreateProtocolHandler(
425 URLDataManagerBackend::CreateProtocolHandler(
  /external/chromium_org/chrome/browser/ui/webui/options/
handler_options_handler.cc 211 return ProtocolHandler::CreateProtocolHandler(base::UTF16ToUTF8(protocol),
  /external/chromium_org/content/browser/loader/
resource_loader_unittest.cc 293 "test", net::URLRequestTestJob::CreateProtocolHandler());
  /external/chromium_org/chrome/browser/ui/
browser.cc     [all...]

Completed in 2218 milliseconds