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 53 IntPoint roundedPoint() const { return roundedIntPoint(m_point); }
61 int topPadding() const { return roundedPoint().y() - m_boundingBox.y(); }
62 int rightPadding() const { return m_boundingBox.maxX() - roundedPoint().x() - 1; }
63 int bottomPadding() const { return m_boundingBox.maxY() - roundedPoint().y() - 1; }
64 int leftPadding() const { return roundedPoint().x() - m_boundingBox.x(); }
RenderFrameSet.cpp 656 IntPoint roundedPoint = roundedIntPoint(point);
657 if (canResizeRow(roundedPoint)) {
661 if (canResizeColumn(roundedPoint)) {

Completed in 147 milliseconds