HomeSort by relevance Sort by last modified time
    Searched refs:intersectionRect (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/
FocusController.cpp 758 LayoutRect intersectionRect = intersection(candidate.rect, closest.rect);
759 if (!intersectionRect.isEmpty() && !areElementsOnSameLine(closest, candidate)
760 && intersectionRect == candidate.rect) {
762 LayoutUnit x = intersectionRect.x() + intersectionRect.width() / 2;
763 LayoutUnit y = intersectionRect.y() + intersectionRect.height() / 2;
    [all...]
SpatialNavigation.cpp 688 LayoutRect intersectionRect = intersection(currentRect, nodeRect);
689 double overlap = (intersectionRect.width() * intersectionRect.height()).toDouble();

Completed in 214 milliseconds