OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:intersectionRect
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/page/
FocusController.cpp
761
LayoutRect
intersectionRect
= intersection(candidate.rect, closest.rect);
762
if (!
intersectionRect
.isEmpty() && !areElementsOnSameLine(closest, candidate)
763
&&
intersectionRect
== candidate.rect) {
765
LayoutUnit x =
intersectionRect
.x() +
intersectionRect
.width() / 2;
766
LayoutUnit y =
intersectionRect
.y() +
intersectionRect
.height() / 2;
[
all
...]
SpatialNavigation.cpp
686
LayoutRect
intersectionRect
= intersection(currentRect, nodeRect);
687
double overlap = (
intersectionRect
.width() *
intersectionRect
.height()).toDouble();
Completed in 335 milliseconds