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

  /external/chromium_org/ui/views/controls/button/
text_button.h 245 virtual gfx::Rect GetTextBounds() const;
376 virtual gfx::Rect GetTextBounds() const OVERRIDE;
text_button.cc 358 // If width is defined, use GetTextBounds.width() for maximum text width,
361 gfx::Rect text_bounds = GetTextBounds();
447 gfx::Rect TextButtonBase::GetTextBounds() const {
458 gfx::Rect text_bounds(GetTextBounds());
673 gfx::Rect text_bounds = GetTextBounds();
713 gfx::Rect TextButton::GetTextBounds() const {
  /external/chromium_org/ui/views/controls/
label.h 218 gfx::Rect GetTextBounds() const;
label.cc 394 gfx::Rect Label::GetTextBounds() const {
496 *text_bounds = GetTextBounds();
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc 270 if (text_size_.width() > GetTextBounds().width())
    [all...]

Completed in 65 milliseconds