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

  /external/webkit/Source/WebCore/dom/
MouseRelatedEvent.h 54 void setAbsoluteLocation(const IntPoint& p) { m_absoluteLocation = p; }
MouseRelatedEvent.cpp 161 setAbsoluteLocation(roundedIntPoint(FloatPoint(pageX() * zoomFactor, pageY() * zoomFactor)));

Completed in 301 milliseconds