HomeSort by relevance Sort by last modified time
    Searched defs:kSlideInDurationMs (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/ui/views/
fullscreen_exit_bubble.h 46 static const int kSlideInDurationMs; // Duration of slide-in animation
fullscreen_exit_bubble.cc 114 const int FullscreenExitBubble::kSlideInDurationMs = 350;
232 size_animation_->SetSlideDuration(kSlideInDurationMs);
  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_exit_bubble.h 37 static const int kSlideInDurationMs; // Duration of slide-in animation
fullscreen_exit_bubble.cc 29 const int FullscreenExitBubble::kSlideInDurationMs = 350;

Completed in 153 milliseconds