HomeSort by relevance Sort by last modified time
    Searched defs:ProtocolHandler (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/custom_handlers/
protocol_handler.cc 10 ProtocolHandler::ProtocolHandler(const std::string& protocol,
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::Encode()
    [all...]
protocol_handler.h 17 class ProtocolHandler {
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,

Completed in 86 milliseconds