Searched defs:oldBounds (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderFrameSet.cpp460 IntRect oldBounds; local
462 oldBounds = absoluteClippedOverflowRect();
511 view()->repaintViewRectangle(oldBounds);
513 if (newBounds != oldBounds)
H A DRenderObject.cpp1214 bool RenderObject::repaintAfterLayoutIfNeeded(RenderBoxModelObject* repaintContainer, const IntRect& oldBounds, const IntRect& oldOutlineBox, const IntRect* newBoundsPtr, const IntRect* newOutlineBoxRectPtr) argument
1233 if (newOutlineBox.location() != oldOutlineBox.location() || (mustRepaintBackgroundOrBorder() && (newBounds != oldBounds || newOutlineBox != oldOutlineBox)))
1241 repaintUsingContainer(repaintContainer, oldBounds);
1242 if (newBounds != oldBounds)
1247 if (newBounds == oldBounds && newOutlineBox == oldOutlineBox)
1250 int deltaLeft = newBounds.x() - oldBounds.x();
1252 repaintUsingContainer(repaintContainer, IntRect(oldBounds.x(), oldBounds.y(), deltaLeft, oldBounds.height()));
1256 int deltaRight = newBounds.maxX() - oldBounds
[all...]
/external/webkit/Source/WebKit/chromium/src/
H A DWebViewImpl.cpp2236 IntRect oldBounds = m_autoFillPopup->frameRect(); local
2240 if (oldBounds != newBounds) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 95 milliseconds