Searched defs:moveBy (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DFloatPoint.cpp77 void FloatPoint::moveBy(const LayoutPoint& point) function in class:WebCore::FloatPoint
H A DIntPoint.h60 void moveBy(const IntPoint& offset) { move(offset.x(), offset.y()); } function in class:WebCore::IntPoint
H A DFloatPoint.h93 void moveBy(const IntPoint& a) function in class:WebCore::FloatPoint
98 void moveBy(const LayoutPoint&);
99 void moveBy(const FloatPoint& a) function in class:WebCore::FloatPoint
H A DIntRect.h88 void moveBy(const IntPoint& offset) { m_location.move(offset.x(), offset.y()); } function in class:WebCore::IntRect
H A DLayoutPoint.h57 void moveBy(const LayoutPoint& offset) { move(offset.x(), offset.y()); } function in class:WebCore::LayoutPoint
H A DFloatRect.h93 void moveBy(const FloatPoint& delta) { m_location.move(delta.x(), delta.y()); } function in class:WebCore::FloatRect
H A DLayoutRect.h91 void moveBy(const LayoutPoint& offset) { m_location.move(offset.x(), offset.y()); } function in class:WebCore::LayoutRect
/external/chromium_org/chrome_frame/
H A Dhtml_window_impl.h362 STDMETHOD(moveBy)(long x, long y) { function in class:HTMLWindowImpl
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DDOMWindow.cpp1294 void DOMWindow::moveBy(float x, float y) const function in class:WebCore::DOMWindow
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayer.h113 void moveBy(const LayoutPoint& point) { m_rect.moveBy(point); } function in class:WebCore::ClipRect
281 void moveBy(const LayoutPoint& offset) function in struct:WebCore::LayerFragment
283 layerBounds.moveBy(offset);
284 backgroundRect.moveBy(offset);
285 foregroundRect.moveBy(offset);
286 outlineRect.moveBy(offset);
287 paginationClip.moveBy(offset);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 203 milliseconds