Home | History | Annotate | Download | only in src

Lines Matching refs:source

4 // Redistribution and use in source and binary forms, with or without
8 // * Redistributions of source code must retain the above copyright
42 bool DoCanonicalizePathURL(const URLComponentSource<CHAR>& source,
47 bool success = CanonicalizeScheme(source.scheme, parsed.scheme,
64 UCHAR uch = static_cast<UCHAR>(source.path[i]);
66 success &= AppendUTF8EscapedChar(source.path, &i, end, output);
108 URLComponentSource<char> source(base);
110 SetupOverrideComponents(base, replacements, &source, &parsed);
112 source, parsed, output, new_parsed);
121 URLComponentSource<char> source(base);
123 SetupUTF16OverrideComponents(base, replacements, &utf8, &source, &parsed);
125 source, parsed, output, new_parsed);