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

  /external/webkit/WebCore/page/
Geolocation.h 120 class Watchers {
178 Watchers m_watchers;
Geolocation.cpp 164 void Geolocation::Watchers::set(int id, PassRefPtr<GeoNotifier> prpNotifier)
172 void Geolocation::Watchers::remove(int id)
181 void Geolocation::Watchers::remove(GeoNotifier* notifier)
190 bool Geolocation::Watchers::contains(GeoNotifier* notifier) const
195 void Geolocation::Watchers::clear()
201 bool Geolocation::Watchers::isEmpty() const
206 void Geolocation::Watchers::getNotifiersVector(Vector<RefPtr<GeoNotifier> >& copy) const
636 // cleared in handleError. For watchers, the spec requires that the timer is

Completed in 1017 milliseconds