Searched defs:ScrollRect (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ppapi/utility/graphics/
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_aggregator.cc152 void PaintAggregator::ScrollRect(const Rect& clip_rect, const Point& amount) { function in class:pp::PaintAggregator
/external/chromium_org/pdf/
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
/external/chromium_org/content/renderer/
H A Drender_widget_fullscreen_pepper.cc301 void RenderWidgetFullscreenPepper::ScrollRect( function in class:content::RenderWidgetFullscreenPepper
/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;
/external/chromium_org/content/renderer/pepper/
H A Dpepper_plugin_instance_impl.cc779 void PepperPluginInstanceImpl::ScrollRect(int dx, function in class:content::PepperPluginInstanceImpl
787 fullscreen_container_->ScrollRect(dx, dy, rect);

Completed in 2955 milliseconds