Home | History | Annotate | Download | only in src

Lines Matching refs:ref

272 // the input is a relative path or less (qyuery or ref).
286 url_parse::Component path, query, ref;
291 &ref);
340 CanonicalizeRef(relative_url, ref, output, &out_parsed->ref);
356 CanonicalizeRef(relative_url, ref, output, &out_parsed->ref);
367 if (ref.is_valid()) {
369 CanonicalizeRef(relative_url, ref, output, &out_parsed->ref);
380 // be of the form "//www.google.com/foo/bar?baz#ref" and the only thing which
406 replacements.SetRef(relative_url, relative_parsed.ref);
460 // Empty relative URL, leave unchanged, only removing the ref component.
462 base_len -= base_parsed.ref.len + 1;
463 out_parsed->ref.reset();