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

  /external/chromium_org/ui/views/
native_theme_delegate.h 37 virtual const gfx::Animation* GetThemeAnimation() const = 0;
  /external/chromium_org/ui/views/controls/button/
label_button.h 120 virtual const gfx::Animation* GetThemeAnimation() const OVERRIDE;
text_button.cc 177 delegate_->GetThemeAnimation() != NULL &&
178 delegate_->GetThemeAnimation()->is_animating()) {
188 int alpha = delegate_->GetThemeAnimation()->CurrentValueBetween(0, 255);
587 const gfx::Animation* TextButtonBase::GetThemeAnimation() const {
label_button_border.cc 122 const gfx::Animation* animation = native_theme_delegate->GetThemeAnimation();
text_button.h 221 virtual const gfx::Animation* GetThemeAnimation() const OVERRIDE;
label_button.cc 380 const gfx::Animation* LabelButton::GetThemeAnimation() const {

Completed in 61 milliseconds