Searched defs:CreateProtocolHandler (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/common/custom_handlers/
H A Dprotocol_handler.cc18 ProtocolHandler ProtocolHandler::CreateProtocolHandler( function in class:ProtocolHandler
43 ProtocolHandler ProtocolHandler::CreateProtocolHandler( function in class:ProtocolHandler
51 return ProtocolHandler::CreateProtocolHandler(protocol, GURL(url));
/external/chromium_org/net/url_request/
H A Durl_request_test_job.cc111 URLRequestTestJob::CreateProtocolHandler() { function in class:net::URLRequestTestJob
/external/chromium_org/content/browser/webui/
H A Durl_data_manager_backend.cc516 URLDataManagerBackend::CreateProtocolHandler( function in class:content::URLDataManagerBackend
/external/chromium_org/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry_unittest.cc331 test_protocol_handler_(CreateProtocolHandler("test", "test")) {}
340 ProtocolHandler CreateProtocolHandler(const std::string& protocol, function in class:ProtocolHandlerRegistryTest
342 return ProtocolHandler::CreateProtocolHandler(protocol, url);
345 ProtocolHandler CreateProtocolHandler(const std::string& protocol, function in class:ProtocolHandlerRegistryTest
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("tes
[all...]

Completed in 427 milliseconds