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

  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.cc 445 void DesktopNativeWidgetAura::SetShape(gfx::NativeRegion shape) {
446 desktop_root_window_host_->SetShape(shape);
desktop_root_window_host_win.cc 273 void DesktopRootWindowHostWin::SetShape(gfx::NativeRegion native_region) {
desktop_root_window_host_x11.cc 373 void DesktopRootWindowHostX11::SetShape(gfx::NativeRegion native_region) {
    [all...]
  /external/chromium_org/ui/views/widget/
native_widget_aura.cc 407 void NativeWidgetAura::SetShape(gfx::NativeRegion region) {
    [all...]
native_widget_win.cc 286 void NativeWidgetWin::SetShape(gfx::NativeRegion region) {
widget.cc 520 void Widget::SetShape(gfx::NativeRegion shape) {
521 native_widget_->SetShape(shape);
    [all...]

Completed in 133 milliseconds