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

  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
Geolocation.h 110 bool hasListeners() const { return !m_oneShots.isEmpty() || !m_watchers.isEmpty(); }
168 GeolocationWatchers m_watchers; member in class:blink::FINAL
Geolocation.cpp 100 visitor->trace(m_watchers);
163 } while (!m_watchers.add(watchID, notifier));
191 m_watchers.remove(notifier);
232 else if (m_watchers.contains(notifier)) {
271 if (GeoNotifier* notifier = m_watchers.find(watchID))
273 m_watchers.remove(watchID);
340 m_watchers.getNotifiersVector(copy);
363 m_watchers.getNotifiersVector(copy);
399 m_watchers.getNotifiersVector(watchersCopy);
407 m_watchers.clear()
    [all...]

Completed in 428 milliseconds