Lines Matching refs:query
277 Component path, query, ref;
278 ParsePathInternal(relative_url, relative_component, &path, &query, &ref);
311 // Relative path, replace the query, and reference. We take the
324 // Finish with the query and reference part (these can't fail).
325 CanonicalizeQuery(relative_url, query, query_converter,
326 output, &out_parsed->query);
337 if (query.is_valid()) {
338 // Just the query specified, replace the query and reference (ignore
340 CanonicalizeQuery(relative_url, query, query_converter,
341 output, &out_parsed->query);
346 // If we get here, the query is unchanged: copy to output. Note that the
347 // range of the query parameter doesn't include the question mark, so we
349 if (base_parsed.query.is_valid())
351 CopyOneComponent(base_url, base_parsed.query, output, &out_parsed->query);
390 replacements.SetQuery(relative_url, relative_parsed.query);