Home
last modified time | relevance | path

Searched defs:roundedPoint (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DHitTestLocation.h60 IntPoint roundedPoint() const { return roundedIntPoint(m_point); } in roundedPoint() function
DRenderFrameSet.cpp671 IntPoint roundedPoint = roundedIntPoint(point); in getCursor() local