Home | History | Annotate | Download | only in url

Lines Matching refs:REF

109     if (url_parsed.ref.is_valid() &&
110 url_parsed.CountCharactersBefore(url_parse::Parsed::REF, true) ==
263 // the input is a relative path or less (qyuery or ref).
277 url_parse::Component path, query, ref;
282 &ref);
331 CanonicalizeRef(relative_url, ref, output, &out_parsed->ref);
347 CanonicalizeRef(relative_url, ref, output, &out_parsed->ref);
358 if (ref.is_valid()) {
360 CanonicalizeRef(relative_url, ref, output, &out_parsed->ref);
371 // be of the form "//www.google.com/foo/bar?baz#ref" and the only thing which
396 replacements.SetRef(relative_url, relative_parsed.ref);
450 // Empty relative URL, leave unchanged, only removing the ref component.
452 base_len -= base_parsed.ref.len + 1;
453 out_parsed->ref.reset();