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

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

Completed in 43 milliseconds