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

  /external/chromium_org/ui/message_center/views/
bounded_label.h 49 gfx::Size GetSizeForWidthAndLines(int width, int lines);
bounded_label.cc 42 gfx::Size GetSizeForWidthAndLines(int width, int lines);
101 gfx::Size InnerBoundedLabel::GetSizeForWidthAndLines(int width, int lines) {
173 int height = GetSizeForWidthAndLines(width(), lines).height();
301 gfx::Size BoundedLabel::GetSizeForWidthAndLines(int width, int lines) {
303 label_->GetSizeForWidthAndLines(width, lines) : gfx::Size();
311 return visible() ? label_->GetSizeForWidthAndLines(-1, -1) : gfx::Size();
316 label_->GetSizeForWidthAndLines(width, line_limit_).height() : 0;
notification_view.cc 688 message_view_->GetSizeForWidthAndLines(width, limit).height() : 0;

Completed in 26 milliseconds