Searched refs:port_component (Results 1 – 2 of 2) sorted by relevance
15 std::string port_component(origin.IntPort() != url_parse::PORT_UNSPECIFIED ? in OriginToString() local19 return scheme_component + origin.host() + port_component; in OriginToString()
1629 url_parse::Component port_component; in ParseHostAndPort() local1632 &password_component, &hostname_component, &port_component); in ParseHostAndPort()1642 if (port_component.is_nonempty()) { in ParseHostAndPort()1643 parsed_port_number = url_parse::ParsePort(auth_begin, port_component); in ParseHostAndPort()1651 if (port_component.len == 0) in ParseHostAndPort()