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

  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host.h 96 virtual void SetShape(gfx::NativeRegion native_region) = 0;
desktop_window_tree_host_x11_unittest.cc 281 // 2) Test setting the window shape via Widget::SetShape().
293 widget2->SetShape(shape2.CreateNativeRegion());
315 widget2->SetShape(NULL);
desktop_window_tree_host_x11.h 113 virtual void SetShape(gfx::NativeRegion native_region) OVERRIDE;
317 // Whether |window_shape_| was set via SetShape().
desktop_native_widget_aura.h 138 virtual void SetShape(gfx::NativeRegion shape) OVERRIDE;
desktop_window_tree_host_win.h 71 virtual void SetShape(gfx::NativeRegion native_region) OVERRIDE;
x11_topmost_window_finder_interactive_uitest.cc 330 widget1->SetShape(skregion1);
desktop_native_widget_aura.cc 731 void DesktopNativeWidgetAura::SetShape(gfx::NativeRegion shape) {
733 desktop_window_tree_host_->SetShape(shape);
    [all...]
desktop_window_tree_host_win.cc 283 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/extensions/browser/api/app_current_window_internal/
app_current_window_internal_api.cc 27 namespace SetShape = app_current_window_internal::SetShape;
353 scoped_ptr<SetShape::Params> params(
354 SetShape::Params::Create(*args_));
  /external/chromium_org/ui/views/widget/
native_widget_mac.h 68 virtual void SetShape(gfx::NativeRegion shape) OVERRIDE;
native_widget_private.h 183 virtual void SetShape(gfx::NativeRegion shape) = 0;
native_widget_aura.h 94 virtual void SetShape(gfx::NativeRegion shape) OVERRIDE;
widget.h 444 void SetShape(gfx::NativeRegion shape);
    [all...]
widget.cc 560 void Widget::SetShape(gfx::NativeRegion shape) {
561 native_widget_->SetShape(shape);
    [all...]
native_widget_aura.cc 440 void NativeWidgetAura::SetShape(gfx::NativeRegion region) {
    [all...]
  /external/chromium_org/chrome/browser/ui/views/apps/
chrome_native_app_window_views.cc 642 widget()->SetShape(new SkRegion(*shape_));
648 widget()->SetShape(NULL);

Completed in 820 milliseconds