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

/external/chromium_org/ui/gfx/
H A Dtext_elider.cc313 max_cols_(max_cols),
357 size_t max_cols_; member in class:gfx::__anon16909::RectangleString
367 // Current character position, should never exceed max_cols_.
402 if (line.length() < max_cols_) {
420 if (word.length() < max_cols_) {
422 if (current_col_ + word.length() >= max_cols_)
432 if (current_col_ + (chars.char_pos() - char_start) >= max_cols_) {

Completed in 85 milliseconds