Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/chromium/src/
DWebGeolocationPermissionRequestManager.cpp45 IdGeolocationMap m_idGeolocationMap; member in WebKit::WebGeolocationPermissionRequestManagerPrivate
57 m_private->m_idGeolocationMap.add(id, geolocation); in add()
69 m_private->m_idGeolocationMap.remove(id); in remove()
75 IdGeolocationMap::iterator it = m_private->m_idGeolocationMap.find(id); in remove()
76 if (it == m_private->m_idGeolocationMap.end()) in remove()
80 m_private->m_idGeolocationMap.remove(it); in remove()