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 668 void DesktopNativeWidgetAura::SetShape(gfx::NativeRegion shape) {
670 desktop_root_window_host_->SetShape(shape);
    [all...]
desktop_root_window_host_win.cc 287 void DesktopRootWindowHostWin::SetShape(gfx::NativeRegion native_region) {
    [all...]
desktop_root_window_host_x11.cc 454 void DesktopRootWindowHostX11::SetShape(gfx::NativeRegion native_region) {
    [all...]
  /external/chromium_org/ui/views/widget/
native_widget_aura.cc 435 void NativeWidgetAura::SetShape(gfx::NativeRegion region) {
    [all...]
native_widget_win.cc 287 void NativeWidgetWin::SetShape(gfx::NativeRegion region) {
    [all...]
widget.cc 559 void Widget::SetShape(gfx::NativeRegion shape) {
560 native_widget_->SetShape(shape);
    [all...]

Completed in 3039 milliseconds