OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_watchers
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/page/
Geolocation.cpp
306
m_watchers
.set(nextAvailableWatchId, notifier.release());
341
m_watchers
.remove(notifier);
382
else if (
m_watchers
.contains(notifier)) {
422
m_watchers
.remove(watchId);
518
m_watchers
.getNotifiersVector(copy);
541
m_watchers
.getNotifiersVector(copy);
577
m_watchers
.getNotifiersVector(watchersCopy);
585
m_watchers
.clear();
652
m_watchers
.getNotifiersVector(watchersCopy);
752
// The notifier is always ref'ed by m_oneShots or
m_watchers
[
all
...]
Geolocation.h
151
bool hasListeners() const { return !m_oneShots.isEmpty() || !
m_watchers
.isEmpty(); }
195
Watchers
m_watchers
;
member in class:WebCore::Geolocation
Completed in 25 milliseconds