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

  /external/chromium/googleurl/src/
url_canon_mailtourl.cc 43 bool DoCanonicalizeMailtoURL(const URLComponentSource<CHAR>& source,
100 URLComponentSource<char>(spec), parsed, output, new_parsed);
109 URLComponentSource<char16>(spec), parsed, output, new_parsed);
117 URLComponentSource<char> source(base);
130 URLComponentSource<char> source(base);
url_canon_pathurl.cc 42 bool DoCanonicalizePathURL(const URLComponentSource<CHAR>& source,
91 URLComponentSource<char>(spec), parsed, output, new_parsed);
100 URLComponentSource<char16>(spec), parsed, output, new_parsed);
108 URLComponentSource<char> source(base);
121 URLComponentSource<char> source(base);
url_canon_stdurl.cc 41 bool DoCanonicalizeStandardURL(const URLComponentSource<CHAR>& source,
158 URLComponentSource<char>(spec), parsed, query_converter,
169 URLComponentSource<char16>(spec), parsed, query_converter,
188 URLComponentSource<char> source(base);
204 URLComponentSource<char> source(base);
url_canon_fileurl.cc 114 bool DoCanonicalizeFileURL(const URLComponentSource<CHAR>& source,
157 URLComponentSource<char>(spec), parsed, query_converter,
168 URLComponentSource<char16>(spec), parsed, query_converter,
194 URLComponentSource<char> source(base);
208 URLComponentSource<char> source(base);
url_canon_internal.cc 306 URLComponentSource<char>* source,
309 const URLComponentSource<char>& repl_source = repl.sources();
338 URLComponentSource<char>* source,
343 const URLComponentSource<char16>& repl_source = repl.sources();
url_canon_internal_file.h 104 static bool DoCanonicalizeFileURL(const URLComponentSource<CHAR>& source,
url_canon_internal.h 390 URLComponentSource<char>* source,
412 URLComponentSource<char>* source,
url_canon.h 586 struct URLComponentSource {
590 URLComponentSource()
603 explicit URLComponentSource(const CHAR* default_value)
727 const URLComponentSource<CHAR>& sources() const { return sources_; }
748 URLComponentSource<CHAR> sources_;
    [all...]
  /external/chromium_org/url/
url_canon_mailtourl.cc 18 bool DoCanonicalizeMailtoURL(const URLComponentSource<CHAR>& source,
75 URLComponentSource<char>(spec), parsed, output, new_parsed);
84 URLComponentSource<base::char16>(spec), parsed, output, new_parsed);
92 URLComponentSource<char> source(base);
105 URLComponentSource<char> source(base);
url_canon_filesystemurl.cc 18 // We use the URLComponentSource for the outer URL, as it can have replacements,
22 const URLComponentSource<CHAR>& source,
91 spec, URLComponentSource<char>(spec), parsed, charset_converter, output,
102 spec, URLComponentSource<base::char16>(spec), parsed, charset_converter,
112 URLComponentSource<char> source(base);
126 URLComponentSource<char> source(base);
url_canon_pathurl.cc 47 bool DoCanonicalizePathURL(const URLComponentSource<CHAR>& source,
79 URLComponentSource<char>(spec), parsed, output, new_parsed);
88 URLComponentSource<base::char16>(spec), parsed, output, new_parsed);
96 URLComponentSource<char> source(base);
109 URLComponentSource<char> source(base);
url_canon_stdurl.cc 16 bool DoCanonicalizeStandardURL(const URLComponentSource<CHAR>& source,
133 URLComponentSource<char>(spec), parsed, query_converter,
144 URLComponentSource<base::char16>(spec), parsed, query_converter,
163 URLComponentSource<char> source(base);
179 URLComponentSource<char> source(base);
url_canon_fileurl.cc 89 bool DoCanonicalizeFileURL(const URLComponentSource<CHAR>& source,
132 URLComponentSource<char>(spec), parsed, query_converter,
143 URLComponentSource<base::char16>(spec), parsed, query_converter,
169 URLComponentSource<char> source(base);
183 URLComponentSource<char> source(base);
url_canon_internal.cc 284 URLComponentSource<char>* source,
287 const URLComponentSource<char>& repl_source = repl.sources();
316 URLComponentSource<char>* source,
321 const URLComponentSource<base::char16>& repl_source = repl.sources();
url_canon_internal_file.h 80 static bool DoCanonicalizeFileURL(const URLComponentSource<CHAR>& source,
url_canon_internal.h 372 URLComponentSource<char>* source,
394 URLComponentSource<char>* source,
url_canon.h 591 struct URLComponentSource {
595 URLComponentSource()
608 explicit URLComponentSource(const CHAR* default_value)
732 const URLComponentSource<CHAR>& sources() const { return sources_; }
753 URLComponentSource<CHAR> sources_;
    [all...]

Completed in 828 milliseconds