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

  /external/chromium/chrome/browser/custom_handlers/
protocol_handler.h 19 static ProtocolHandler* CreateProtocolHandler(const std::string& protocol,
22 static ProtocolHandler* CreateProtocolHandler(const DictionaryValue* value);
protocol_handler.cc 18 ProtocolHandler* ProtocolHandler::CreateProtocolHandler(
27 ProtocolHandler* ProtocolHandler::CreateProtocolHandler(
34 return ProtocolHandler::CreateProtocolHandler(protocol, GURL(url), title);
protocol_handler_registry.cc 53 ProtocolHandler* handler = ProtocolHandler::CreateProtocolHandler(value);
  /external/chromium/chrome/browser/ui/tab_contents/
tab_contents_wrapper.cc 296 ProtocolHandler::CreateProtocolHandler(protocol, url, title);

Completed in 572 milliseconds