OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bounds_animation_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/message_center/views/
toast_contents_view.cc
152
if (
bounds_animation_
.get())
153
bounds_animation_
->Stop();
155
bounds_animation_
.reset(new gfx::SlideAnimation(this));
156
bounds_animation_
->Show();
209
if (animation ==
bounds_animation_
.get()) {
toast_contents_view.h
123
scoped_ptr<gfx::SlideAnimation>
bounds_animation_
;
member in class:message_center::ToastContentsView
/external/chromium_org/chrome/browser/ui/cocoa/panels/
panel_stack_window_cocoa.h
87
NSViewAnimation*
bounds_animation_
;
member in class:PanelStackWindowCocoa
Completed in 3040 milliseconds