Lines Matching refs:GeoNotifier
8815 Hold a ref to the GeoNotifier while dispatching a callback. The code was
8824 (WebCore::Geolocation::GeoNotifier::timerFired): Protect notifier.
25125 In Geolocation::GeoNotifier::timerFired, a JS callback may be invoked if a
25126 fatal error was registered on this GeoNotifier or if this request has timed
25128 callback, the GeoNotifier object will be destroyed. We must therefore cache the
25136 …(WebCore::Geolocation::GeoNotifier::timerFired): Modified. Cache the m_geolocation member before i…
40426 …(WebCore::Geolocation::GeoNotifier::GeoNotifier): Modified. GeoNotifier takes Geolocation object a…
40427 …(WebCore::Geolocation::GeoNotifier::setFatalError): Added. Sets a fatal error for this notifier, c…
40428 …(WebCore::Geolocation::GeoNotifier::timerFired): Added. Used to call the error callback asynchrono…
40717 … The pair of maps allows us to look up a watcher either by its ID or by its GeoNotifier object.
40718 … The ability to look up by a watcher by its GeoNotifier object will be required when implementing
40724 (WebCore::Geolocation::Watchers::remove): Added. Removes a watcher by GeoNotifier object.
40727 …bCore::Geolocation::Watchers::getNotifiersVector): Added. Gets a vector of the GeoNotifier objects.
60223 … (WebCore::Geolocation::GeoNotifier::GeoNotifier): Modified. Takes Geolocation object as parameter.
60224 …(WebCore::Geolocation::GeoNotifier::hasZeroTimeout): Added. Determines whether this request has a …
60225 …(WebCore::Geolocation::GeoNotifier::startTimerIfNeeded): Renamed from startTimer. Starts the timer…
60226 …(WebCore::Geolocation::GeoNotifier::timerFired): Modified. Calls the error callback if specified, …
60238 … (WebCore::Geolocation::GeoNotifier::create): Modified. Takes Geolocation object as parameter.
71688 …(WebCore::Geolocation::GeoNotifier::GeoNotifier): Modified. Asserts that PositionOptions object is…
71689 …(WebCore::Geolocation::GeoNotifier::startTimer): Modified. Only starts timer if timeout has been s…