HomeSort by relevance Sort by last modified time
    Searched refs:CanonOutput (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/url/
url_canon.h 142 // Simple implementation of the CanonOutput using new[]. This class
174 typedef CanonOutputT<char> CanonOutput;
208 CanonOutput* output) = 0;
278 CanonOutput* output,
282 CanonOutput* output,
299 CanonOutput* output,
306 CanonOutput* output,
362 CanonOutput* output,
366 CanonOutput* output,
375 CanonOutput* output
    [all...]
url_canon_icu.h 31 CanonOutput* output) OVERRIDE;
url_canon_internal.h 79 CanonOutput* output);
82 CanonOutput* output);
197 inline void AppendCharToOutput(unsigned char ch, CanonOutput* output) {
204 inline void AppendUTF8Value(unsigned char_value, CanonOutput* output) {
205 DoAppendUTF8<CanonOutput, AppendCharToOutput>(char_value, output);
212 inline void AppendUTF8EscapedValue(unsigned char_value, CanonOutput* output) {
213 DoAppendUTF8<CanonOutput, AppendEscapedChar>(char_value, output);
262 int length, CanonOutput* output) {
274 CanonOutput* output) {
331 CanonOutput* output)
    [all...]
url_util.h 117 CanonOutput* output,
123 CanonOutput* output,
142 CanonOutput* output,
150 CanonOutput* output,
162 CanonOutput* output,
170 CanonOutput* output,
201 CanonOutput* output);
url_canon_fileurl.cc 25 CanonOutput* output) {
57 CanonOutput* output,
91 CanonOutput* output,
128 CanonOutput* output,
139 CanonOutput* output,
148 CanonOutput* output,
156 CanonOutput* output,
166 CanonOutput* output,
179 CanonOutput* output,
url_canon_ip.h 17 CanonOutput* output);
21 CanonOutput* output);
url_canon_query.cc 60 CanonOutput* output) {
74 CanonOutput* output) {
88 CanonOutput* output) {
96 CanonOutput* output) {
121 CanonOutput* output,
141 CanonOutput* output,
150 CanonOutput* output,
159 CanonOutput* output) {
url_canon_mailtourl.cc 19 CanonOutput* output,
70 CanonOutput* output,
79 CanonOutput* output,
88 CanonOutput* output,
100 CanonOutput* output,
url_canon_pathurl.cc 23 CanonOutput* output,
52 CanonOutput* output,
81 CanonOutput* output,
90 CanonOutput* output,
99 CanonOutput* output,
111 CanonOutput* output,
url_canon_etc.cc 86 CanonOutput* output,
152 CanonOutput* output,
197 CanonOutput* output,
234 CanonOutput* output,
298 CanonOutput* output,
305 CanonOutput* output,
314 CanonOutput* output,
326 CanonOutput* output,
337 CanonOutput* output,
347 CanonOutput* output
    [all...]
url_canon_stdstring.cc 10 : CanonOutput(), str_(str) {
url_canon_host.cc 167 bool DoIDNHost(const base::char16* src, int src_len, CanonOutput* output) {
198 bool has_non_ascii, bool has_escaped, CanonOutput* output) {
261 bool has_non_ascii, bool has_escaped, CanonOutput* output) {
293 CanonOutput* output,
346 CanonOutput* output,
356 CanonOutput* output,
366 CanonOutput* output,
373 CanonOutput* output,
url_canon_filesystemurl.cc 25 CanonOutput* output,
84 CanonOutput* output,
95 CanonOutput* output,
106 CanonOutput* output,
119 CanonOutput* output,
url_canon_stdurl.cc 20 CanonOutput* output,
131 CanonOutput* output,
142 CanonOutput* output,
162 CanonOutput* output,
177 CanonOutput* output,
url_canon_internal_file.h 30 CanonOutput* output) {
58 CanonOutput* output) {
82 CanonOutput* output,
url_util.cc 125 CanonOutput* output,
201 CanonOutput* output,
272 CanonOutput* output,
424 CanonOutput* output,
434 CanonOutput* output,
446 CanonOutput* output,
459 CanonOutput* output,
471 CanonOutput* output,
482 CanonOutput* output,
563 void EncodeURIComponent(const char* input, int length, CanonOutput* output)
    [all...]
url_canon_path.cc 148 CanonOutput* output) {
182 CanonOutput* output) {
299 CanonOutput* output,
324 CanonOutput* output,
331 CanonOutput* output,
339 CanonOutput* output) {
347 CanonOutput* output) {
url_canon_internal.cc 22 CanonOutput* output) {
45 CanonOutput* output) {
89 CanonOutput* utf8_buffer,
239 CanonOutput* output) {
245 CanonOutput* output) {
277 CanonOutput* output) {
282 CanonOutput* output) {
288 CanonOutput* output) {
342 CanonOutput* utf8_buffer,
url_canon_relative.cc 178 CanonOutput* output) {
201 CanonOutput* output,
234 CanonOutput* output) {
271 CanonOutput* output,
374 CanonOutput* output,
403 CanonOutput* output,
425 CanonOutput* output,
540 CanonOutput* output,
553 CanonOutput* output,
url_canon_stdstring.h 36 class URL_EXPORT StdStringCanonOutput : public CanonOutput {
url_canon_ip.cc 237 CanonOutput* output,
563 CanonOutput* output,
596 void AppendIPv4Address(const unsigned char address[4], CanonOutput* output) {
609 void AppendIPv6Address(const unsigned char address[16], CanonOutput* output) {
660 CanonOutput* output,
672 CanonOutput* output,
url_canon_icu.cc 120 CanonOutput* output) {
  /external/chromium_org/third_party/WebKit/Source/platform/weborigin/
KURL.cpp 104 virtual void ConvertFromUTF16(const url::UTF16Char* input, int inputLength, url::CanonOutput* output) OVERRIDE

Completed in 2340 milliseconds