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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestLocation.h 62 IntPoint roundedPoint() const { return roundedIntPoint(m_point); }
72 int topPadding() const { return roundedPoint().y() - m_boundingBox.y(); }
73 int rightPadding() const { return m_boundingBox.maxX() - roundedPoint().x() - 1; }
74 int bottomPadding() const { return m_boundingBox.maxY() - roundedPoint().y() - 1; }
75 int leftPadding() const { return roundedPoint().x() - m_boundingBox.x(); }
RenderFrameSet.cpp 663 IntPoint roundedPoint = roundedIntPoint(point);
664 if (canResizeRow(roundedPoint)) {
668 if (canResizeColumn(roundedPoint)) {

Completed in 32 milliseconds