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

  /external/chromium_org/ui/views/controls/button/
text_button.cc 263 max_text_size_ = text_size_;
286 text_size_.width()) + insets.width(),
288 text_size_.height()) + insets.height());
338 CalculateTextSize(&text_size_, text_width);
343 max_text_size_.SetSize(std::max(max_text_size_.width(), text_size_.width()),
345 text_size_.height()));
442 int content_width = text_size_.width() + extra_width;
461 int content_y = (available_height - text_size_.height()) / 2 + insets.top();
463 gfx::Rect bounds(content_x, content_y, content_width, text_size_.height());
text_button.h 180 // Updates text_size_ and max_text_size_ from the current text/font. This is
236 mutable gfx::Size text_size_; member in class:views::TextButtonBase
  /external/chromium_org/ui/views/controls/
label.h 230 mutable gfx::Size text_size_; member in class:views::Label
label.cc 349 text_size_.SetSize(w, h);
351 text_size_.Enlarge(shadow_margin.width(), shadow_margin.height());
355 return text_size_;

Completed in 122 milliseconds