OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kSlideOutDurationMs
(Results
1 - 7
of
7
) sorted by null
/external/chromium/chrome/browser/ui/views/
fullscreen_exit_bubble.h
47
static const int
kSlideOutDurationMs
; // Duration of slide-out animation
fullscreen_exit_bubble.cc
115
const int FullscreenExitBubble::
kSlideOutDurationMs
= 700;
241
size_animation_->SetSlideDuration(
kSlideOutDurationMs
);
/external/chromium/chrome/browser/ui/gtk/
fullscreen_exit_bubble_gtk.cc
26
const int
kSlideOutDurationMs
= 700;
64
SlideAnimatorGtk::DOWN,
kSlideOutDurationMs
, false, false, NULL));
/external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_exit_bubble.h
38
static const int
kSlideOutDurationMs
; // Duration of slide-out animation
fullscreen_exit_bubble.cc
30
const int FullscreenExitBubble::
kSlideOutDurationMs
= 700;
/external/chromium_org/chrome/browser/ui/gtk/
fullscreen_exit_bubble_gtk.cc
141
SlideAnimatorGtk::DOWN,
kSlideOutDurationMs
, false, false, NULL));
/external/chromium_org/chrome/browser/ui/views/
fullscreen_exit_bubble_views.cc
486
animation_->SetSlideDuration(
kSlideOutDurationMs
);
Completed in 119 milliseconds