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

  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_exit_bubble.cc 21 const int FullscreenExitBubble::kPaddingPx = 8;
23 const int FullscreenExitBubble::kPaddingPx = 0;
25 const int FullscreenExitBubble::kInitialDelayMs = 3800;
26 const int FullscreenExitBubble::kIdleTimeMs = 2300;
27 const int FullscreenExitBubble::kPositionCheckHz = 10;
28 const int FullscreenExitBubble::kSlideInRegionHeightPx = 4;
29 const int FullscreenExitBubble::kSlideInDurationMs = 350;
30 const int FullscreenExitBubble::kSlideOutDurationMs = 700;
31 const int FullscreenExitBubble::kPopupTopPx = 15;
33 FullscreenExitBubble::FullscreenExitBubble(Browser* browser
    [all...]
fullscreen_exit_bubble.h 20 class FullscreenExitBubble : public ui::AnimationDelegate {
22 explicit FullscreenExitBubble(Browser* browser,
25 virtual ~FullscreenExitBubble();
72 // Accepts the request. Can cause FullscreenExitBubble to be deleted.
74 // Denys the request. Can cause FullscreenExitBubble to be deleted.
97 base::OneShotTimer<FullscreenExitBubble> initial_delay_;
100 base::OneShotTimer<FullscreenExitBubble> idle_timeout_;
106 base::RepeatingTimer<FullscreenExitBubble> mouse_position_checker_;
112 DISALLOW_COPY_AND_ASSIGN(FullscreenExitBubble);
  /external/chromium/chrome/browser/ui/views/
fullscreen_exit_bubble.cc 28 class FullscreenExitBubble::FullscreenExitView : public views::View {
30 FullscreenExitView(FullscreenExitBubble* bubble,
48 const int FullscreenExitBubble::FullscreenExitView::kPaddingPixels = 8;
50 FullscreenExitBubble::FullscreenExitView::FullscreenExitView(
51 FullscreenExitBubble* bubble,
70 FullscreenExitBubble::FullscreenExitView::~FullscreenExitView() {
73 gfx::Size FullscreenExitBubble::FullscreenExitView::GetPreferredSize() {
79 void FullscreenExitBubble::FullscreenExitView::Layout() {
86 void FullscreenExitBubble::FullscreenExitView::OnPaint(gfx::Canvas* canvas) {
107 // FullscreenExitBubble -------------------------------------------------------
    [all...]
fullscreen_exit_bubble.h 25 // FullscreenExitBubble is responsible for showing a bubble atop the screen in
29 class FullscreenExitBubble : public views::LinkController,
32 explicit FullscreenExitBubble(
35 virtual ~FullscreenExitBubble();
86 base::OneShotTimer<FullscreenExitBubble> initial_delay_;
89 base::OneShotTimer<FullscreenExitBubble> idle_timeout_;
95 base::RepeatingTimer<FullscreenExitBubble> mouse_position_checker_;
101 DISALLOW_COPY_AND_ASSIGN(FullscreenExitBubble);

Completed in 1077 milliseconds