Searched refs:positionErrorCallback (Results 1 – 3 of 3) sorted by relevance
121 …RefPtr<PositionErrorCallback> positionErrorCallback = createFunctionOnlyCallback<JSCustomPositionE… in getCurrentPosition() local130 …m_impl->getCurrentPosition(positionCallback.release(), positionErrorCallback.release(), positionOp… in getCurrentPosition()143 …RefPtr<PositionErrorCallback> positionErrorCallback = createFunctionOnlyCallback<JSCustomPositionE… in watchPosition() local152 …int watchID = m_impl->watchPosition(positionCallback.release(), positionErrorCallback.release(), p… in watchPosition()
142 …RefPtr<PositionErrorCallback> positionErrorCallback = createFunctionOnlyCallback<V8CustomPositionE… in getCurrentPositionCallback() local152 …geolocation->getCurrentPosition(positionCallback.release(), positionErrorCallback.release(), posit… in getCurrentPositionCallback()168 …RefPtr<PositionErrorCallback> positionErrorCallback = createFunctionOnlyCallback<V8CustomPositionE… in watchPositionCallback() local178 …int watchId = geolocation->watchPosition(positionCallback.release(), positionErrorCallback.release… in watchPositionCallback()
94 …k> positionErrorCallback, PassRefPtr<PositionOptions> options) { return adoptRef(new GeoNotifier(g… in create() argument