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

  /external/chromium_org/ui/views/widget/desktop_aura/
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_aura.cc 193 bool NativeWidgetAura::ShouldWindowContentsBeTransparent() const {
    [all...]
widget.cc 892 bool Widget::ShouldWindowContentsBeTransparent() const {
893 return native_widget_->ShouldWindowContentsBeTransparent();
    [all...]
  /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...]

Completed in 387 milliseconds