Searched defs:url_parse (Results 1 - 10 of 10) sorted by relevance

/external/chromium/chrome/browser/net/
H A Durl_fixer_upper.h14 namespace url_parse { namespace
32 std::string SegmentURL(const std::string& text, url_parse::Parsed* parts);
33 string16 SegmentURL(const string16& text, url_parse::Parsed* parts);
69 void OffsetComponent(int offset, url_parse::Component* part);
H A Durl_fixer_upper_unittest.cc14 #include "googleurl/src/url_parse.h"
24 namespace url_parse { namespace
30 } // namespace url_parse
35 const url_parse::Component scheme;
36 const url_parse::Component username;
37 const url_parse::Component password;
38 const url_parse::Component host;
39 const url_parse::Component port;
40 const url_parse::Component path;
41 const url_parse
[all...]
/external/chromium/googleurl/src/
H A Durl_parse_internal.h35 #include "googleurl/src/url_parse.h"
37 namespace url_parse { namespace
79 // Internal functions in url_parse.cc that parse the path, that is, everything
110 } // namespace url_parse
H A Durl_file.h38 namespace url_parse { namespace
106 } // namespace url_parse
H A Durl_parse_file.cc32 #include "googleurl/src/url_parse.h"
66 namespace url_parse { namespace
243 } // namespace url_parse
H A Durl_parse.h39 namespace url_parse { namespace
97 // url_parse::Parsed parsed;
98 // url_parse::Component scheme;
99 // if (!url_parse::ExtractScheme(url, url_len, &scheme))
105 // url_parse::ParseFileURL(url, url_len, &parsed);
107 // url_parse::ParsePathURL(url, url_len, &parsed);
334 } // namespace url_parse
H A Dgurl_unittest.cc23 const url_parse::Component&),
27 url_parse::Component comp;
99 EXPECT_EQ(url_parse::PORT_UNSPECIFIED, url.IntPort());
132 EXPECT_EQ(url_parse::PORT_UNSPECIFIED, invalid2.IntPort());
149 EXPECT_EQ(url_parse::PORT_INVALID, url.IntPort());
315 {"file://www.google.com/", url_parse::PORT_UNSPECIFIED},
316 {"file://www.google.com:443/", url_parse::PORT_UNSPECIFIED},
319 {"data:www.google.com:90", url_parse::PORT_UNSPECIFIED},
320 {"data:www.google.com", url_parse::PORT_UNSPECIFIED},
22 SetupReplacement(void (url_canon::Replacements<CHAR>::*func)(const CHAR*, const url_parse::Component&), url_canon::Replacements<CHAR>* replacements, const CHAR* str) argument
H A Durl_parse.cc37 #include "googleurl/src/url_parse.h"
44 namespace url_parse { namespace
562 *query = url_parse::MakeRange(cur, end);
760 } // namespace url_parse
H A Durl_canon_unittest.cc37 #include "googleurl/src/url_parse.h"
58 url_parse::Component expected_component;
69 url_parse::Component expected_component;
79 url_parse::Component expected_component;
134 const url_parse::Component&),
141 (rep->*set)(str, url_parse::Component(0, static_cast<int>(strlen(str))));
322 {"http", "http:", url_parse::Component(0, 4), true},
323 {"HTTP", "http:", url_parse::Component(0, 4), true},
324 {" HTTP ", "%20http%20:", url_parse::Component(0, 10), false},
325 {"htt: ", "htt%3A%20:", url_parse
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.h40 namespace url_parse { namespace
312 url_parse::Parsed* new_parsed,
318 url_parse::Parsed* new_parsed,
346 url_parse::Parsed* new_parsed,
353 url_parse::Parsed* new_parsed,

Completed in 105 milliseconds