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

/external/chromium/chrome/browser/net/
H A Durl_fixer_upper.cc29 // SegmentURL. A url_parse::Parsed object keeps track of a bunch of indices into
380 std::string URLFixerUpper::SegmentURL(const std::string& text, function in class:URLFixerUpper
463 std::string scheme(SegmentURL(trimmed, &parts));
575 string16 URLFixerUpper::SegmentURL(const string16& text, function in class:URLFixerUpper
579 std::string scheme_utf8 = SegmentURL(text_utf8, &parts_utf8);

Completed in 67 milliseconds