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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGBlock.cpp 104 void RenderSVGBlock::computeFloatRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer, FloatRect& paintInvalidationRect, bool fixed) const
RenderSVGBlock.h 36 virtual void computeFloatRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer, FloatRect&, bool fixed = false) const OVERRIDE FINAL;
RenderSVGInline.h 49 virtual void computeFloatRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer, FloatRect&, bool fixed = false) const OVERRIDE FINAL;
RenderSVGModelObject.h 55 virtual void computeFloatRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer, FloatRect&, bool fixed = false) const OVERRIDE FINAL;
RenderSVGInline.cpp 93 void RenderSVGInline::computeFloatRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer, FloatRect& paintInvalidationRect, bool fixed) const
RenderSVGModelObject.cpp 58 void RenderSVGModelObject::computeFloatRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer, FloatRect& paintInvalidationRect, bool fixed) const
RenderSVGRoot.h 103 virtual void computeFloatRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer, FloatRect& paintInvalidationRect, bool fixed) const OVERRIDE;
SVGRenderSupport.cpp 55 object->computeFloatRectForPaintInvalidation(repaintContainer, repaintRect);
63 // Translate to coords in our parent renderer, and then call computeFloatRectForPaintInvalidation() on our parent.
65 object->parent()->computeFloatRectForPaintInvalidation(repaintContainer, repaintRect, fixed);
RenderSVGRoot.cpp 360 // RenderSVGRoot::computeFloatRectForPaintInvalidation and RenderReplaced::clippedOverflowRectForPaintInvalidation.
391 void RenderSVGRoot::computeFloatRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer, FloatRect& paintInvalidationRect, bool fixed) const
RenderSVGText.cpp 100 computeFloatRectForPaintInvalidation(paintInvalidationContainer, repaintRect, fixed);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.h     [all...]
RenderObject.cpp     [all...]

Completed in 311 milliseconds