Home
last modified time | relevance | path

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

/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/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(),