OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:intersectionrect
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/page/
FocusController.cpp
746
LayoutRect
intersectionRect
= intersection(candidate.rect, closest.rect);
747
if (!
intersectionRect
.isEmpty() && !areElementsOnSameLine(closest, candidate)) {
749
LayoutUnit x =
intersectionRect
.x() +
intersectionRect
.width() / 2;
750
LayoutUnit y =
intersectionRect
.y() +
intersectionRect
.height() / 2;
[
all
...]
Completed in 285 milliseconds