NativeRegion       38 ui/gfx/path.h    NativeRegion CreateNativeRegion() const;
NativeRegion       42 ui/gfx/path.h    static gfx::NativeRegion IntersectRegions(gfx::NativeRegion r1,
NativeRegion       43 ui/gfx/path.h                                              gfx::NativeRegion r2);
NativeRegion       46 ui/gfx/path.h    static gfx::NativeRegion CombineRegions(gfx::NativeRegion r1,
NativeRegion       47 ui/gfx/path.h                                            gfx::NativeRegion r2);
NativeRegion       51 ui/gfx/path.h    static gfx::NativeRegion SubtractRegion(gfx::NativeRegion r1,
NativeRegion       52 ui/gfx/path.h                                            gfx::NativeRegion r2);
NativeRegion       26 ui/gfx/path_aura.cc NativeRegion Path::IntersectRegions(NativeRegion r1, NativeRegion r2) {
NativeRegion       33 ui/gfx/path_aura.cc NativeRegion Path::CombineRegions(NativeRegion r1, NativeRegion r2) {
NativeRegion       40 ui/gfx/path_aura.cc NativeRegion Path::SubtractRegion(NativeRegion r1, NativeRegion r2) {
NativeRegion       35 ui/gfx/path_gtk.cc NativeRegion Path::IntersectRegions(NativeRegion r1, NativeRegion r2) {
NativeRegion       42 ui/gfx/path_gtk.cc NativeRegion Path::CombineRegions(NativeRegion r1, NativeRegion r2) {
NativeRegion       49 ui/gfx/path_gtk.cc NativeRegion Path::SubtractRegion(NativeRegion r1, NativeRegion r2) {
NativeRegion       43 ui/gfx/path_win.cc NativeRegion Path::CreateNativeRegion() const {
NativeRegion       48 ui/gfx/path_win.cc NativeRegion Path::IntersectRegions(NativeRegion r1, NativeRegion r2) {
NativeRegion       55 ui/gfx/path_win.cc NativeRegion Path::CombineRegions(NativeRegion r1, NativeRegion r2) {
NativeRegion       62 ui/gfx/path_win.cc NativeRegion Path::SubtractRegion(NativeRegion r1, NativeRegion r2) {
NativeRegion      722 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc void DesktopNativeWidgetAura::SetShape(gfx::NativeRegion shape) {
NativeRegion      140 ui/views/widget/desktop_aura/desktop_native_widget_aura.h   virtual void SetShape(gfx::NativeRegion shape) OVERRIDE;
NativeRegion       96 ui/views/widget/desktop_aura/desktop_window_tree_host.h   virtual void SetShape(gfx::NativeRegion native_region) = 0;
NativeRegion      282 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc void DesktopWindowTreeHostWin::SetShape(gfx::NativeRegion native_region) {
NativeRegion       71 ui/views/widget/desktop_aura/desktop_window_tree_host_win.h   virtual void SetShape(gfx::NativeRegion native_region) OVERRIDE;
NativeRegion      455 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc void DesktopWindowTreeHostX11::SetShape(gfx::NativeRegion native_region) {
NativeRegion       94 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h   virtual void SetShape(gfx::NativeRegion native_region) OVERRIDE;
NativeRegion      439 ui/views/widget/native_widget_aura.cc void NativeWidgetAura::SetShape(gfx::NativeRegion region) {
NativeRegion       95 ui/views/widget/native_widget_aura.h   virtual void SetShape(gfx::NativeRegion shape) OVERRIDE;
NativeRegion      178 ui/views/widget/native_widget_private.h   virtual void SetShape(gfx::NativeRegion shape) = 0;
NativeRegion      550 ui/views/widget/widget.cc void Widget::SetShape(gfx::NativeRegion shape) {
NativeRegion      419 ui/views/widget/widget.h   void SetShape(gfx::NativeRegion shape);