HomeSort by relevance Sort by last modified time
    Searched refs:ShouldWindowContentsBeTransparent (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host.h 131 virtual bool ShouldWindowContentsBeTransparent() const = 0;
desktop_window_tree_host_x11.h 135 virtual bool ShouldWindowContentsBeTransparent() const OVERRIDE;
desktop_native_widget_aura.h 101 virtual bool ShouldWindowContentsBeTransparent() const OVERRIDE;
desktop_window_tree_host_win.h 93 virtual bool ShouldWindowContentsBeTransparent() const OVERRIDE;
desktop_native_widget_aura.cc 549 bool DesktopNativeWidgetAura::ShouldWindowContentsBeTransparent() const {
550 return desktop_window_tree_host_->ShouldWindowContentsBeTransparent();
    [all...]
desktop_window_tree_host_win.cc 394 bool DesktopWindowTreeHostWin::ShouldWindowContentsBeTransparent() const {
    [all...]
desktop_window_tree_host_x11.cc 687 bool DesktopWindowTreeHostX11::ShouldWindowContentsBeTransparent() const {
    [all...]
  /external/chromium_org/ui/views/widget/
native_widget_mac.h 31 virtual bool ShouldWindowContentsBeTransparent() const OVERRIDE;
native_widget_private.h 84 virtual bool ShouldWindowContentsBeTransparent() const = 0;
native_widget_aura.h 57 virtual bool ShouldWindowContentsBeTransparent() const OVERRIDE;
widget.h 632 bool ShouldWindowContentsBeTransparent() const;
    [all...]
widget.cc 892 bool Widget::ShouldWindowContentsBeTransparent() const {
893 return native_widget_->ShouldWindowContentsBeTransparent();
    [all...]
native_widget_aura.cc 193 bool NativeWidgetAura::ShouldWindowContentsBeTransparent() const {
    [all...]
  /external/chromium_org/chrome/browser/ui/views/toolbar/
toolbar_view.cc 625 if (GetWidget()->ShouldWindowContentsBeTransparent())
729 return GetWidget()->ShouldWindowContentsBeTransparent() ?
744 PopupTopSpacing() + (GetWidget()->ShouldWindowContentsBeTransparent() ?
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.cc 261 bool ShouldWindowContentsBeTransparent() const;
359 bool NewTabButton::ShouldWindowContentsBeTransparent() const {
361 GetWidget()->GetTopLevelWidget()->ShouldWindowContentsBeTransparent();
368 if (ShouldWindowContentsBeTransparent()) {
380 alpha = ShouldWindowContentsBeTransparent() ? kGlassFrameInactiveTabAlpha
454 uint8 alpha = ShouldWindowContentsBeTransparent() ?
    [all...]
tab.cc     [all...]

Completed in 901 milliseconds