Searched refs:first_nonwhite (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/components/url_fixer/
H A Durl_fixer.cc469 std::string::iterator first_nonwhite = text->begin(); local
470 while ((first_nonwhite != text->end()) && IsWhitespace(*first_nonwhite))
471 ++first_nonwhite;
476 std::string text_to_parse(text->begin(), first_nonwhite);
478 text_to_parse.append(first_nonwhite, text->end());

Completed in 852 milliseconds