HomeSort by relevance Sort by last modified time
    Searched refs:AnimationCanceled (Results 1 - 25 of 28) 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/chrome/browser/ui/views/location_bar/
add_to_app_launcher_view.h 46 virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE;
content_setting_image_view.h 68 virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE;
add_to_app_launcher_view.cc 133 void AddToAppLauncherView::AnimationCanceled(const gfx::Animation* animation) {
content_setting_image_view.cc 151 void ContentSettingImageView::AnimationCanceled(
  /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/ash/drag_drop/
drag_drop_controller.h 87 virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE;
drag_drop_controller.cc 526 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/
tab.h 169 virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE;
tab_strip.cc 171 virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE;
191 void ResetDraggingStateDelegate::AnimationCanceled(
498 virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE;
528 void TabStrip::RemoveTabDelegate::AnimationCanceled(
    [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 1065 milliseconds

1 2