HomeSort by relevance Sort by last modified time
    Searched refs:ScrollRect (Results 1 - 23 of 23) sorted by null

  /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 182 void ScrollRect(int dx, int dy, const gfx::Rect& rect);
    [all...]
pepper_graphics_2d_host.cc 670 bound_instance_->ScrollRect(
pepper_plugin_instance_impl.cc 779 void PepperPluginInstanceImpl::ScrollRect(int dx,
787 fullscreen_container_->ScrollRect(dx, dy, rect);
790 container_->scrollRect(rect);
    [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/third_party/WebKit/Source/core/inspector/
InspectorLayerTreeAgent.cpp 67 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::Type::WheelEventHandler))
    [all...]
  /external/chromium_org/content/renderer/
render_widget_fullscreen_pepper.h 36 virtual void ScrollRect(int dx, int dy, const blink::WebRect& rect) OVERRIDE;
render_widget_fullscreen_pepper.cc 301 void RenderWidgetFullscreenPepper::ScrollRect(
  /external/chromium_org/pdf/
paint_aggregator.h 62 // There is a PendingUpdate if InvalidateRect or ScrollRect were called and
82 void ScrollRect(const pp::Rect& clip_rect, const pp::Point& amount);
paint_manager.h 136 void ScrollRect(const pp::Rect& clip_rect, const pp::Point& amount);
paint_manager.cc 122 void PaintManager::ScrollRect(const pp::Rect& clip_rect,
131 aggregator_.ScrollRect(clip_rect, amount);
paint_aggregator.cc 126 void PaintAggregator::ScrollRect(const pp::Rect& clip_rect,
out_of_process_instance.cc 792 paint_manager_.ScrollRect(available_area_, point);
    [all...]
instance.cc     [all...]
  /external/chromium_org/ppapi/examples/2d/
scroll.cc 56 paint_manager_.ScrollRect(pp::Rect(paint_manager_.graphics().size()),
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
Layers3DView.js     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ocidl.h     [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 

Completed in 753 milliseconds