Lines Matching refs:ref
259 const url_parse::Component& ref,
262 if (ref.len < 0) {
263 // Common case of no ref.
268 // Append the ref separator. Note that we need to do this even when the ref
274 int end = ref.end();
275 for (int i = ref.begin; i < end; i++) {
379 const url_parse::Component& ref,
382 DoCanonicalizeRef<char, unsigned char>(spec, ref, output, out_ref);
386 const url_parse::Component& ref,
389 DoCanonicalizeRef<char16, char16>(spec, ref, output, out_ref);