HomeSort by relevance Sort by last modified time
    Searched defs:url_parse (Results 1 - 8 of 8) sorted by null

  /external/chromium/chrome/browser/net/
url_fixer_upper.h 14 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);
url_fixer_upper_unittest.cc 14 #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::Component query
    [all...]
  /external/chromium/googleurl/src/
url_parse_internal.h 35 #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
url_file.h 38 namespace url_parse { namespace
106 } // namespace url_parse
url_parse_file.cc 32 #include "googleurl/src/url_parse.h"
66 namespace url_parse { namespace
243 } // namespace url_parse
url_parse.h 39 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
url_parse.cc 37 #include "googleurl/src/url_parse.h"
44 namespace url_parse { namespace
562 *query = url_parse::MakeRange(cur, end);
760 } // namespace url_parse
  /external/chromium/net/base/
net_util.h 40 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 64 milliseconds