OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:overlay_animation_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/views/frame/
contents_container.cc
108
overlay_animation_
.reset(new ui::SlideAnimation(this));
109
overlay_animation_
->SetDuration(300);
110
overlay_animation_
->SetSlideDuration(300);
111
overlay_animation_
->Show();
124
overlay_animation_
.reset();
contents_container.h
86
scoped_ptr<ui::SlideAnimation>
overlay_animation_
;
member in class:ContentsContainer
/external/chromium/chrome/browser/renderer_host/
render_widget_host_view_gtk.cc
57
// The duration of the fade-out animation. See |
overlay_animation_
|.
507
overlay_animation_
(this),
528
overlay_animation_
.SetDuration(kFadeEffectDuration);
529
overlay_animation_
.SetSlideDuration(kFadeEffectDuration);
[
all
...]
render_widget_host_view_gtk.h
202
ui::SlideAnimation
overlay_animation_
;
member in class:RenderWidgetHostViewGtk
Completed in 169 milliseconds