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
43 bool DoCanonicalizeMailtoURL(const URLComponentSource<CHAR>& source,
72 UCHAR uch = static_cast<UCHAR>(source.path[i]);
74 success &= AppendUTF8EscapedChar(source.path, &i, end, output);
86 CanonicalizeQuery(source.query, parsed.query, NULL,
117 URLComponentSource<char> source(base);
119 SetupOverrideComponents(base, replacements, &source, &parsed);
121 source, parsed, output, new_parsed);
130 URLComponentSource<char> source(base);
132 SetupUTF16OverrideComponents(base, replacements, &utf8, &source, &parsed);
134 source, parsed, output, new_parsed);