HomeSort by relevance Sort by last modified time
    Searched refs:line_limit_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/message_center/views/
bounded_label.h 70 int line_limit_; member in class:message_center::BoundedLabel
bounded_label.cc 261 : line_limit_(-1) {
268 : line_limit_(-1) {
286 line_limit_ = std::max(lines, -1);
294 return line_limit_;
316 label_->GetSizeForWidthAndLines(width, line_limit_).height() : 0;

Completed in 155 milliseconds