HomeSort by relevance Sort by last modified time
    Searched refs:URLComponentSource (Results 1 - 8 of 8) 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,
179 URLComponentSource<char> source(base);
195 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 397 URLComponentSource<char>* source,
419 URLComponentSource<char>* source,
url_canon.h 585 struct URLComponentSource {
589 URLComponentSource()
602 explicit URLComponentSource(const CHAR* default_value)
726 const URLComponentSource<CHAR>& sources() const { return sources_; }
747 URLComponentSource<CHAR> sources_;
    [all...]

Completed in 182 milliseconds