Home
last modified time | relevance | path

Searched refs:startRequest (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/page/
DGeolocation.cpp288 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
DGeolocation.h186 …PassRefPtr<GeoNotifier> startRequest(PassRefPtr<PositionCallback>, PassRefPtr<PositionErrorCallbac…
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2921 (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…
DChangeLog-2010-12-0677031 (WebCore::Geolocation::startRequest):
78099 (WebCore::Geolocation::startRequest):
96613 (WebCore::Geolocation::startRequest):
96785 (WebCore::Geolocation::startRequest):
96811 (WebCore::Geolocation::startRequest):
DChangeLog-2010-05-2437123 (WebCore::Geolocation::startRequest): Modified. Added logic to check for a cached position