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

  /external/chromium_org/chrome/browser/extensions/api/app_current_window_internal/
app_current_window_internal_api.cc 28 namespace SetShape = app_current_window_internal::SetShape;
266 scoped_ptr<SetShape::Params> params(
267 SetShape::Params::Create(*args_));
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host.h 99 virtual void SetShape(gfx::NativeRegion native_region) = 0;
desktop_root_window_host_x11.h 97 virtual void SetShape(gfx::NativeRegion native_region) OVERRIDE;
270 // Copy of custom window shape specified via SetShape(), if any.
desktop_native_widget_aura.h 129 virtual void SetShape(gfx::NativeRegion shape) OVERRIDE;
desktop_root_window_host_win.h 71 virtual void SetShape(gfx::NativeRegion native_region) OVERRIDE;
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_private.h 177 virtual void SetShape(gfx::NativeRegion shape) = 0;
native_widget_aura.h 94 virtual void SetShape(gfx::NativeRegion shape) OVERRIDE;
native_widget_win.h 109 virtual void SetShape(gfx::NativeRegion shape) OVERRIDE;
widget.h 422 void SetShape(gfx::NativeRegion shape);
    [all...]
widget.cc 559 void Widget::SetShape(gfx::NativeRegion shape) {
560 native_widget_->SetShape(shape);
    [all...]
native_widget_aura.cc 435 void NativeWidgetAura::SetShape(gfx::NativeRegion region) {
    [all...]
native_widget_win.cc 287 void NativeWidgetWin::SetShape(gfx::NativeRegion region) {
    [all...]
  /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 191 html_container_->SetShape(path.CreateNativeRegion());
251 html_container_->SetShape(path.CreateNativeRegion());
  /external/chromium_org/chrome/browser/ui/views/apps/
native_app_window_views.cc     [all...]

Completed in 2244 milliseconds