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

  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host.h 70 virtual void SetShape(gfx::NativeRegion native_region) = 0;
desktop_root_window_host_x11.h 96 virtual void SetShape(gfx::NativeRegion native_region) OVERRIDE;
desktop_native_widget_aura.h 115 virtual void SetShape(gfx::NativeRegion shape) OVERRIDE;
desktop_root_window_host_win.h 69 virtual void SetShape(gfx::NativeRegion native_region) OVERRIDE;
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_private.h 175 virtual void SetShape(gfx::NativeRegion shape) = 0;
native_widget_aura.h 88 virtual void SetShape(gfx::NativeRegion shape) OVERRIDE;
native_widget_win.h 109 virtual void SetShape(gfx::NativeRegion shape) OVERRIDE;
widget.h 392 void SetShape(gfx::NativeRegion shape);
    [all...]
widget.cc 520 void Widget::SetShape(gfx::NativeRegion shape) {
521 native_widget_->SetShape(shape);
    [all...]
native_widget_aura.cc 407 void NativeWidgetAura::SetShape(gfx::NativeRegion region) {
    [all...]
native_widget_win.cc 286 void NativeWidgetWin::SetShape(gfx::NativeRegion region) {
  /external/chromium/chrome/browser/ui/views/
dropdown_bar_host.cc 306 host()->SetShape(region.release());
  /external/chromium_org/chrome/browser/ui/views/
dropdown_bar_host.cc 340 host()->SetShape(region.release());
  /external/chromium/chrome/browser/ui/views/notifications/
balloon_view.cc 181 html_container_->SetShape(path.CreateNativeRegion());
243 html_container_->SetShape(path.CreateNativeRegion());
  /external/chromium_org/chrome/browser/ui/views/notifications/
balloon_view_views.cc 189 html_container_->SetShape(path.CreateNativeRegion());
243 html_container_->SetShape(path.CreateNativeRegion());

Completed in 68 milliseconds