OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:animationcanceled
(Results
1 - 25
of
56
) sorted by null
1
2
3
/external/chromium_org/ui/gfx/animation/
animation_delegate.h
27
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/chrome/browser/ui/views/location_bar/
suggested_text_view.h
38
virtual void
AnimationCanceled
(const ui::Animation* animation);
suggested_text_view.cc
67
void SuggestedTextView::
AnimationCanceled
(const ui::Animation* animation) {
/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.h
147
// delegate has been installed on |data|
AnimationCanceled
is invoked on it.
155
// Invoked from AnimationEnded and
AnimationCanceled
.
162
virtual void
AnimationCanceled
(const gfx::Animation* animation) OVERRIDE;
bounds_animator.cc
178
data->delegate->
AnimationCanceled
(data->animation);
222
data.delegate->
AnimationCanceled
(animation);
255
void BoundsAnimator::
AnimationCanceled
(const Animation* animation) {
bounds_animator_unittest.cc
56
virtual void
AnimationCanceled
(const Animation* animation) OVERRIDE {
/external/chromium/chrome/browser/ui/gtk/
hover_controller_gtk.h
48
virtual void
AnimationCanceled
(const ui::Animation* animation);
hover_controller_gtk.cc
89
void HoverControllerGtk::
AnimationCanceled
(const ui::Animation* animation) {
/external/chromium_org/chrome/browser/ui/gtk/
hover_controller_gtk.h
48
virtual void
AnimationCanceled
(const gfx::Animation* animation) OVERRIDE;
hover_controller_gtk.cc
90
void HoverControllerGtk::
AnimationCanceled
(const gfx::Animation* animation) {
/external/chromium/chrome/browser/ui/gtk/infobars/
infobar_arrow_model.h
51
virtual void
AnimationCanceled
(const ui::Animation* animation);
infobar_arrow_model.cc
122
void InfoBarArrowModel::
AnimationCanceled
(const ui::Animation* animation) {
/external/chromium_org/ash/system/tray/
tray_item_view.h
72
virtual void
AnimationCanceled
(const gfx::Animation* animation) OVERRIDE;
tray_item_view.cc
136
void TrayItemView::
AnimationCanceled
(const gfx::Animation* animation) {
/external/chromium_org/chrome/browser/ui/cocoa/tabs/
media_indicator_view.mm
34
virtual void
AnimationCanceled
(const gfx::Animation* animation) OVERRIDE {
/external/chromium_org/chrome/browser/ui/views/location_bar/
content_setting_image_view.h
68
virtual void
AnimationCanceled
(const gfx::Animation* animation) OVERRIDE;
/external/chromium_org/ash/drag_drop/
drag_drop_controller.h
90
virtual void
AnimationCanceled
(const gfx::Animation* animation) OVERRIDE;
/external/chromium_org/ui/message_center/views/
message_center_view.h
100
virtual void
AnimationCanceled
(const gfx::Animation* animation) OVERRIDE;
/external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_gtk.h
69
virtual void
AnimationCanceled
(const ui::Animation* animation);
/external/chromium/chrome/browser/ui/views/tabs/
base_tab.h
124
virtual void
AnimationCanceled
(const ui::Animation* animation) OVERRIDE;
/external/chromium_org/ash/touch/
touch_hud_projection.cc
115
virtual void
AnimationCanceled
(const gfx::Animation* animation) OVERRIDE {
Completed in 398 milliseconds
1
2
3