HomeSort by relevance Sort by last modified time
    Searched full:first_nonwhite (Results 1 - 1 of 1) sorted by null

  /external/chromium/chrome/browser/net/
url_fixer_upper.cc 424 std::string::const_iterator first_nonwhite = text.begin(); local
425 while ((first_nonwhite != text.end()) && IsWhitespace(*first_nonwhite))
426 ++first_nonwhite;
431 std::string text_to_parse(text.begin(), first_nonwhite);
433 text_to_parse.append(first_nonwhite, text.end());

Completed in 166 milliseconds