Searched defs:ShouldWindowContentsBeTransparent (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ui/views/widget/desktop_aura/
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_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/ui/views/widget/
H A Dnative_widget_aura.cc193 bool NativeWidgetAura::ShouldWindowContentsBeTransparent() const { function in class:views::NativeWidgetAura
H A Dwidget.cc892 bool Widget::ShouldWindowContentsBeTransparent() const { function in class:views::Widget
893 return native_widget_->ShouldWindowContentsBeTransparent();
/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()) {

Completed in 441 milliseconds