HomeSort by relevance Sort by last modified time
    Searched defs:oldBounds (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebCore/rendering/
RenderFrameSet.cpp 459 IntRect oldBounds;
461 oldBounds = absoluteClippedOverflowRect();
510 view()->repaintViewRectangle(oldBounds);
512 if (newBounds != oldBounds)
  /frameworks/base/graphics/java/android/graphics/drawable/
Drawable.java 122 Rect oldBounds = mBounds;
124 if (oldBounds == ZERO_BOUNDS_RECT) {
125 oldBounds = mBounds = new Rect();
128 if (oldBounds.left != left || oldBounds.top != top ||
129 oldBounds.right != right || oldBounds.bottom != bottom) {
    [all...]
  /external/webkit/WebKit/chromium/src/
WebViewImpl.cpp     [all...]
  /external/webkit/WebKit/android/jni/
WebViewCore.cpp 633 WebCore::IntRect oldBounds;
637 oldBounds = oldFocusNode->getRect();
646 oldBounds = WebCore::IntRect(0,0,0,0);
656 " m_lastFocusedBounds={%d,%d,%d,%d} oldBounds={%d,%d,%d,%d}"
662 oldBounds.x(), oldBounds.y(), oldBounds.width(), oldBounds.height(),
666 if (m_lastFocused == oldFocusNode && m_lastFocusedBounds == oldBounds
675 && m_lastFocusedBounds != oldBounds;
    [all...]

Completed in 73 milliseconds