Home
last modified time | relevance | path

Searched refs:ShouldWindowContentsBeTransparent (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/toolbar/
Dtoolbar_view.cc625 if (GetWidget()->ShouldWindowContentsBeTransparent()) in OnPaint()
729 return GetWidget()->ShouldWindowContentsBeTransparent() ? in PopupTopSpacing()
744 PopupTopSpacing() + (GetWidget()->ShouldWindowContentsBeTransparent() ? in SizeForContentSize()
/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_window_tree_host.h131 virtual bool ShouldWindowContentsBeTransparent() const = 0;
Ddesktop_native_widget_aura.cc549 bool DesktopNativeWidgetAura::ShouldWindowContentsBeTransparent() const { in ShouldWindowContentsBeTransparent() function in views::DesktopNativeWidgetAura
550 return desktop_window_tree_host_->ShouldWindowContentsBeTransparent(); in ShouldWindowContentsBeTransparent()
1200 desktop_window_tree_host_->ShouldWindowContentsBeTransparent()); in UpdateWindowTransparency()
Ddesktop_window_tree_host_x11.h135 virtual bool ShouldWindowContentsBeTransparent() const OVERRIDE;
Ddesktop_window_tree_host_win.h93 virtual bool ShouldWindowContentsBeTransparent() const OVERRIDE;
Ddesktop_native_widget_aura.h101 virtual bool ShouldWindowContentsBeTransparent() const OVERRIDE;
Ddesktop_window_tree_host_win.cc394 bool DesktopWindowTreeHostWin::ShouldWindowContentsBeTransparent() const { in ShouldWindowContentsBeTransparent() function in views::DesktopWindowTreeHostWin
Ddesktop_window_tree_host_x11.cc687 bool DesktopWindowTreeHostX11::ShouldWindowContentsBeTransparent() const { in ShouldWindowContentsBeTransparent() function in views::DesktopWindowTreeHostX11
/external/chromium_org/ui/views/widget/
Dnative_widget_private.h84 virtual bool ShouldWindowContentsBeTransparent() const = 0;
Dnative_widget_mac.h31 virtual bool ShouldWindowContentsBeTransparent() const OVERRIDE;
Dnative_widget_aura.h57 virtual bool ShouldWindowContentsBeTransparent() const OVERRIDE;
Dwidget.h632 bool ShouldWindowContentsBeTransparent() const;
Dwidget.cc892 bool Widget::ShouldWindowContentsBeTransparent() const { in ShouldWindowContentsBeTransparent() function in views::Widget
893 return native_widget_->ShouldWindowContentsBeTransparent(); in ShouldWindowContentsBeTransparent()
Dnative_widget_mac.mm134 bool NativeWidgetMac::ShouldWindowContentsBeTransparent() const {
Dnative_widget_aura.cc193 bool NativeWidgetAura::ShouldWindowContentsBeTransparent() const { in ShouldWindowContentsBeTransparent() function in views::NativeWidgetAura
/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab_strip.cc261 bool ShouldWindowContentsBeTransparent() const;
359 bool NewTabButton::ShouldWindowContentsBeTransparent() const { in ShouldWindowContentsBeTransparent() function in NewTabButton
361 GetWidget()->GetTopLevelWidget()->ShouldWindowContentsBeTransparent(); in ShouldWindowContentsBeTransparent()
368 if (ShouldWindowContentsBeTransparent()) { in GetBackgroundImage()
380 alpha = ShouldWindowContentsBeTransparent() ? kGlassFrameInactiveTabAlpha in GetBackgroundImage()
454 uint8 alpha = ShouldWindowContentsBeTransparent() ? in GetImageForState()
1286 if (GetWidget()->ShouldWindowContentsBeTransparent()) { in PaintChildren()
Dtab.cc1521 widget->GetTopLevelWidget()->ShouldWindowContentsBeTransparent()) { in GetTabIdAndFrameId()