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

  /external/chromium_org/ui/views/
native_theme_delegate.h 29 virtual gfx::Rect GetThemePaintRect() const = 0;
  /external/chromium_org/ui/views/controls/button/
label_button.h 98 virtual gfx::Rect GetThemePaintRect() const OVERRIDE;
label_button_border.cc 115 gfx::Rect rect(native_theme_delegate->GetThemePaintRect());
text_button.h 234 virtual gfx::Rect GetThemePaintRect() const OVERRIDE;
text_button.cc 171 gfx::Rect rect(delegate_->GetThemePaintRect());
551 gfx::Rect TextButtonBase::GetThemePaintRect() const {
label_button.cc 332 gfx::Rect LabelButton::GetThemePaintRect() const {

Completed in 107 milliseconds