Searched refs:query_component (Results 1 – 6 of 6) sorted by relevance
48 url::Component query_component, key_component, value_component; in ProcessRequest() local49 query_component.begin = 0; in ProcessRequest()50 query_component.len = query.size(); in ProcessRequest()51 while (url::ExtractQueryKeyValue(query.data(), &query_component, in ProcessRequest()
88 for (const std::string& query_component : url.query()) { in Convert() local90 url_string += "?" + query_component; in Convert()93 url_string += "&" + query_component; in Convert()
113 for (const std::string& query_component : url.query()) { in protobuf_to_string() local115 url_string += "?" + query_component; in protobuf_to_string()118 url_string += "&" + query_component; in protobuf_to_string()