Searched refs:nodeRect (Results 1 - 1 of 1) sorted by path

/external/webkit/Source/WebCore/page/
H A DSpatialNavigation.cpp633 IntRect nodeRect = candidate.rect; local
635 deflateIfOverlapped(currentRect, nodeRect);
637 if (!isRectInDirection(direction, currentRect, nodeRect))
644 entryAndExitPointsForDirection(direction, currentRect, nodeRect, exitPoint, entryPoint);
679 candidate.alignment = alignmentForRects(direction, currentRect, nodeRect, viewSize);

Completed in 112 milliseconds