Searched refs:m_idGeolocationMap (Results 1 – 1 of 1) sorted by relevance
45 IdGeolocationMap m_idGeolocationMap; member in WebKit::WebGeolocationPermissionRequestManagerPrivate57 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()