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

  /external/webkit/WebCore/page/
Geolocation.cpp 280 m_oneShots.add(notifier);
324 m_oneShots.remove(notifier);
364 if (m_oneShots.contains(notifier))
365 m_oneShots.remove(notifier);
383 m_oneShots.remove(notifier);
445 m_oneShots.add(m_startRequestPermissionNotifier);
503 copyToVector(m_oneShots, copy);
527 copyToVector(m_oneShots, oneShotsCopy);
535 m_oneShots.clear();
591 copyToVector(m_oneShots, oneShotsCopy)
    [all...]
Geolocation.h 136 bool hasListeners() const { return !m_oneShots.isEmpty() || !m_watchers.isEmpty(); }
177 GeoNotifierSet m_oneShots;

Completed in 924 milliseconds