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

/external/chromium_org/components/url_fixer/
H A Durl_fixer.cc35 // SegmentURL. A url::Parsed object keeps track of a bunch of indices into
399 // Performs the work for url_fixer::SegmentURL. |text| may be modified on
500 std::string url_fixer::SegmentURL(const std::string& text, url::Parsed* parts) { function in class:url_fixer
505 base::string16 url_fixer::SegmentURL(const base::string16& text, function in class:url_fixer
509 std::string scheme_utf8 = SegmentURL(text_utf8, &parts_utf8);

Completed in 194 milliseconds