Searched refs:startRequest (Results 1 – 5 of 5) sorted by relevance
288 RefPtr<GeoNotifier> notifier = startRequest(successCallback, errorCallback, options); in getCurrentPosition()299 RefPtr<GeoNotifier> notifier = startRequest(successCallback, errorCallback, options); in watchPosition()310 PassRefPtr<Geolocation::GeoNotifier> Geolocation::startRequest(PassRefPtr<PositionCallback> success… in startRequest() function in WebCore::Geolocation
186 …PassRefPtr<GeoNotifier> startRequest(PassRefPtr<PositionCallback>, PassRefPtr<PositionErrorCallbac…
21 (WebCore::Geolocation::startRequest): Don't start timer if we're blocked on user consent.220 (WebCore::Geolocation::startRequest): Pass notifier instead of options to startUpdating.21645 (WebCore::Geolocation::startRequest):35607 (WebCore::Geolocation::startRequest): Replace UNKNOWN_ERROR with POSITION_UNAVAILABLE.35726 …(WebCore::Geolocation::getCurrentPosition): Modified. Asserts that startRequest returned a notifie…35727 … (WebCore::Geolocation::watchPosition): Modified. Asserts that startRequest returned a notifier.35728 …(WebCore::Geolocation::startRequest): Modified. If the Geolocation service fails to start, set a f…40429 (WebCore::Geolocation::getCurrentPosition): Modified. Calls startRequest.40430 (WebCore::Geolocation::watchPosition): Modified. Calls startRequest.40431 …(WebCore::Geolocation::startRequest): Added. Common functionality for starting a one-shot or watch…
77031 (WebCore::Geolocation::startRequest):78099 (WebCore::Geolocation::startRequest):96613 (WebCore::Geolocation::startRequest):96785 (WebCore::Geolocation::startRequest):96811 (WebCore::Geolocation::startRequest):
37123 (WebCore::Geolocation::startRequest): Modified. Added logic to check for a cached position