Home | History | Annotate | Download | only in src

Lines Matching refs:query

286   url_parse::Component path, query, ref;
290 &query,
324 // Relative path, replace the query, and reference. We take the
337 // Finish with the query and reference part (these can't fail).
338 CanonicalizeQuery(relative_url, query, query_converter,
339 output, &out_parsed->query);
351 if (query.is_valid()) {
352 // Just the query specified, replace the query and reference (ignore
354 CanonicalizeQuery(relative_url, query, query_converter,
355 output, &out_parsed->query);
360 // If we get here, the query is unchanged: copy to output. Note that the
361 // range of the query parameter doesn't include the question mark, so we
363 if (base_parsed.query.is_valid())
365 CopyOneComponent(base_url, base_parsed.query, output, &out_parsed->query);
405 replacements.SetQuery(relative_url, relative_parsed.query);