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

/external/chromium/chrome/browser/net/
H A Durl_fixer_upper.cc230 // password. FixupURL itself will append the '@' for us.
454 GURL URLFixerUpper::FixupURL(const std::string& text, function in class:URLFixerUpper
472 FixupURL(trimmed.substr(scheme.length() + 1),
572 return FixupURL(text_utf8, std::string());
/external/chromium_org/chrome/common/net/
H A Durl_fixer_upper.cc231 // password. FixupURL itself will append the '@' for us.
496 GURL URLFixerUpper::FixupURL(const std::string& text, function in class:URLFixerUpper
514 FixupURL(trimmed.substr(scheme.length() + 1),
632 return FixupURL(text_utf8, std::string());

Completed in 215 milliseconds