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 931 bool DesktopNativeWidgetAura::IsTranslucentWindowOpacitySupported() const {
    [all...]
desktop_window_tree_host_win.cc 391 return IsTranslucentWindowOpacitySupported();
453 bool DesktopWindowTreeHostWin::IsTranslucentWindowOpacitySupported() const {
    [all...]
desktop_window_tree_host_x11.cc 849 bool DesktopWindowTreeHostX11::IsTranslucentWindowOpacitySupported() const {
    [all...]
  /external/chromium_org/ui/views/widget/
native_widget_mac.h 111 virtual bool IsTranslucentWindowOpacitySupported() const OVERRIDE;
native_widget_private.h 227 virtual bool IsTranslucentWindowOpacitySupported() const = 0;
native_widget_aura.h 137 virtual bool IsTranslucentWindowOpacitySupported() const OVERRIDE;
widget.h 202 // IsTranslucentWindowOpacitySupported to determine if translucent windows
733 bool IsTranslucentWindowOpacitySupported() const;
    [all...]
widget.cc 990 bool Widget::IsTranslucentWindowOpacitySupported() const {
991 return native_widget_->IsTranslucentWindowOpacitySupported();
    [all...]
native_widget_aura.cc 696 bool NativeWidgetAura::IsTranslucentWindowOpacitySupported() const {
    [all...]
widget_unittest.cc 670 widget->IsTranslucentWindowOpacitySupported();
    [all...]
  /external/chromium_org/components/native_app_window/
native_app_window_views.cc 440 return widget_->IsTranslucentWindowOpacitySupported();

Completed in 185 milliseconds