Searched refs:ScrollRect (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/content/renderer/pepper/
H A Dfullscreen_container.h27 virtual void ScrollRect(int dx, int dy, const blink::WebRect&) = 0;
H A Dpepper_plugin_instance_impl.h167 void ScrollRect(int dx, int dy, const gfx::Rect& rect);
H A Dpepper_graphics_2d_host.cc726 bound_instance_->ScrollRect(scroll_delta.x(), scroll_delta.y(),
H A Dpepper_plugin_instance_impl.cc684 void PepperPluginInstanceImpl::ScrollRect(int dx, function in class:content::PepperPluginInstanceImpl
690 fullscreen_container_->ScrollRect(dx, dy, rect);
/external/chromium_org/content/renderer/
H A Dpaint_aggregator_unittest.cc81 greg.ScrollRect(delta, rect);
106 greg.ScrollRect(delta1, rect);
107 greg.ScrollRect(delta2, rect);
135 greg.ScrollRect(delta1, rect);
136 greg.ScrollRect(delta2, rect);
149 greg.ScrollRect(delta, rect);
165 greg.ScrollRect(gfx::Vector2d(2, 0), scroll_rect);
189 greg.ScrollRect(gfx::Vector2d(2, 0), scroll_rect);
212 greg.ScrollRect(gfx::Vector2d(2, 0), scroll_rect);
235 greg.ScrollRect(gf
[all...]
H A Dpaint_aggregator.h21 // This structure describes an aggregation of InvalidateRect and ScrollRect
44 // There is a PendingUpdate if InvalidateRect or ScrollRect were called and
56 void ScrollRect(const gfx::Vector2d& delta, const gfx::Rect& clip_rect);
H A Drender_widget_fullscreen_pepper.h36 virtual void ScrollRect(int dx, int dy, const blink::WebRect& rect) OVERRIDE;
H A Dpaint_aggregator.cc161 void PaintAggregator::ScrollRect(const gfx::Vector2d& delta, function in class:content::PaintAggregator
H A Drender_widget_fullscreen_pepper.cc380 void RenderWidgetFullscreenPepper::ScrollRect( function in class:content::RenderWidgetFullscreenPepper
H A Drender_widget.cc1740 paint_aggregator_.ScrollRect(gfx::Vector2d(dx, dy), damaged_rect);
/external/chromium_org/ppapi/tests/
H A Dtest_paint_aggregator.cc105 greg.ScrollRect(rect, delta1);
106 greg.ScrollRect(rect, delta2);
134 greg.ScrollRect(rect, delta1);
135 greg.ScrollRect(rect, delta2);
149 greg.ScrollRect(rect, delta);
163 greg.ScrollRect(scroll_rect, pp::Point(2, 0));
187 greg.ScrollRect(scroll_rect, pp::Point(2, 0));
210 greg.ScrollRect(scroll_rect, pp::Point(2, 0));
232 greg.ScrollRect(scroll_rect, pp::Point(0, 1));
253 greg.ScrollRect(scroll_rec
[all...]
/external/chromium_org/ppapi/utility/graphics/
H A Dpaint_aggregator.h94 /// PendingUpdate if InvalidateRect or ScrollRect were called and
117 void ScrollRect(const Rect& clip_rect, const Point& amount);
H A Dpaint_manager.cc88 void PaintManager::ScrollRect(const Rect& clip_rect, const Point& amount) { function in class:pp::PaintManager
93 aggregator_.ScrollRect(clip_rect, amount);
H A Dpaint_manager.h233 /// ScrollRect() scrolls the provided <code>clip_rect</code> by the
238 void ScrollRect(const Rect& clip_rect, const Point& amount);
H A Dpaint_aggregator.cc152 void PaintAggregator::ScrollRect(const Rect& clip_rect, const Point& amount) { function in class:pp::PaintAggregator
/external/chromium_org/ppapi/examples/2d/
H A Dscroll.cc56 paint_manager_.ScrollRect(pp::Rect(paint_manager_.graphics().size()),

Completed in 318 milliseconds