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

  /external/chromium_org/ui/message_center/views/
bounded_label.h 48 int GetLinesForWidthAndLimit(int width, int limit);
bounded_label.cc 42 int GetLinesForWidthAndLimit(int width, int limit);
90 int InnerBoundedLabel::GetLinesForWidthAndLimit(int width, int limit) {
299 int BoundedLabel::GetLinesForWidthAndLimit(int width, int limit) {
300 return visible() ? label_->GetLinesForWidthAndLimit(width, limit) : 0;
bounded_label_unittest.cc 63 // Exercise BounderLabel::GetLinesForWidthAndLimit() using the test label.
66 return label_->GetLinesForWidthAndLimit(width, lines_);
notification_view.cc 748 int title_lines = title_view_->GetLinesForWidthAndLimit(width, -1);
758 message_view_->GetLinesForWidthAndLimit(width, limit) : 0;

Completed in 7614 milliseconds