HomeSort by relevance Sort by last modified time
    Searched defs:watchPosition (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/bindings/js/
JSGeolocationCustom.cpp 158 JSValue JSGeolocation::watchPosition(ExecState* exec, const ArgList& args)
176 int watchID = m_impl->watchPosition(positionCallback.release(), positionErrorCallback.release(), positionOptions.release());
  /external/webkit/WebCore/page/
Geolocation.cpp 280 int Geolocation::watchPosition(PassRefPtr<PositionCallback> successCallback, PassRefPtr<PositionErrorCallback> errorCallback, PassRefPtr<PositionOptions> options)

Completed in 160 milliseconds