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

/external/webkit/Source/WebCore/page/
H A DSpatialNavigation.cpp55 static void entryAndExitPointsForDirection(FocusDirection direction, const IntRect& startingRect, const IntRect& potentialRect, IntPoint& exitPoint, IntPoint& entryPoint);
545 void entryAndExitPointsForDirection(FocusDirection direction, const IntRect& startingRect, const IntRect& potentialRect, IntPoint& exitPoint, IntPoint& entryPoint) argument
550 entryPoint.setX(potentialRect.maxX());
554 entryPoint.setY(potentialRect.maxY());
558 entryPoint.setX(potentialRect.x());
562 entryPoint.setY(potentialRect.y());
571 if (below(startingRect, potentialRect)) {
573 entryPoint.setY(potentialRect.maxY());
574 } else if (below(potentialRect, startingRect)) {
576 entryPoint.setY(potentialRect
[all...]

Completed in 85 milliseconds