Home
last modified time | relevance | path

Searched refs:current_part_index (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ui/gfx/animation/
Dmulti_animation.h63 size_t current_part_index() const { return current_part_index_; } in current_part_index() function
/external/chromium_org/chrome/browser/ui/toolbar/
Dwrench_icon_painter.cc106 if (animation_->current_part_index() % 2 == 1) { in Paint()
/external/chromium_org/ui/message_center/views/
Dmessage_center_view.cc728 if (animating && settings_transition_animation_->current_part_index() == 0) { in Layout()
794 if (settings_transition_animation_->current_part_index() == 0) { in GetHeightForWidth()
950 if (settings_transition_animation_->current_part_index() == 1 && in AnimationProgressed()
955 } else if (settings_transition_animation_->current_part_index() == 2 && in AnimationProgressed()
/external/chromium_org/chrome/browser/ui/tabs/
Dtab_utils.cc57 return current_part_index() % 2 ? in GetCurrentValue()
/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab.cc1126 if (mini_title_change_animation_->current_part_index() == 0) { in PaintInactiveTabBackgroundWithTitleChange()
1128 } else if (mini_title_change_animation_->current_part_index() == 1) { in PaintInactiveTabBackgroundWithTitleChange()
1154 if (mini_title_change_animation_->current_part_index() == 2) { in PaintInactiveTabBackgroundWithTitleChange()