/external/chromium_org/chrome/browser/extensions/api/app_current_window_internal/ |
D | app_current_window_internal_api.cc | 28 namespace SetShape = app_current_window_internal::SetShape; 266 scoped_ptr<SetShape::Params> params( in RunWithWindow() 267 SetShape::Params::Create(*args_)); in RunWithWindow()
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
D | desktop_root_window_host.h | 99 virtual void SetShape(gfx::NativeRegion native_region) = 0;
|
D | desktop_root_window_host_x11.h | 97 virtual void SetShape(gfx::NativeRegion native_region) OVERRIDE;
|
D | desktop_root_window_host_win.h | 71 virtual void SetShape(gfx::NativeRegion native_region) OVERRIDE;
|
D | desktop_native_widget_aura.h | 129 virtual void SetShape(gfx::NativeRegion shape) OVERRIDE;
|
D | desktop_native_widget_aura.cc | 668 void DesktopNativeWidgetAura::SetShape(gfx::NativeRegion shape) { in SetShape() function in views::DesktopNativeWidgetAura 670 desktop_root_window_host_->SetShape(shape); in SetShape()
|
D | desktop_root_window_host_win.cc | 287 void DesktopRootWindowHostWin::SetShape(gfx::NativeRegion native_region) { in SetShape() function in views::DesktopRootWindowHostWin
|
D | desktop_root_window_host_x11.cc | 454 void DesktopRootWindowHostX11::SetShape(gfx::NativeRegion native_region) { in SetShape() function in views::DesktopRootWindowHostX11
|
/external/chromium_org/ui/views/widget/ |
D | native_widget_private.h | 177 virtual void SetShape(gfx::NativeRegion shape) = 0;
|
D | native_widget_aura.h | 94 virtual void SetShape(gfx::NativeRegion shape) OVERRIDE;
|
D | native_widget_win.h | 109 virtual void SetShape(gfx::NativeRegion shape) OVERRIDE;
|
D | widget.h | 422 void SetShape(gfx::NativeRegion shape);
|
D | widget.cc | 559 void Widget::SetShape(gfx::NativeRegion shape) { in SetShape() function in views::Widget 560 native_widget_->SetShape(shape); in SetShape()
|
D | native_widget_win.cc | 287 void NativeWidgetWin::SetShape(gfx::NativeRegion region) { in SetShape() function in views::NativeWidgetWin
|
D | native_widget_aura.cc | 435 void NativeWidgetAura::SetShape(gfx::NativeRegion region) { in SetShape() function in views::NativeWidgetAura
|
/external/chromium/chrome/browser/ui/views/notifications/ |
D | balloon_view.cc | 181 html_container_->SetShape(path.CreateNativeRegion()); in SizeContentsWindow() 243 html_container_->SetShape(path.CreateNativeRegion()); in AnimationProgressed()
|
/external/chromium_org/chrome/browser/ui/views/notifications/ |
D | balloon_view_views.cc | 191 html_container_->SetShape(path.CreateNativeRegion()); in SizeContentsWindow() 251 html_container_->SetShape(path.CreateNativeRegion()); in AnimationProgressed()
|
/external/chromium/chrome/browser/ui/views/ |
D | dropdown_bar_host.cc | 306 host()->SetShape(region.release()); in UpdateWindowEdges()
|
/external/chromium_org/chrome/browser/ui/views/ |
D | dropdown_bar_host.cc | 340 host()->SetShape(region.release()); in UpdateWindowEdges()
|
/external/chromium_org/chrome/browser/ui/views/apps/ |
D | native_app_window_views.cc | 1042 window_->SetShape(new SkRegion(*shape_)); in UpdateShape() 1044 window_->SetShape(NULL); in UpdateShape()
|