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

  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host.h 158 virtual bool IsTranslucentWindowOpacitySupported() const = 0;
desktop_window_tree_host_x11.h 148 virtual bool IsTranslucentWindowOpacitySupported() const OVERRIDE;
desktop_native_widget_aura.h 181 virtual bool IsTranslucentWindowOpacitySupported() const OVERRIDE;
desktop_window_tree_host_win.h 106 virtual bool IsTranslucentWindowOpacitySupported() const OVERRIDE;
desktop_native_widget_aura.cc     [all...]
desktop_window_tree_host_win.cc 368 return IsTranslucentWindowOpacitySupported();
430 bool DesktopWindowTreeHostWin::IsTranslucentWindowOpacitySupported() const {
    [all...]
desktop_window_tree_host_x11.cc 835 bool DesktopWindowTreeHostX11::IsTranslucentWindowOpacitySupported() const {
    [all...]
  /external/chromium_org/ui/views/widget/
native_widget_mac.h 105 virtual bool IsTranslucentWindowOpacitySupported() const OVERRIDE;
native_widget_private.h 230 virtual bool IsTranslucentWindowOpacitySupported() const = 0;
native_widget_aura.h 135 virtual bool IsTranslucentWindowOpacitySupported() const OVERRIDE;
widget.h 202 // IsTranslucentWindowOpacitySupported to determine if translucent windows
733 bool IsTranslucentWindowOpacitySupported() const;
    [all...]
widget.cc 984 bool Widget::IsTranslucentWindowOpacitySupported() const {
985 return native_widget_->IsTranslucentWindowOpacitySupported();
    [all...]
native_widget_aura.cc 694 bool NativeWidgetAura::IsTranslucentWindowOpacitySupported() const {
    [all...]
widget_unittest.cc 626 widget->IsTranslucentWindowOpacitySupported();
    [all...]
  /external/chromium_org/apps/ui/views/
native_app_window_views.cc 405 return widget_->IsTranslucentWindowOpacitySupported();

Completed in 237 milliseconds