Searched refs:ScrollRect (Results 1 - 20 of 20) 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_graphics_2d_host.cc670 bound_instance_->ScrollRect(
H A Dpepper_plugin_instance_impl.h182 void ScrollRect(int dx, int dy, const gfx::Rect& rect);
H A Dpepper_plugin_instance_impl.cc779 void PepperPluginInstanceImpl::ScrollRect(int dx, function in class:content::PepperPluginInstanceImpl
787 fullscreen_container_->ScrollRect(dx, dy, 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/third_party/WebKit/Source/core/inspector/
H A DInspectorLayerTreeAgent.cpp67 static PassRefPtr<TypeBuilder::LayerTree::ScrollRect> buildScrollRect(const blink::WebRect& rect, const TypeBuilder::LayerTree::ScrollRect::Type::Enum& type)
74 RefPtr<TypeBuilder::LayerTree::ScrollRect> scrollRectObject = TypeBuilder::LayerTree::ScrollRect::create()
80 static PassRefPtr<TypeBuilder::Array<TypeBuilder::LayerTree::ScrollRect> > buildScrollRectsForLayer(GraphicsLayer* graphicsLayer)
82 RefPtr<TypeBuilder::Array<TypeBuilder::LayerTree::ScrollRect> > scrollRects = TypeBuilder::Array<TypeBuilder::LayerTree::ScrollRect>::create();
85 scrollRects->addItem(buildScrollRect(webLayer->nonFastScrollableRegion()[i], TypeBuilder::LayerTree::ScrollRect::Type::RepaintsOnScroll));
88 scrollRects->addItem(buildScrollRect(webLayer->touchEventHandlerRegion()[i], TypeBuilder::LayerTree::ScrollRect::Type::TouchEventHandler));
92 scrollRects->addItem(buildScrollRect(webRect, TypeBuilder::LayerTree::ScrollRect
[all...]
/external/chromium_org/content/renderer/
H A Drender_widget_fullscreen_pepper.h36 virtual void ScrollRect(int dx, int dy, const blink::WebRect& rect) OVERRIDE;
H A Drender_widget_fullscreen_pepper.cc301 void RenderWidgetFullscreenPepper::ScrollRect( function in class:content::RenderWidgetFullscreenPepper
/external/chromium_org/pdf/
H A Dpaint_aggregator.h62 // There is a PendingUpdate if InvalidateRect or ScrollRect were called and
82 void ScrollRect(const pp::Rect& clip_rect, const pp::Point& amount);
H A Dpaint_manager.h136 void ScrollRect(const pp::Rect& clip_rect, const pp::Point& amount);
H A Dpaint_manager.cc122 void PaintManager::ScrollRect(const pp::Rect& clip_rect, function in class:PaintManager
131 aggregator_.ScrollRect(clip_rect, amount);
H A Dpaint_aggregator.cc126 void PaintAggregator::ScrollRect(const pp::Rect& clip_rect, function in class:PaintAggregator
H A Dout_of_process_instance.cc792 paint_manager_.ScrollRect(available_area_, point);
H A Dinstance.cc1134 paint_manager_.ScrollRect(scroll_area, point);
/external/chromium_org/ppapi/examples/2d/
H A Dscroll.cc56 paint_manager_.ScrollRect(pp::Rect(paint_manager_.graphics().size()),
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DLayers3DView.js998 ScrollRect: "ScrollRect",
1022 activeObject._type = WebInspector.Layers3DView.ActiveObject.Type.ScrollRect;

Completed in 898 milliseconds