HomeSort by relevance Sort by last modified time
    Searched refs:AnimationCanceled (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/ui/gfx/animation/
animation_delegate.h 29 virtual void AnimationCanceled(const Animation* animation) {}
test_animation_delegate.h 25 virtual void AnimationCanceled(const Animation* animation) {
animation.cc 58 delegate_->AnimationCanceled(this);
  /external/chromium_org/ui/views/animation/
scroll_animator.h 46 virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE;
scroll_animator.cc 78 void ScrollAnimator::AnimationCanceled(const gfx::Animation* animation) {
bounds_animator.cc 177 data->delegate->AnimationCanceled(data->animation);
219 data.delegate->AnimationCanceled(animation);
252 void BoundsAnimator::AnimationCanceled(const Animation* animation) {
bounds_animator.h 134 // delegate has been installed on |data| AnimationCanceled is invoked on it.
142 // Invoked from AnimationEnded and AnimationCanceled.
149 virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE;
bounds_animator_unittest.cc 56 virtual void AnimationCanceled(const Animation* animation) OVERRIDE {
  /external/chromium_org/ash/system/tray/
tray_item_view.h 69 virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE;
tray_item_view.cc 135 void TrayItemView::AnimationCanceled(const gfx::Animation* animation) {
  /external/chromium_org/chrome/browser/ui/views/location_bar/
content_setting_image_view.h 68 virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE;
content_setting_image_view.cc 151 void ContentSettingImageView::AnimationCanceled(
  /external/chromium_org/ash/drag_drop/
drag_drop_controller.h 87 virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE;
drag_drop_controller.cc 529 void DragDropController::AnimationCanceled(const gfx::Animation* animation) {
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_stack_view.h 75 virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE;
panel_stack_view.cc 373 void PanelStackView::AnimationCanceled(const gfx::Animation* animation) {
  /external/chromium_org/ui/message_center/views/
message_center_view.h 97 virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE;
toast_contents_view.h 95 virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE;
toast_contents_view.cc 224 void ToastContentsView::AnimationCanceled(
  /external/chromium_org/ash/touch/
touch_hud_projection.cc 113 virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE {
  /external/chromium_org/chrome/browser/ui/views/tabs/
media_indicator_button.cc 32 virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE {
tab.h 174 virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE;
tab_strip.cc 173 virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE;
193 void ResetDraggingStateDelegate::AnimationCanceled(
480 virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE;
510 void TabStrip::RemoveTabDelegate::AnimationCanceled(
    [all...]
tab.cc 220 virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE {
645 void Tab::AnimationCanceled(const gfx::Animation* animation) {
    [all...]
  /external/chromium_org/ash/shelf/
shelf_view.cc 276 virtual void AnimationCanceled(const Animation* animation) OVERRIDE {
331 virtual void AnimationCanceled(const Animation* animation) OVERRIDE {
356 virtual void AnimationCanceled(const Animation* animation) OVERRIDE {
    [all...]

Completed in 1380 milliseconds

1 2