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

  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_x11.cc 147 window_shape_(NULL),
157 if (window_shape_)
158 XDestroyRegion(window_shape_);
197 return window_shape_;
495 if (window_shape_)
496 XDestroyRegion(window_shape_);
498 window_shape_ = NULL;
502 window_shape_ = gfx::CreateRegionFromSkRegion(*native_region);
    [all...]
desktop_window_tree_host_x11.h 315 ::Region window_shape_; member in class:views::DesktopWindowTreeHostX11
317 // Whether |window_shape_| was set via SetShape().

Completed in 85 milliseconds