Home
last modified time | relevance | path

Searched refs:FullscreenExitBubble (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/fullscreen/
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::FullscreenExitBubble(Browser* browser, in FullscreenExitBubble() function in FullscreenExitBubble
[all …]
Dfullscreen_exit_bubble.h20 class FullscreenExitBubble : public gfx::AnimationDelegate {
22 explicit FullscreenExitBubble(Browser* browser,
25 virtual ~FullscreenExitBubble();
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_org/chrome/browser/ui/views/
Dfullscreen_exit_bubble_views.h29 class FullscreenExitBubbleViews : public FullscreenExitBubble,
Dfullscreen_exit_bubble_views.cc262 : FullscreenExitBubble(browser_view->browser(), url, bubble_type), in FullscreenExitBubbleViews()
/external/chromium_org/chrome/
Dchrome_nibs.gypi40 'app/nibs/FullscreenExitBubble.xib',
/external/chromium_org/chrome/browser/ui/cocoa/
Dfullscreen_exit_bubble_controller.mm74 [base::mac::FrameworkBundle() pathForResource:@"FullscreenExitBubble"