Home
last modified time | relevance | path

Searched refs:nodeRect (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
DSmartClip.cpp169 IntRect nodeRect = node->pixelSnappedBoundingBox(); in minNodeContainsNodes() local
170 if (nodeRect.contains(newNodeRect)) { in minNodeContainsNodes()
191 IntRect nodeRect = node->pixelSnappedBoundingBox(); in findBestOverlappingNode() local
199 if (renderer && !nodeRect.isEmpty()) { in findBestOverlappingNode()
204 if (resizedCropRect.intersects(nodeRect)) { in findBestOverlappingNode()
250 IntRect SmartClip::convertRectToWindow(const IntRect& nodeRect) in convertRectToWindow() argument
252 IntRect result = m_frame->document()->view()->contentsToWindow(nodeRect); in convertRectToWindow()
271 IntRect nodeRect = currentNode->pixelSnappedBoundingBox(); in extractTextFromNode() local
272 if (currentNode->renderer() && !nodeRect.isEmpty()) { in extractTextFromNode()
281 if (nodeRect.y() != prevYPos) { in extractTextFromNode()
[all …]
DSmartClip.h78 IntRect convertRectToWindow(const IntRect& nodeRect);
/external/chromium_org/third_party/WebKit/Source/core/page/
DSpatialNavigation.cpp628 LayoutRect nodeRect = candidate.rect; in distanceDataForNode() local
630 deflateIfOverlapped(currentRect, nodeRect); in distanceDataForNode()
632 if (!isRectInDirection(direction, currentRect, nodeRect)) in distanceDataForNode()
639 entryAndExitPointsForDirection(direction, currentRect, nodeRect, exitPoint, entryPoint); in distanceDataForNode()
674 candidate.alignment = alignmentForRects(direction, currentRect, nodeRect, viewSize); in distanceDataForNode()