Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/fullscreen/
Dfullscreen_exit_bubble.cc21 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 …]
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/chrome/browser/ui/views/
Dfullscreen_exit_bubble.cc28 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 …]
Dfullscreen_exit_bubble.h29 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/
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/browser/ui/gtk/
Dfullscreen_exit_bubble_gtk.h23 class FullscreenExitBubbleGtk : public FullscreenExitBubble,
Dfullscreen_exit_bubble_gtk.cc34 : FullscreenExitBubble(browser, url, bubble_type), in FullscreenExitBubbleGtk()
/external/chromium_org/chrome/
Dchrome_nibs.gypi40 'app/nibs/FullscreenExitBubble.xib',
/external/chromium/chrome/browser/ui/views/frame/
Dbrowser_view.h49 class FullscreenExitBubble; variable
633 scoped_ptr<FullscreenExitBubble> fullscreen_bubble_;
Dbrowser_view.cc2152 fullscreen_bubble_.reset(new FullscreenExitBubble(GetWidget(),
/external/chromium_org/chrome/browser/ui/cocoa/
Dfullscreen_exit_bubble_controller.mm73 [base::mac::FrameworkBundle() pathForResource:@"FullscreenExitBubble"