OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SlideAnimation
(Results
101 - 125
of
133
) sorted by null
1
2
3
4
5
6
/external/chromium_org/ui/app_list/
pagination_model.cc
224
transition_animation_.reset(new gfx::
SlideAnimation
(this));
/external/chromium_org/chrome/browser/ui/views/download/
download_item_view.cc
206
body_hover_animation_.reset(new gfx::
SlideAnimation
(this));
207
drop_hover_animation_.reset(new gfx::
SlideAnimation
(this));
271
complete_animation_.reset(new gfx::
SlideAnimation
(this));
284
complete_animation_.reset(new gfx::
SlideAnimation
(this));
[
all
...]
/external/chromium/chrome/browser/ui/gtk/
status_bubble_gtk.cc
328
expand_animation_.reset(new ui::
SlideAnimation
(this));
/external/chromium/chrome/browser/ui/views/bubble/
bubble.cc
358
animation_.reset(new ui::
SlideAnimation
(this));
/external/chromium_org/chrome/browser/ui/gtk/
location_bar_view_gtk.h
202
gfx::
SlideAnimation
animation_;
status_bubble_gtk.cc
343
expand_animation_.reset(new gfx::
SlideAnimation
(this));
/external/chromium_org/ui/views/bubble/
bubble_delegate.cc
212
fade_animation_.reset(new gfx::
SlideAnimation
(this));
/external/chromium_org/ui/views/controls/
slider.cc
98
move_animation_.reset(new gfx::
SlideAnimation
(this));
/external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc
139
show_animation_.reset(new ui::
SlideAnimation
(this));
164
scoped_ptr<ui::
SlideAnimation
> show_animation_;
180
show_animation_.reset(new ui::
SlideAnimation
(this));
207
scoped_ptr<ui::
SlideAnimation
> show_animation_;
888
size_animation_.reset(new ui::
SlideAnimation
(this));
[
all
...]
/external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc
153
show_animation_.reset(new gfx::
SlideAnimation
(this));
170
scoped_ptr<gfx::
SlideAnimation
> show_animation_;
253
show_animation_.reset(new gfx::
SlideAnimation
(this));
289
scoped_ptr<gfx::
SlideAnimation
> show_animation_;
[
all
...]
/external/chromium/chrome/browser/ui/gtk/notifications/
balloon_view_gtk.cc
179
animation_.reset(new ui::
SlideAnimation
(this));
/external/chromium/chrome/browser/ui/views/tabs/
base_tab.cc
357
hover_animation_.reset(new ui::
SlideAnimation
(this));
tab.cc
586
const ui::
SlideAnimation
* hover_slide = hover_animation();
/external/chromium_org/ash/wm/
header_painter.cc
281
crossfade_animation_.reset(new gfx::
SlideAnimation
(this));
immersive_fullscreen_controller.cc
243
animation_(new gfx::
SlideAnimation
(this)),
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/notifications/
balloon_view_gtk.cc
176
animation_.reset(new gfx::
SlideAnimation
(this));
/external/chromium_org/chrome/browser/ui/views/
fullscreen_exit_bubble_views.cc
265
animation_(new gfx::
SlideAnimation
(this)),
/external/chromium_org/ash/wm/workspace/
workspace_window_resizer_unittest.cc
35
// Class to provide access to
SlideAnimation
internals for testing.
36
// TODO: this should be next to
SlideAnimation
, not here.
37
class
SlideAnimation
::TestApi {
39
explicit TestApi(
SlideAnimation
* animation) : animation_(animation) {}
57
SlideAnimation
* animation_;
223
void RunAnimationTillComplete(gfx::
SlideAnimation
* animation) {
224
gfx::
SlideAnimation
::TestApi test_api(animation);
[
all
...]
/external/chromium/chrome/browser/ui/views/notifications/
balloon_view.cc
210
animation_.reset(new ui::
SlideAnimation
(this));
/external/chromium_org/chrome/browser/ui/views/notifications/
balloon_view_views.cc
220
animation_.reset(new gfx::
SlideAnimation
(this));
/external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_result_view.cc
124
animation_(new gfx::
SlideAnimation
(this)) {
/external/chromium_org/chrome/browser/ui/views/toolbar/
browser_actions_container.cc
89
resize_animation_.reset(new gfx::
SlideAnimation
(this));
/external/chromium/chrome/browser/ui/gtk/download/
download_item_gtk.cc
258
new_item_animation_.reset(new ui::
SlideAnimation
(this));
[
all
...]
/external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc
270
hover_animation_.reset(new ui::
SlideAnimation
(this));
[
all
...]
/external/chromium/chrome/browser/ui/views/
browser_actions_container.cc
371
resize_animation_.reset(new ui::
SlideAnimation
(this));
[
all
...]
Completed in 815 milliseconds
1
2
3
4
5
6