Searched refs:FullscreenExitBubble (Results 1 – 6 of 6) sorted by relevance
22 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 …]
20 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);
29 class FullscreenExitBubbleViews : public FullscreenExitBubble,
262 : FullscreenExitBubble(browser_view->browser(), url, bubble_type), in FullscreenExitBubbleViews()
40 'app/nibs/FullscreenExitBubble.xib',
74 [base::mac::FrameworkBundle() pathForResource:@"FullscreenExitBubble"