HomeSort by relevance Sort by last modified time
    Searched defs:AnimationCanceled (Results 1 - 12 of 12) sorted by null

  /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) {
  /external/chromium_org/ui/views/animation/
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) {
  /external/chromium_org/ash/system/tray/
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.cc 151 void ContentSettingImageView::AnimationCanceled(
  /external/chromium_org/ui/message_center/views/
toast_contents_view.cc 224 void ToastContentsView::AnimationCanceled(
message_center_view.cc     [all...]
  /external/chromium_org/ash/drag_drop/
drag_drop_controller.cc 529 void DragDropController::AnimationCanceled(const gfx::Animation* animation) {
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_stack_view.cc 373 void PanelStackView::AnimationCanceled(const gfx::Animation* animation) {
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab.cc 220 virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE {
645 void Tab::AnimationCanceled(const gfx::Animation* animation) {
    [all...]
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...]

Completed in 293 milliseconds