Home | History | Annotate | Download | only in custom_handlers

Lines Matching full:protocol

10 ProtocolHandler::ProtocolHandler(const std::string& protocol,
13 : protocol_(protocol),
19 const std::string& protocol,
22 std::string lower_protocol(protocol);
23 lower_protocol = StringToLowerASCII(protocol);
29 std::string protocol, url;
31 value->GetString("protocol", &protocol);
34 return ProtocolHandler::CreateProtocolHandler(protocol, GURL(url), title);
46 d->Set("protocol", Value::CreateStringValue(protocol_));