Home
last modified time | relevance | path

Searched refs:oldBounds (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderObject.cpp1214 …erLayoutIfNeeded(RenderBoxModelObject* repaintContainer, const IntRect& oldBounds, const IntRect& … in repaintAfterLayoutIfNeeded() argument
1233 …lineBox.location() || (mustRepaintBackgroundOrBorder() && (newBounds != oldBounds || newOutlineBox… in repaintAfterLayoutIfNeeded()
1241 repaintUsingContainer(repaintContainer, oldBounds); in repaintAfterLayoutIfNeeded()
1242 if (newBounds != oldBounds) in repaintAfterLayoutIfNeeded()
1247 if (newBounds == oldBounds && newOutlineBox == oldOutlineBox) in repaintAfterLayoutIfNeeded()
1250 int deltaLeft = newBounds.x() - oldBounds.x(); in repaintAfterLayoutIfNeeded()
1252 …repaintUsingContainer(repaintContainer, IntRect(oldBounds.x(), oldBounds.y(), deltaLeft, oldBounds in repaintAfterLayoutIfNeeded()
1256 int deltaRight = newBounds.maxX() - oldBounds.maxX(); in repaintAfterLayoutIfNeeded()
1258 …repaintUsingContainer(repaintContainer, IntRect(oldBounds.maxX(), newBounds.y(), deltaRight, newBo… in repaintAfterLayoutIfNeeded()
1260 …singContainer(repaintContainer, IntRect(newBounds.maxX(), oldBounds.y(), -deltaRight, oldBounds.he… in repaintAfterLayoutIfNeeded()
[all …]
DRenderFrameSet.cpp460 IntRect oldBounds; in layout() local
462 oldBounds = absoluteClippedOverflowRect(); in layout()
511 view()->repaintViewRectangle(oldBounds); in layout()
513 if (newBounds != oldBounds) in layout()
DRenderObject.h624 …erLayoutIfNeeded(RenderBoxModelObject* repaintContainer, const IntRect& oldBounds, const IntRect& …
797 LayoutRepainter(RenderObject& object, bool checkForRepaint, const IntRect* oldBounds = 0)
804 … m_oldBounds = oldBounds ? *oldBounds : m_object.clippedOverflowRectForRepaint(m_repaintContainer); in m_object()
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp727 WebCore::IntRect oldBounds; in recordPictureSet() local
731 oldBounds = oldFocusNode->getRect(); in recordPictureSet()
740 oldBounds = WebCore::IntRect(0,0,0,0); in recordPictureSet()
757 oldBounds.x(), oldBounds.y(), oldBounds.width(), oldBounds.height(), in recordPictureSet()
761 if (m_lastFocused == oldFocusNode && m_lastFocusedBounds == oldBounds in recordPictureSet()
770 && m_lastFocusedBounds != oldBounds; in recordPictureSet()
772 m_lastFocusedBounds = oldBounds; in recordPictureSet()
/external/webkit/Source/WebKit/chromium/src/
DWebViewImpl.cpp2236 IntRect oldBounds = m_autoFillPopup->frameRect(); in refreshAutoFillPopup() local
2240 if (oldBounds != newBounds) { in refreshAutoFillPopup()