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 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...]
protocol_handler_registry_browsertest.cc 50 ProtocolHandler handler = ProtocolHandler::CreateProtocolHandler(protocol,
protocol_handler_registry.cc 419 ProtocolHandler::CreateProtocolHandler(
423 ProtocolHandler::CreateProtocolHandler(
882 ProtocolHandler handler = ProtocolHandler::CreateProtocolHandler(*p);
914 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 48 static net::URLRequestJobFactory::ProtocolHandler* CreateProtocolHandler(
url_data_manager_backend.cc 518 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 414 URLDataManagerBackend::CreateProtocolHandler(
428 URLDataManagerBackend::CreateProtocolHandler(
  /external/chromium_org/chrome/browser/ui/webui/options/
handler_options_handler.cc 204 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 4999 milliseconds