HomeSort by relevance Sort by last modified time
    Searched defs:AnimationEnded (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/ui/gfx/animation/
animation_delegate.h 23 virtual void AnimationEnded(const Animation* animation) {}
test_animation_delegate.h 13 // Trivial AnimationDelegate implementation. AnimationEnded/Canceled quit the
20 virtual void AnimationEnded(const Animation* animation) {
  /external/chromium_org/ui/views/animation/
scroll_animator.cc 64 void ScrollAnimator::AnimationEnded(const gfx::Animation* animation) {
bounds_animator.cc 216 data.delegate->AnimationEnded(animation);
248 void BoundsAnimator::AnimationEnded(const Animation* animation) {
  /external/chromium_org/ash/system/tray/
tray_item_view.cc 130 void TrayItemView::AnimationEnded(const gfx::Animation* animation) {
136 AnimationEnded(animation);
  /external/chromium_org/chrome/browser/ui/views/location_bar/
add_to_app_launcher_view.cc 121 void AddToAppLauncherView::AnimationEnded(const gfx::Animation* animation) {
134 AnimationEnded(animation);
content_setting_image_view.cc 134 void ContentSettingImageView::AnimationEnded(const gfx::Animation* animation) {
153 AnimationEnded(animation);
origin_chip_view.cc 353 void OriginChipView::AnimationEnded(const gfx::Animation* animation) {
357 views::LabelButton::AnimationEnded(animation);
  /external/chromium_org/components/infobars/core/
infobar.cc 119 void InfoBar::AnimationEnded(const gfx::Animation* animation) {
  /external/chromium_org/ui/views/controls/
glow_hover_controller.cc 120 void GlowHoverController::AnimationEnded(const gfx::Animation* animation) {
  /external/chromium_org/chrome/browser/ui/views/
dropdown_bar_host.cc 123 // AnimationEnded ourselves as Reset does not call it if we are not
126 AnimationEnded(animation_.get());
188 void DropdownBarHost::AnimationEnded(const gfx::Animation* animation) {
fullscreen_exit_bubble_views.cc 426 void FullscreenExitBubbleViews::AnimationEnded(
status_bubble_views.cc 88 virtual void AnimationEnded(const Animation* animation) OVERRIDE;
485 void StatusBubbleViews::StatusViewAnimation::AnimationEnded(
521 virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
541 void StatusBubbleViews::StatusViewExpander::AnimationEnded(
  /external/chromium_org/ui/app_list/views/
search_result_list_view.cc 200 AnimationEnded(auto_launch_animation_.get());
223 void SearchResultListView::AnimationEnded(const gfx::Animation* animation) {
  /external/chromium_org/ash/drag_drop/
drag_drop_controller.cc 480 void DragDropController::AnimationEnded(const gfx::Animation* animation) {
527 AnimationEnded(animation);
  /external/chromium_org/chrome/browser/ui/views/download/
download_shelf_view.cc 205 void DownloadShelfView::AnimationEnded(const gfx::Animation *animation) {
  /external/chromium_org/ui/app_list/
pagination_model.cc 259 void PaginationModel::AnimationEnded(const gfx::Animation* animation) {
  /external/chromium_org/ui/message_center/views/
toast_contents_view.cc 220 void ToastContentsView::AnimationEnded(const gfx::Animation* animation) {
message_center_view.cc 925 void MessageCenterView::AnimationEnded(const gfx::Animation* animation) {
    [all...]
  /external/chromium_org/ash/wm/
immersive_fullscreen_controller.cc 477 void ImmersiveFullscreenController::AnimationEnded(
    [all...]
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_stack_view.cc 360 void PanelStackView::AnimationEnded(const gfx::Animation* animation) {
378 AnimationEnded(animation);
panel_view.cc 405 void PanelView::AnimationEnded(const gfx::Animation* animation) {
    [all...]
  /external/chromium_org/chrome/browser/ui/views/toolbar/
browser_actions_container.cc 509 void BrowserActionsContainer::AnimationEnded(const gfx::Animation* animation) {
    [all...]
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_install_dialog_view.cc 329 virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
    [all...]
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc 992 void BookmarkBarView::AnimationEnded(const gfx::Animation* animation) {
    [all...]

Completed in 686 milliseconds

1 2