Home | History | Annotate | Download | only in jni

Lines Matching defs:oldBounds

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;
677 m_lastFocusedBounds = oldBounds;