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

  /external/webkit/Source/WebCore/page/
Geolocation.h 118 class Watchers {
195 Watchers m_watchers;
Geolocation.cpp 170 void Geolocation::Watchers::set(int id, PassRefPtr<GeoNotifier> prpNotifier)
179 void Geolocation::Watchers::remove(int id)
189 void Geolocation::Watchers::remove(GeoNotifier* notifier)
198 bool Geolocation::Watchers::contains(GeoNotifier* notifier) const
203 void Geolocation::Watchers::clear()
209 bool Geolocation::Watchers::isEmpty() const
214 void Geolocation::Watchers::getNotifiersVector(GeoNotifierVector& copy) const
694 // cleared in handleError. For watchers, the spec requires that the timer is

Completed in 1359 milliseconds