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

  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.cc 734 void DesktopNativeWidgetAura::SetShape(gfx::NativeRegion shape) {
736 desktop_window_tree_host_->SetShape(shape);
    [all...]
desktop_window_tree_host_win.cc 281 void DesktopWindowTreeHostWin::SetShape(gfx::NativeRegion native_region) {
    [all...]
desktop_window_tree_host_x11.cc 494 void DesktopWindowTreeHostX11::SetShape(gfx::NativeRegion native_region) {
    [all...]
  /external/chromium_org/ui/views/widget/
native_widget_aura.cc 440 void NativeWidgetAura::SetShape(gfx::NativeRegion region) {
    [all...]
widget.cc 560 void Widget::SetShape(gfx::NativeRegion shape) {
561 native_widget_->SetShape(shape);
    [all...]

Completed in 98 milliseconds