OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_oneShots
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebCore/page/
Geolocation.cpp
277
m_oneShots
.add(notifier);
318
m_oneShots
.remove(notifier);
358
if (
m_oneShots
.contains(notifier))
359
m_oneShots
.remove(notifier);
377
m_oneShots
.remove(notifier);
439
m_oneShots
.add(m_startRequestPermissionNotifier);
497
copyToVector(
m_oneShots
, copy);
521
copyToVector(
m_oneShots
, oneShotsCopy);
529
m_oneShots
.clear();
585
copyToVector(
m_oneShots
, oneShotsCopy)
[
all
...]
Geolocation.h
136
bool hasListeners() const { return !
m_oneShots
.isEmpty() || !m_watchers.isEmpty(); }
177
GeoNotifierSet
m_oneShots
;
Completed in 16 milliseconds