Lines Matching full:url
44 std::ostringstream url; in FormatHostPort() local
46 url << '[' << host << ']'; in FormatHostPort()
48 url << host; in FormatHostPort()
50 url << ':' << port; in FormatHostPort()
51 return url.str(); in FormatHostPort()
63 std::ostringstream url; in FormatAddress() local
65 url << "ws://"; in FormatAddress()
67 url << host << '/' << targetId; in FormatAddress()
68 return url.str(); in FormatAddress()
400 // This attribute value is a "best effort" URL that is passed as a JSON in SendListResponse()
402 targetMap["url"] = delegate->GetTargetUrl(id); in SendListResponse()
403 Escape(&targetMap["url"]); in SendListResponse()
411 // The compat URL is for Chrome browsers older than 66.0.3345.0 in SendListResponse()