Home
last modified time | relevance | path

Searched refs:repaintRectangle (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DCaret.cpp193 caretPainter->repaintRectangle(inflatedRect); in repaintCaretForLocalRect()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderImage.cpp277 repaintRectangle(repaintRect); in imageDimensionsChanged()
459 repaintRectangle(repaintRect); in areaElementFocusChanged()
DRenderLayerScrollableArea.cpp194 m_box->repaintRectangle(scrollRect); in invalidateScrollbarRect()
205 m_scrollCorner->repaintRectangle(rect); in invalidateScrollCornerRect()
207 m_resizer->repaintRectangle(rect); in invalidateScrollCornerRect()
DRenderRegion.cpp348 repaintRectangle(clippedRect); in repaintFlowThreadContentRectangle()
DRenderTable.cpp575repaintRectangle(LayoutRect(visualOverflowRect().x(), movedSectionLogicalTop, visualOverflowRect()… in layout()
577repaintRectangle(LayoutRect(movedSectionLogicalTop, visualOverflowRect().y(), visualOverflowRect()… in layout()
DRenderObject.cpp1430 IntRect repaintRectangle = r; in repaintUsingContainer() local
1432 repaintRectangle = v->layer()->transform()->mapRect(r); in repaintUsingContainer()
1433 v->repaintViewRectangle(repaintRectangle); in repaintUsingContainer()
1458 void RenderObject::repaintRectangle(const LayoutRect& r) const in repaintRectangle() function in WebCore::RenderObject
DRenderListBox.cpp748 repaintRectangle(scrollRect); in invalidateScrollbarRect()
DRenderView.cpp600 obj->repaintRectangle(r); in repaintViewRectangle()
DRenderObject.h822 void repaintRectangle(const LayoutRect&) const;
DRenderBlockFlow.cpp1860 repaintRectangle(repaintRect); // We need to do a partial repaint of our content. in repaintOverflow()
1862 repaintRectangle(reflectedRect(repaintRect)); in repaintOverflow()
DRenderLayer.cpp3406 renderer()->repaintRectangle(rect); in repaintBlockSelectionGaps()
DRenderBox.cpp1675 layerRenderer->repaintRectangle(geometry.destRect()); in repaintLayerRectsForImage()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLCanvasElement.cpp217 ro->repaintRectangle(enclosingIntRect(m_dirtyRect)); in didDraw()
/external/chromium_org/third_party/WebKit/Source/web/
DWebPluginContainerImpl.cpp152 renderer->repaintRectangle(dirtyRect); in invalidateRect()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp418 renderer->repaintRectangle(repaintRect); in invalidateRect()
1532 frameRenderer->repaintRectangle(rect); in scrollContentsSlowPath()