Home
last modified time | relevance | path

Searched refs:NotifierToIdMap (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/page/
DGeolocation.h129 typedef HashMap<RefPtr<GeoNotifier>, int> NotifierToIdMap; typedef
131 NotifierToIdMap m_notifierToIdMap;
DGeolocation.cpp191 NotifierToIdMap::iterator iter = m_notifierToIdMap.find(notifier); in remove()