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

/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DSmartClip.cpp151 IntRect nodeRect = node->pixelSnappedBoundingBox(); local
152 if (nodeRect.contains(newNodeRect)) {
173 IntRect nodeRect = node->pixelSnappedBoundingBox(); local
181 if (renderer && !nodeRect.isEmpty()) {
186 if (resizedCropRect.intersects(nodeRect)) {
233 IntRect SmartClip::convertRectToWindow(const IntRect& nodeRect) argument
235 IntRect result = m_frame->document()->view()->contentsToWindow(nodeRect);
254 IntRect nodeRect = currentNode->pixelSnappedBoundingBox(); local
255 if (currentNode->renderer() && !nodeRect.isEmpty()) {
264 if (nodeRect
[all...]
H A DSmartClip.h82 IntRect convertRectToWindow(const IntRect& nodeRect);
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DSpatialNavigation.cpp652 LayoutRect nodeRect = candidate.rect; local
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 362 milliseconds