Home
last modified time | relevance | path

Searched refs:oldRepaintRect (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerRepainter.cpp71 LayoutRect oldRepaintRect = m_repaintRect; in repaintAfterLayout() local
80 … m_renderer->repaintUsingContainer(repaintContainer, pixelSnappedIntRect(oldRepaintRect)); in repaintAfterLayout()
81 if (m_repaintRect != oldRepaintRect) in repaintAfterLayout()
84 …AfterLayoutIfNeeded(repaintContainer, m_renderer->selfNeedsLayout(), oldRepaintRect, oldOutlineBox… in repaintAfterLayout()
DRenderObject.h986 const LayoutRect& oldRepaintRect() const { return m_oldRepaintRect; } in oldRepaintRect() function
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp1186 const LayoutRect& oldRepaintRect = renderer->oldRepaintRect(); in repaintTree() local
1189 LayoutRect oldOutlineRect = oldRepaintRect; in repaintTree()
1208 oldRepaintRect, oldOutlineRect, &newRepaintRect, &newOutlineRect); in repaintTree()