Searched refs:FullscreenExitBubble (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/chrome/browser/ui/fullscreen/ |
D | fullscreen_exit_bubble.cc | 21 const int FullscreenExitBubble::kPaddingPx = 8; 23 const int FullscreenExitBubble::kPaddingPx = 15; 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, in FullscreenExitBubble() function in FullscreenExitBubble [all …]
|
D | fullscreen_exit_bubble.h | 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);
|
/external/chromium/chrome/browser/ui/views/ |
D | 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( in FullscreenExitView() 51 FullscreenExitBubble* bubble, in FullscreenExitView() 70 FullscreenExitBubble::FullscreenExitView::~FullscreenExitView() { in ~FullscreenExitView() 73 gfx::Size FullscreenExitBubble::FullscreenExitView::GetPreferredSize() { in GetPreferredSize() 79 void FullscreenExitBubble::FullscreenExitView::Layout() { in Layout() 86 void FullscreenExitBubble::FullscreenExitView::OnPaint(gfx::Canvas* canvas) { in OnPaint() 109 const double FullscreenExitBubble::kOpacity = 0.7; [all …]
|
D | fullscreen_exit_bubble.h | 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);
|
/external/chromium_org/chrome/browser/ui/views/ |
D | fullscreen_exit_bubble_views.h | 29 class FullscreenExitBubbleViews : public FullscreenExitBubble,
|
D | fullscreen_exit_bubble_views.cc | 262 : FullscreenExitBubble(browser_view->browser(), url, bubble_type), in FullscreenExitBubbleViews()
|
/external/chromium_org/chrome/browser/ui/gtk/ |
D | fullscreen_exit_bubble_gtk.h | 23 class FullscreenExitBubbleGtk : public FullscreenExitBubble,
|
D | fullscreen_exit_bubble_gtk.cc | 34 : FullscreenExitBubble(browser, url, bubble_type), in FullscreenExitBubbleGtk()
|
/external/chromium_org/chrome/ |
D | chrome_nibs.gypi | 40 'app/nibs/FullscreenExitBubble.xib',
|
/external/chromium/chrome/browser/ui/views/frame/ |
D | browser_view.h | 49 class FullscreenExitBubble; variable 633 scoped_ptr<FullscreenExitBubble> fullscreen_bubble_;
|
D | browser_view.cc | 2152 fullscreen_bubble_.reset(new FullscreenExitBubble(GetWidget(),
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
D | fullscreen_exit_bubble_controller.mm | 73 [base::mac::FrameworkBundle() pathForResource:@"FullscreenExitBubble"
|