Searched refs:new_rect (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/ui/views/win/
H A Dfullscreen_handler.cc94 gfx::Rect new_rect(saved_window_info_.window_rect);
95 SetWindowPos(hwnd_, NULL, new_rect.x(), new_rect.y(),
96 new_rect.width(), new_rect.height(),
/external/chromium_org/cc/debug/
H A Ddebug_rect_history.h59 DebugRect(DebugRectType new_type, gfx::RectF new_rect) argument
60 : type(new_type), rect(new_rect) {}
/external/chromium_org/content/browser/aura/
H A Dreflector_impl.cc153 gfx::Rect new_rect(rect.x(), y, rect.width(), rect.height());
154 mirroring_layer_->SchedulePaint(new_rect);
/external/chromium_org/content/public/browser/
H A Drender_widget_host.h272 virtual void ResizeRectChanged(const gfx::Rect& new_rect) = 0;
/external/chromium_org/cc/base/
H A Dtiling_data.cc294 gfx::Rect new_rect = tiling_data_->TileBoundsWithBorder(index_x_, index_y_); local
295 if (!new_rect.Intersects(rect))
/external/pixman/pixman/
H A Dpixman-region.c2604 box_type_t *old_rect, *new_rect; local
2746 new_rect = prect_line_start = first_rect + irect_line_start;
2750 if ((old_rect->x1 != new_rect->x1) ||
2751 (old_rect->x2 != new_rect->x2))
2757 new_rect++;
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_impl.h170 virtual void ResizeRectChanged(const gfx::Rect& new_rect) OVERRIDE;
H A Drender_widget_host_impl.cc600 void RenderWidgetHostImpl::ResizeRectChanged(const gfx::Rect& new_rect) { argument
601 Send(new ViewMsg_ChangeResizeRect(routing_id_, new_rect));
/external/chromium_org/ui/views/
H A Dview_unittest.cc341 gfx::Rect new_rect(100, 100, 250, 250);
345 v.SetBoundsRect(new_rect);
348 EXPECT_EQ(v.new_bounds_, new_rect);
349 EXPECT_EQ(v.bounds(), new_rect);

Completed in 520 milliseconds