Searched defs:WebPoint (Results 1 – 6 of 6) sorted by relevance
44 struct WebPoint { struct48 WebPoint() in WebPoint() function54 WebPoint(int x, int y) in WebPoint() argument61 WebPoint(const IntPoint& p) in WebPoint() argument79 WebPoint(const gfx::Point& p) in WebPoint() argument99 inline bool operator==(const WebPoint& a, const WebPoint& b) argument
8 struct WebPoint { struct31 WebRect(const WebPoint& origin, const WebSize& size); argument
7 WebPoint::WebPoint() : x(0), y(0) {} in WebPoint() function in WebPoint9 WebPoint::WebPoint(int x, int y) : x(x), y(y) {} in WebPoint() function in WebPoint
219 const WebPoint&) { in startDragging()
147 virtual bool hasTouchEventHandlersAt(const WebPoint&) { return true; } in hasTouchEventHandlersAt()
620 void WebRemoteFrameImpl::moveCaretSelection(const WebPoint&) in moveCaretSelection()