OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kSlideOutDurationMs
(Results
1 - 5
of
5
) sorted by null
/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/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_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;
Completed in 53 milliseconds