Home
last modified time | relevance | path

Searched defs:moveBy (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DFloatPoint.h94 void moveBy(const IntPoint& a) in moveBy() function
100 void moveBy(const FloatPoint& a) in moveBy() function
DIntPoint.h59 void moveBy(const IntPoint& offset) { move(offset.x(), offset.y()); } in moveBy() function
DFloatPoint.cpp81 void FloatPoint::moveBy(const LayoutPoint& point) in moveBy() function in WebCore::FloatPoint
DLayoutPoint.h57 void moveBy(const LayoutPoint& offset) { move(offset.x(), offset.y()); } in moveBy() function
DIntRect.h88 void moveBy(const IntPoint& offset) { m_location.move(offset.x(), offset.y()); } in moveBy() function
DFloatRect.h93 void moveBy(const FloatPoint& delta) { m_location.move(delta.x(), delta.y()); } in moveBy() function
DLayoutRect.h91 void moveBy(const LayoutPoint& offset) { m_location.move(offset.x(), offset.y()); } in moveBy() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DClipRect.h72 void moveBy(const LayoutPoint& point) { m_rect.moveBy(point); } in moveBy() function
240 void moveBy(const LayoutPoint& offset) in moveBy() function
/external/chromium_org/chrome_frame/
Dhtml_window_impl.h362 STDMETHOD(moveBy)(long x, long y) { in STDMETHOD() argument
/external/chromium_org/third_party/WebKit/Source/core/frame/
DDOMWindow.cpp1421 void DOMWindow::moveBy(float x, float y) const in moveBy() function in WebCore::DOMWindow