Searched defs:current_col_ (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/ui/gfx/
H A Dtext_elider.cc315 current_col_(0),
368 size_t current_col_; member in class:gfx::__anon16909::RectangleString
416 current_col_ = 0;
422 if (current_col_ + word.length() >= max_cols_)
432 if (current_col_ + (chars.char_pos() - char_start) >= max_cols_) {
451 current_col_ += string.length();
462 current_col_ = 0;

Completed in 209 milliseconds