Searched defs:url_canon (Results 1 - 19 of 19) sorted by relevance

/external/chromium/googleurl/src/
H A Durl_canon_ip.h34 #include "googleurl/src/url_canon.h"
38 namespace url_canon { namespace
99 } // namespace url_canon
H A Durl_canon_icu.h35 #include "googleurl/src/url_canon.h"
39 namespace url_canon { namespace
61 } // namespace url_canon
H A Durl_canon_mailtourl.cc32 #include "googleurl/src/url_canon.h"
37 namespace url_canon { namespace
137 } // namespace url_canon
H A Durl_canon_pathurl.cc34 #include "googleurl/src/url_canon.h"
37 namespace url_canon { namespace
128 } // namespace url_canon
H A Durl_canon_query.cc30 #include "googleurl/src/url_canon.h"
63 namespace url_canon { namespace
189 } // namespace url_canon
H A Durl_canon_stdstring.h38 #include "googleurl/src/url_canon.h"
40 namespace url_canon { namespace
95 public url_canon::Replacements<typename STR::value_type> {
131 } // namespace url_canon
H A Durl_canon_fileurl.cc32 #include "googleurl/src/url_canon.h"
37 namespace url_canon { namespace
215 } // namespace url_canon
H A Durl_canon_icu.cc43 namespace url_canon { namespace
207 } // namespace url_canon
H A Durl_canon_stdurl.cc33 #include "googleurl/src/url_canon.h"
36 namespace url_canon { namespace
211 } // namespace url_canon
H A Durl_canon_host.cc31 #include "googleurl/src/url_canon.h"
34 namespace url_canon { namespace
401 } // namespace url_canon
H A Durl_canon_path.cc32 #include "googleurl/src/url_canon.h"
36 namespace url_canon { namespace
380 } // namespace url_canon
H A Durl_canon_etc.cc34 #include "googleurl/src/url_canon.h"
37 namespace url_canon { namespace
47 // Backend for RemoveURLWhitespace (see declaration in url_canon.h).
392 } // namespace url_canon
H A Durl_canon_internal.cc37 namespace url_canon { namespace
85 // Overrides one component, see the url_canon::Replacements structure for
427 } // namespace url_canon
H A Durl_canon_internal.h41 #include "googleurl/src/url_canon.h"
43 namespace url_canon { namespace
451 } // namespace url_canon
H A Durl_canon_ip.cc38 namespace url_canon { namespace
737 } // namespace url_canon
H A Durl_canon_relative.cc33 #include "googleurl/src/url_canon.h"
38 namespace url_canon { namespace
572 } // namespace url_canon
H A Durl_canon.h39 namespace url_canon { namespace
870 } // namespace url_canon
H A Durl_canon_unittest.cc33 #include "googleurl/src/url_canon.h"
51 using url_canon::CanonHostInfo;
133 void (url_canon::Replacements<CHAR>::*set)(const CHAR*,
135 void (url_canon::Replacements<CHAR>::*clear)(),
136 url_canon::Replacements<CHAR>* rep,
162 url_canon::StdStringCanonOutput output(&out_str);
163 url_canon::AppendUTF8Value(utf_cases[i].input, &output);
175 url_canon::StdStringCanonOutput output(&out_str);
178 url_canon::AppendUTF8Value(0x110000, &output);
217 url_canon
132 SetupReplComp( void (url_canon::Replacements<CHAR>::*set)(const CHAR*, const url_parse::Component&), void (url_canon::Replacements<CHAR>::*clear)(), url_canon::Replacements<CHAR>* rep, const CHAR* str) argument
[all...]
/external/chromium/net/base/
H A Dnet_util.h36 namespace url_canon { namespace
221 url_canon::CanonHostInfo* host_info);
223 url_canon::CanonHostInfo* host_info);

Completed in 101 milliseconds