HomeSort by relevance Sort by last modified time
    Searched defs:boundsRect (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/rendering/
EllipsisBox.cpp 118 IntRect boundsRect = IntRect(tx, ty, m_logicalWidth, m_height);
119 if (visibleToHitTesting() && boundsRect.intersects(result.rectForPoint(x, y))) {
121 if (!result.addNodeToRectBasedTestResult(renderer()->node(), x, y, boundsRect))
RenderTable.cpp     [all...]
RenderBox.cpp 773 IntRect boundsRect = IntRect(tx, ty, width(), height());
774 if (visibleToHitTesting() && action == HitTestForeground && boundsRect.intersects(result.rectForPoint(xPos, yPos))) {
776 if (!result.addNodeToRectBasedTestResult(node(), xPos, yPos, boundsRect))
    [all...]
  /external/webkit/Source/WebCore/platform/
Widget.h 163 IntRect boundsRect() const { return IntRect(0, 0, width(), height()); }
171 void invalidate() { invalidateRect(boundsRect()); }

Completed in 31 milliseconds