OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SlideAnimation
(Results
76 - 100
of
133
) sorted by null
1
2
3
4
5
6
/external/chromium/chrome/browser/ui/views/
browser_actions_container.h
44
class
SlideAnimation
;
500
scoped_ptr<ui::
SlideAnimation
> resize_animation_;
dropdown_bar_host.cc
74
animation_.reset(new ui::
SlideAnimation
(this));
fullscreen_exit_bubble.cc
123
size_animation_(new ui::
SlideAnimation
(this)) {
/external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.h
31
class
SlideAnimation
;
416
scoped_ptr<gfx::
SlideAnimation
> hover_animation_;
/external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.h
40
class
SlideAnimation
;
425
scoped_ptr<gfx::
SlideAnimation
> size_animation_;
/external/chromium_org/chrome/browser/ui/views/toolbar/
browser_actions_container.h
34
class
SlideAnimation
;
358
scoped_ptr<gfx::
SlideAnimation
> resize_animation_;
/external/chromium_org/ui/message_center/views/
toast_contents_view.cc
62
fade_animation_.reset(new gfx::
SlideAnimation
(this));
144
bounds_animation_.reset(new gfx::
SlideAnimation
(this));
/external/chromium/chrome/browser/renderer_host/
render_widget_host_view_gtk.h
202
ui::
SlideAnimation
overlay_animation_;
/external/chromium/chrome/browser/ui/gtk/
browser_actions_toolbar_gtk.h
208
ui::
SlideAnimation
resize_animation_;
location_bar_view_gtk.h
202
ui::
SlideAnimation
animation_;
/external/chromium/chrome/browser/ui/views/frame/
contents_container.cc
108
overlay_animation_.reset(new ui::
SlideAnimation
(this));
/external/chromium/chrome/browser/ui/views/infobars/
infobar_container.cc
188
const ui::
SlideAnimation
* first_infobar_animation =
/external/chromium_org/ash/wm/caption_buttons/
frame_caption_button.cc
30
animation_(new gfx::
SlideAnimation
(this)) {
/external/chromium_org/chrome/browser/ui/gtk/
browser_actions_toolbar_gtk.h
221
gfx::
SlideAnimation
resize_animation_;
/external/chromium/chrome/browser/ui/views/download/
download_shelf_view.cc
123
new_item_animation_.reset(new ui::
SlideAnimation
(this));
126
shelf_animation_.reset(new ui::
SlideAnimation
(this));
download_item_view.cc
248
body_hover_animation_.reset(new ui::
SlideAnimation
(this));
249
drop_hover_animation_.reset(new ui::
SlideAnimation
(this));
391
complete_animation_.reset(new ui::
SlideAnimation
(this));
406
complete_animation_.reset(new ui::
SlideAnimation
(this));
[
all
...]
/external/chromium_org/chrome/browser/ui/views/download/
download_shelf_view.cc
308
new_item_animation_.reset(new gfx::
SlideAnimation
(this));
311
shelf_animation_.reset(new gfx::
SlideAnimation
(this));
/external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk.h
386
ui::
SlideAnimation
slide_animation_;
/external/chromium/chrome/browser/ui/gtk/infobars/
translate_infobar_base_gtk.cc
38
background_color_animation_.reset(new ui::
SlideAnimation
(this));
/external/chromium/chrome/browser/ui/touch/frame/
touch_browser_frame_view.cc
65
animation_.reset(new ui::
SlideAnimation
(this));
/external/chromium_org/ash/wm/workspace/
phantom_window_controller.cc
145
animation_.reset(new gfx::
SlideAnimation
(this));
/external/chromium_org/chrome/browser/infobars/
infobar_container.cc
187
const gfx::
SlideAnimation
& first_infobar_animation =
/external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk.h
396
gfx::
SlideAnimation
slide_animation_;
/external/chromium_org/chrome/browser/ui/gtk/infobars/
translate_infobar_base_gtk.cc
46
background_color_animation_.reset(new gfx::
SlideAnimation
(this));
/external/chromium_org/chrome/browser/ui/views/
dropdown_bar_host.cc
89
animation_.reset(new gfx::
SlideAnimation
(this));
Completed in 1377 milliseconds
1
2
3
4
5
6