Searched defs:getCurrentPosition (Results 1 - 2 of 2) sorted by relevance

/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/webkit/Source/WebCore/page/
H A DGeolocation.cpp283 void Geolocation::getCurrentPosition(PassRefPtr<PositionCallback> successCallback, PassRefPtr<PositionErrorCallback> errorCallback, PassRefPtr<PositionOptions> options) function in class:WebCore::Geolocation

Completed in 517 milliseconds