Searched refs:getCurrentPosition (Results 26 - 34 of 34) sorted by relevance

12

/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
H A Dpage-reload-cancel-permission-requests.js28 iframe.contentWindow.navigator.geolocation.getCurrentPosition(
H A Dpermission-denied-already-clear-watch.js11 navigator.geolocation.getCurrentPosition(function(p) {
H A Dtimestamp.js32 navigator.geolocation.getCurrentPosition(checkPosition);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DMediaPlayerTest.java31 assertThat(mediaPlayer.getCurrentPosition(), equalTo(position));
/external/webkit/Source/WebCore/bindings/js/
H A DJSGeolocationCustom.cpp112 JSValue JSGeolocation::getCurrentPosition(ExecState* exec) function in class:WebCore::JSGeolocation
130 m_impl->getCurrentPosition(positionCallback.release(), positionErrorCallback.release(), positionOptions.release());
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowMediaPlayer.java118 public int getCurrentPosition() { method in class:ShadowMediaPlayer
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8GeolocationCustom.cpp132 INC_STATS("DOM.Geolocation.getCurrentPosition()");
152 geolocation->getCurrentPosition(positionCallback.release(), positionErrorCallback.release(), positionOptions.release());
/external/webkit/Source/WebCore/page/
H A DGeolocation.h64 void getCurrentPosition(PassRefPtr<PositionCallback>, PassRefPtr<PositionErrorCallback>, PassRefPtr<PositionOptions>);
H A DGeolocation.cpp283 void Geolocation::getCurrentPosition(PassRefPtr<PositionCallback> successCallback, PassRefPtr<PositionErrorCallback> errorCallback, PassRefPtr<PositionOptions> options) function in class:WebCore::Geolocation

Completed in 141 milliseconds

12