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

/external/webkit/Source/WebKit/mac/Carbon/
H A DCarbonWindowFrame.m60 NSRect boundsRect;
62 boundsRect = [self bounds];
70 titlebarRect.origin.x = boundsRect.origin.x;
71 titlebarRect.size.width = boundsRect.size.width;
73 titlebarRect.origin.y = NSMaxY(boundsRect) - titlebarRect.size.height;
/external/webkit/Source/WebCore/rendering/
H A DEllipsisBox.cpp118 IntRect boundsRect = IntRect(tx, ty, m_logicalWidth, m_height); local
119 if (visibleToHitTesting() && boundsRect.intersects(result.rectForPoint(x, y))) {
121 if (!result.addNodeToRectBasedTestResult(renderer()->node(), x, y, boundsRect))
H A DRenderTable.cpp1276 IntRect boundsRect = IntRect(tx, ty, width(), height()); local
1277 if (visibleToHitTesting() && (action == HitTestBlockBackground || action == HitTestChildBlockBackground) && boundsRect.intersects(result.rectForPoint(xPos, yPos))) {
1279 if (!result.addNodeToRectBasedTestResult(node(), xPos, yPos, boundsRect))
H A DRenderBox.cpp773 IntRect boundsRect = IntRect(tx, ty, width(), height()); local
774 if (visibleToHitTesting() && action == HitTestForeground && boundsRect.intersects(result.rectForPoint(xPos, yPos))) {
776 if (!result.addNodeToRectBasedTestResult(node(), xPos, yPos, boundsRect))
H A DRenderBlock.cpp4011 IntRect boundsRect(tx, ty, width(), height());
4012 if (visibleToHitTesting() && boundsRect.intersects(result.rectForPoint(_x, _y))) {
4014 if (!result.addNodeToRectBasedTestResult(node(), _x, _y, boundsRect))
/external/webkit/Source/WebCore/platform/
H A DWidget.h163 IntRect boundsRect() const { return IntRect(0, 0, width(), height()); } function in class:WebCore::Widget
171 void invalidate() { invalidateRect(boundsRect()); }
H A DScrollableArea.cpp146 IntRect boundsAndCorner = horizontalScrollbar->boundsRect();

Completed in 244 milliseconds