Searched defs:FullscreenExitBubble (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/fullscreen/
H A Dfullscreen_exit_bubble.cc22 const int FullscreenExitBubble::kPaddingPx = 8;
24 const int FullscreenExitBubble::kPaddingPx = 15;
26 const int FullscreenExitBubble::kInitialDelayMs = 3800;
27 const int FullscreenExitBubble::kIdleTimeMs = 2300;
28 const int FullscreenExitBubble::kPositionCheckHz = 10;
29 const int FullscreenExitBubble::kSlideInRegionHeightPx = 4;
30 const int FullscreenExitBubble::kSlideInDurationMs = 350;
31 const int FullscreenExitBubble::kSlideOutDurationMs = 700;
32 const int FullscreenExitBubble::kPopupTopPx = 15;
34 FullscreenExitBubble function in class:FullscreenExitBubble
[all...]
H A Dfullscreen_exit_bubble.h20 class FullscreenExitBubble : public gfx::AnimationDelegate { class in inherits:gfx::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);

Completed in 540 milliseconds