Searched defs:moveBy (Results 1 – 10 of 10) sorted by relevance
94 void moveBy(const IntPoint& a) in moveBy() function100 void moveBy(const FloatPoint& a) in moveBy() function
59 void moveBy(const IntPoint& offset) { move(offset.x(), offset.y()); } in moveBy() function
81 void FloatPoint::moveBy(const LayoutPoint& point) in moveBy() function in WebCore::FloatPoint
57 void moveBy(const LayoutPoint& offset) { move(offset.x(), offset.y()); } in moveBy() function
88 void moveBy(const IntPoint& offset) { m_location.move(offset.x(), offset.y()); } in moveBy() function
93 void moveBy(const FloatPoint& delta) { m_location.move(delta.x(), delta.y()); } in moveBy() function
91 void moveBy(const LayoutPoint& offset) { m_location.move(offset.x(), offset.y()); } in moveBy() function
72 void moveBy(const LayoutPoint& point) { m_rect.moveBy(point); } in moveBy() function240 void moveBy(const LayoutPoint& offset) in moveBy() function
362 STDMETHOD(moveBy)(long x, long y) { in STDMETHOD() argument
1421 void DOMWindow::moveBy(float x, float y) const in moveBy() function in WebCore::DOMWindow