Searched refs:ShouldWindowContentsBeTransparent (Results 1 - 16 of 16) sorted by relevance

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

Completed in 1371 milliseconds