Searched defs:ProtocolHandler (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/custom_handlers/
H A Dprotocol_handler.h17 class ProtocolHandler { class
19 static ProtocolHandler* CreateProtocolHandler(const std::string& protocol,
22 static ProtocolHandler* CreateProtocolHandler(const DictionaryValue* value);
35 bool operator==(const ProtocolHandler &other) const;
38 ProtocolHandler(const std::string& protocol,
H A Dprotocol_handler.cc10 ProtocolHandler::ProtocolHandler(const std::string& protocol, function in class:ProtocolHandler
18 ProtocolHandler* ProtocolHandler::CreateProtocolHandler(
24 return new ProtocolHandler(lower_protocol, url, title);
27 ProtocolHandler* ProtocolHandler::CreateProtocolHandler(
34 return ProtocolHandler::CreateProtocolHandler(protocol, GURL(url), title);
37 GURL ProtocolHandler::TranslateUrl(const GURL& url) {
44 Value* ProtocolHandler
[all...]

Completed in 73 milliseconds