Home
last modified time | relevance | path

Searched refs:potentialRect (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
DSpatialNavigation.cpp52 …ion(FocusDirection, const LayoutRect& startingRect, const LayoutRect& potentialRect, LayoutPoint& …
540 …irection direction, const LayoutRect& startingRect, const LayoutRect& potentialRect, LayoutPoint& … in entryAndExitPointsForDirection() argument
545 entryPoint.setX(potentialRect.maxX()); in entryAndExitPointsForDirection()
549 entryPoint.setY(potentialRect.maxY()); in entryAndExitPointsForDirection()
553 entryPoint.setX(potentialRect.x()); in entryAndExitPointsForDirection()
557 entryPoint.setY(potentialRect.y()); in entryAndExitPointsForDirection()
566 if (below(startingRect, potentialRect)) { in entryAndExitPointsForDirection()
568 entryPoint.setY(potentialRect.maxY()); in entryAndExitPointsForDirection()
569 } else if (below(potentialRect, startingRect)) { in entryAndExitPointsForDirection()
571 entryPoint.setY(potentialRect.y()); in entryAndExitPointsForDirection()
[all …]