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 50 gfx::Size GetSizeForWidthAndLines(int width, int lines);
bounded_label.cc 43 gfx::Size GetSizeForWidthAndLines(int width, int lines);
105 gfx::Size InnerBoundedLabel::GetSizeForWidthAndLines(int width, int lines) {
175 int height = GetSizeForWidthAndLines(width(), lines).height();
316 gfx::Size BoundedLabel::GetSizeForWidthAndLines(int width, int lines) {
318 label_->GetSizeForWidthAndLines(width, lines) : gfx::Size();
326 return visible() ? label_->GetSizeForWidthAndLines(-1, -1) : gfx::Size();
331 label_->GetSizeForWidthAndLines(width, line_limit_).height() : 0;
notification_view.cc 784 message_view_->GetSizeForWidthAndLines(width, limit).height() : 0;

Completed in 481 milliseconds