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

  /external/webkit/WebCore/page/
Geolocation.cpp 295 m_watchers.set(nextAvailableWatchId, notifier.release());
325 m_watchers.remove(notifier);
366 else if (m_watchers.contains(notifier)) {
403 m_watchers.remove(watchId);
511 m_watchers.getNotifiersVector(copy);
530 m_watchers.getNotifiersVector(watchersCopy);
537 m_watchers.clear();
594 m_watchers.getNotifiersVector(watchersCopy);
713 m_watchers.clear();
Geolocation.h 136 bool hasListeners() const { return !m_oneShots.isEmpty() || !m_watchers.isEmpty(); }
178 Watchers m_watchers; member in class:WebCore::Geolocation

Completed in 23 milliseconds