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

  /external/chromium_org/third_party/WebKit/Source/core/events/
MouseRelatedEvent.h 40 int clientX() const { return m_clientLocation.x(); }
41 int clientY() const { return m_clientLocation.y(); }
44 const LayoutPoint& clientLocation() const { return m_clientLocation; }
81 LayoutPoint m_clientLocation;
MouseRelatedEvent.cpp 80 m_clientLocation = adjustedPageLocation - toLayoutSize(scrollPosition);
101 m_clientLocation = clientLocation;
218 return m_clientLocation.x();
225 return m_clientLocation.y();

Completed in 276 milliseconds