OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nodeRect
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/frame/
SmartClip.cpp
151
IntRect
nodeRect
= node->pixelSnappedBoundingBox();
152
if (
nodeRect
.contains(newNodeRect)) {
173
IntRect
nodeRect
= node->pixelSnappedBoundingBox();
181
if (renderer && !
nodeRect
.isEmpty()) {
186
if (resizedCropRect.intersects(
nodeRect
)) {
233
IntRect SmartClip::convertRectToWindow(const IntRect&
nodeRect
)
235
IntRect result = m_frame->document()->view()->contentsToWindow(
nodeRect
);
254
IntRect
nodeRect
= currentNode->pixelSnappedBoundingBox();
255
if (currentNode->renderer() && !
nodeRect
.isEmpty()) {
264
if (
nodeRect
.y() != prevYPos)
[
all
...]
SmartClip.h
82
IntRect convertRectToWindow(const IntRect&
nodeRect
);
/external/chromium_org/third_party/WebKit/Source/core/page/
SpatialNavigation.cpp
652
LayoutRect
nodeRect
= candidate.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);
Completed in 359 milliseconds