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 720 LayoutRect intersectionRect = intersection(candidate.rect, closest.rect);
721 if (!intersectionRect.isEmpty() && !areElementsOnSameLine(closest, candidate)) {
723 LayoutUnit x = intersectionRect.x() + intersectionRect.width() / 2;
724 LayoutUnit y = intersectionRect.y() + intersectionRect.height() / 2;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
FrameSelection.cpp     [all...]

Completed in 928 milliseconds