OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AnimationCanceled
(Results
1 - 25
of
27
) sorted by null
1
2
/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) {
/external/chromium/chrome/browser/ui/gtk/
hover_controller_gtk.cc
89
void HoverControllerGtk::
AnimationCanceled
(const ui::Animation* animation) {
location_bar_view_gtk.cc
[
all
...]
/external/chromium/chrome/browser/ui/gtk/infobars/
infobar_arrow_model.cc
122
void InfoBarArrowModel::
AnimationCanceled
(const ui::Animation* animation) {
/external/chromium/chrome/browser/ui/views/location_bar/
suggested_text_view.cc
67
void SuggestedTextView::
AnimationCanceled
(const ui::Animation* animation) {
/external/chromium_org/chrome/browser/ui/gtk/
hover_controller_gtk.cc
90
void HoverControllerGtk::
AnimationCanceled
(const gfx::Animation* animation) {
location_bar_view_gtk.cc
[
all
...]
/external/chromium_org/ui/views/animation/
scroll_animator.cc
78
void ScrollAnimator::
AnimationCanceled
(const gfx::Animation* animation) {
bounds_animator.cc
178
data->delegate->
AnimationCanceled
(data->animation);
222
data.delegate->
AnimationCanceled
(animation);
255
void BoundsAnimator::
AnimationCanceled
(const Animation* animation) {
/external/chromium_org/ash/system/tray/
tray_item_view.cc
136
void TrayItemView::
AnimationCanceled
(const gfx::Animation* animation) {
/external/chromium_org/chrome/browser/ui/views/location_bar/
content_setting_image_view.cc
153
void ContentSettingImageView::
AnimationCanceled
(
/external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_gtk.cc
157
void DraggedTabGtk::
AnimationCanceled
(const ui::Animation* animation) {
tab_renderer_gtk.cc
237
virtual void
AnimationCanceled
(const ui::Animation* animation) {
582
void TabRendererGtk::
AnimationCanceled
(const ui::Animation* animation) {
[
all
...]
/external/chromium_org/ash/drag_drop/
drag_drop_controller.cc
529
void DragDropController::
AnimationCanceled
(const gfx::Animation* animation) {
/external/chromium_org/ui/message_center/views/
toast_contents_view.cc
213
void ToastContentsView::
AnimationCanceled
(
message_center_view.cc
[
all
...]
/external/chromium/chrome/browser/ui/views/tabs/
base_tab.cc
134
virtual void
AnimationCanceled
(const ui::Animation* animation) {
497
void BaseTab::
AnimationCanceled
(const ui::Animation* animation) {
base_tab_strip.cc
32
virtual void
AnimationCanceled
(const ui::Animation* animation) {
58
virtual void
AnimationCanceled
(const ui::Animation* animation) {
/external/chromium_org/chrome/browser/ui/gtk/tabs/
dragged_view_gtk.cc
242
void DraggedViewGtk::
AnimationCanceled
(const gfx::Animation* animation) {
tab_renderer_gtk.cc
289
virtual void
AnimationCanceled
(const gfx::Animation* animation) OVERRIDE {
636
void TabRendererGtk::
AnimationCanceled
(const gfx::Animation* animation) {
[
all
...]
/external/chromium_org/chrome/browser/ui/views/panels/
panel_stack_view.cc
373
void PanelStackView::
AnimationCanceled
(const gfx::Animation* animation) {
/external/chromium/chrome/browser/renderer_host/
render_widget_host_view_gtk.cc
[
all
...]
/external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_gtk.cc
[
all
...]
/external/chromium_org/chrome/browser/ui/views/tabs/
tab.cc
324
virtual void
AnimationCanceled
(const gfx::Animation* animation) OVERRIDE {
723
void Tab::
AnimationCanceled
(const gfx::Animation* animation) {
[
all
...]
Completed in 3133 milliseconds
1
2