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

  /external/chromium_org/ui/views/controls/button/
text_button.h 224 virtual gfx::Rect GetTextBounds() const;
351 virtual gfx::Rect GetTextBounds() const OVERRIDE;
text_button.cc 332 // If width is defined, use GetTextBounds.width() for maximum text width,
335 gfx::Rect text_bounds = GetTextBounds();
363 gfx::Rect text_bounds(GetTextBounds());
467 gfx::Rect TextButtonBase::GetTextBounds() const {
645 gfx::Rect text_bounds = GetTextBounds();
698 gfx::Rect TextButton::GetTextBounds() const {
  /external/chromium_org/ui/views/controls/
label.h 194 gfx::Rect GetTextBounds() const;
label.cc 411 gfx::Rect Label::GetTextBounds() const {
508 *text_bounds = GetTextBounds();

Completed in 64 milliseconds