Searched defs:setPosition (Results 1 - 15 of 15) sorted by relevance

/external/webkit/WebKit/android/jni/
H A DMockGeolocation.cpp47 static void setPosition(JNIEnv* env, jobject, double latitude, double longitude, double accuracy) function in namespace:android
57 GeolocationServiceMock::setPosition(position.release());
69 { "nativeSetPosition", "(DDD)V", (void*) setPosition },
/external/webkit/WebCore/platform/mock/
H A DGeolocationServiceMock.cpp63 void GeolocationServiceMock::setPosition(PassRefPtr<Geoposition> position) function in class:WebCore::GeolocationServiceMock
/external/skia/include/utils/
H A DSkLayer.h51 void setPosition(SkScalar x, SkScalar y) { m_position.set(x, y); } function in class:SkLayer
/external/webkit/WebCore/page/
H A DDOMSelection.cpp253 void DOMSelection::setPosition(Node* node, int offset, ExceptionCode& ec) function in class:WebCore::DOMSelection
H A DGeolocation.cpp604 void Geolocation::setPosition(GeolocationPosition* position) function in class:WebCore::Geolocation
/external/icu4c/layout/
H A DLEGlyphStorage.cpp426 void LEGlyphStorage::setPosition(le_int32 glyphIndex, float x, float y, LEErrorCode &success) function in class:LEGlyphStorage
/external/webkit/WebCore/rendering/
H A DMediaControlElements.cpp72 rootStyle->setPosition(RelativePosition);
236 style->setPosition(AbsolutePosition);
250 void MediaControlVolumeSliderContainerElement::setPosition(int x, int y) function in class:WebCore::MediaControlVolumeSliderContainerElement
/external/webkit/WebCore/platform/graphics/win/
H A DGraphicsLayerCACF.cpp208 void GraphicsLayerCACF::setPosition(const FloatPoint& point) function in class:WebCore::GraphicsLayerCACF
210 GraphicsLayer::setPosition(point);
477 primaryLayer()->setPosition(posPoint);
487 m_layer->setPosition(centerPoint);
553 m_layer->setPosition(point);
657 m_contentsLayer->setPosition(point);
H A DWKCACFLayer.h194 void setPosition(const CGPoint& position) { CACFLayerSetPosition(layer(), position); setNeedsCommit(); } function in class:WebCore::WKCACFLayer
/external/webkit/WebCore/platform/text/
H A DBidiResolver.h143 void setPosition(const Iterator& position) { current = position; } function in class:WebCore::BidiResolver
/external/webkit/WebCore/platform/graphics/
H A DGraphicsLayer.h221 virtual void setPosition(const FloatPoint& p) { m_position = p; } function in class:WebCore::GraphicsLayer
/external/webkit/WebCore/platform/graphics/android/
H A DGraphicsLayerAndroid.cpp259 void GraphicsLayerAndroid::setPosition(const FloatPoint& point) function in class:WebCore::GraphicsLayerAndroid
264 LOG("(%x) setPosition(%.2f,%.2f) pos(%.2f, %.2f) anchor(%.2f,%.2f) size(%.2f, %.2f)",
888 m_contentLayer->setPosition(m_currentPosition.x(), m_currentPosition.y());
/external/webkit/WebCore/platform/graphics/qt/
H A DGraphicsLayerQt.cpp671 void GraphicsLayerQt::setPosition(const FloatPoint& p) function in class:WebCore::GraphicsLayerQt
675 GraphicsLayer::setPosition(p);
/external/webkit/WebCore/rendering/style/
H A DRenderStyle.h718 void setPosition(EPosition v) { noninherited_flags._position = v; } function in class:WebCore::RenderStyle
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 128 milliseconds