Searched refs:boundsRect (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
H A DWidget.h65 IntRect boundsRect() const { return IntRect(0, 0, width(), height()); } function in class:blink::Widget
73 void invalidate() { invalidateRect(boundsRect()); }
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DEllipsisBox.cpp149 FloatRect boundsRect(boxOrigin, size());
150 if (visibleToHitTestRequest(request) && boundsRect.intersects(HitTestLocation::rectForPoint(locationInContainer.point(), 0, 0, 0, 0))) {
152 if (!result.addNodeToRectBasedTestResult(renderer().node(), request, locationInContainer, boundsRect))
H A DRenderTable.cpp1316 LayoutRect boundsRect(adjustedLocation, size());
1317 if (visibleToHitTestRequest(request) && (action == HitTestBlockBackground || action == HitTestChildBlockBackground) && locationInContainer.intersects(boundsRect)) {
1319 if (!result.addNodeToRectBasedTestResult(node(), request, locationInContainer, boundsRect))
H A DRenderBox.cpp1061 LayoutRect boundsRect = borderBoxRect(); local
1062 boundsRect.moveBy(adjustedLocation);
1063 if (visibleToHitTestRequest(request) && action == HitTestForeground && locationInContainer.intersects(boundsRect)) {
1065 if (!result.addNodeToRectBasedTestResult(node(), request, locationInContainer, boundsRect))
H A DRenderBlock.cpp2452 LayoutRect boundsRect(adjustedLocation, size());
2453 if (visibleToHitTestRequest(request) && locationInContainer.intersects(boundsRect)) {
2455 if (!result.addNodeToRectBasedTestResult(nodeForHitTest(), request, locationInContainer, boundsRect))
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGRoot.cpp445 LayoutRect boundsRect(accumulatedOffset + location(), size());
446 if (locationInContainer.intersects(boundsRect)) {
448 if (!result.addNodeToRectBasedTestResult(node(), request, locationInContainer, boundsRect))
/external/chromium_org/third_party/WebKit/Source/web/
H A DValidationMessageClientImpl.cpp126 newAnchorRect = intersection(currentView()->convertToContainingWindow(currentView()->boundsRect()), newAnchorRect);
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollableArea.cpp208 IntRect boundsAndCorner = horizontalScrollbar->boundsRect();

Completed in 990 milliseconds