Searched defs:boundsRect (Results 1 - 2 of 2) 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 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))

Completed in 78 milliseconds