OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_notifierToIdMap
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/page/
Geolocation.cpp
176
m_notifierToIdMap
.set(notifier.release(), id);
185
m_notifierToIdMap
.remove(iter->second);
191
NotifierToIdMap::iterator iter =
m_notifierToIdMap
.find(notifier);
192
if (iter ==
m_notifierToIdMap
.end())
195
m_notifierToIdMap
.remove(iter);
200
return
m_notifierToIdMap
.contains(notifier);
206
m_notifierToIdMap
.clear();
Geolocation.h
131
NotifierToIdMap
m_notifierToIdMap
;
Completed in 161 milliseconds