/external/chromium_org/content/renderer/pepper/ |
fullscreen_container.h | 27 virtual void ScrollRect(int dx, int dy, const blink::WebRect&) = 0;
|
pepper_plugin_instance_impl.h | 167 void ScrollRect(int dx, int dy, const gfx::Rect& rect); [all...] |
pepper_graphics_2d_host.cc | 726 bound_instance_->ScrollRect(scroll_delta.x(), scroll_delta.y(),
|
pepper_plugin_instance_impl.cc | 684 void PepperPluginInstanceImpl::ScrollRect(int dx, 690 fullscreen_container_->ScrollRect(dx, dy, rect); 693 container_->scrollRect(dx, dy, rect); [all...] |
/external/chromium_org/content/renderer/ |
paint_aggregator_unittest.cc | 81 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(gfx::Vector2d(0, 1), scroll_rect) [all...] |
paint_aggregator.h | 21 // 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);
|
render_widget_fullscreen_pepper.h | 36 virtual void ScrollRect(int dx, int dy, const blink::WebRect& rect) OVERRIDE;
|
paint_aggregator.cc | 161 void PaintAggregator::ScrollRect(const gfx::Vector2d& delta,
|
render_widget_fullscreen_pepper.cc | 380 void RenderWidgetFullscreenPepper::ScrollRect(
|
render_widget.cc | [all...] |
/external/chromium_org/ppapi/tests/ |
test_paint_aggregator.cc | 105 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_rect, pp::Point(0, 1)) [all...] |
/external/chromium_org/ppapi/utility/graphics/ |
paint_aggregator.h | 94 /// PendingUpdate if InvalidateRect or ScrollRect were called and 117 void ScrollRect(const Rect& clip_rect, const Point& amount);
|
paint_manager.cc | 88 void PaintManager::ScrollRect(const Rect& clip_rect, const Point& amount) { 93 aggregator_.ScrollRect(clip_rect, amount);
|
paint_manager.h | 233 /// ScrollRect() scrolls the provided <code>clip_rect</code> by the 238 void ScrollRect(const Rect& clip_rect, const Point& amount);
|
paint_aggregator.cc | 152 void PaintAggregator::ScrollRect(const Rect& clip_rect, const Point& amount) {
|
/external/chromium_org/ppapi/examples/2d/ |
scroll.cc | 56 paint_manager_.ScrollRect(pp::Rect(paint_manager_.graphics().size()),
|
/prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/ |
swt-3.5.0.jar | |
/prebuilts/tools/darwin-x86/swt/ |
swt.jar | |