OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currentRect
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/page/
SpatialNavigation.cpp
653
LayoutRect
currentRect
= current.rect;
654
deflateIfOverlapped(
currentRect
, nodeRect);
656
if (!isRectInDirection(type,
currentRect
, nodeRect))
661
entryAndExitPointsForDirection(type,
currentRect
, nodeRect, exitPoint, entryPoint);
686
LayoutRect intersectionRect = intersection(
currentRect
, nodeRect);
693
candidate.alignment = alignmentForRects(type,
currentRect
, nodeRect, viewSize);
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
traverse_util.js
649
var
currentRect
= null;
657
var
currentRect
= range.getBoundingClientRect();
659
rightMostRect =
currentRect
;
663
if (
currentRect
.bottom != rightMostRect.bottom &&
670
rightMostRect =
currentRect
;
695
var
currentRect
= null;
703
var
currentRect
= range.getBoundingClientRect();
705
leftMostRect =
currentRect
;
709
if (
currentRect
.top != leftMostRect.top &&
716
leftMostRect =
currentRect
;
[
all
...]
Completed in 124 milliseconds