HomeSort by relevance Sort by last modified time
    Searched refs:IDToGeolocationMap (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit2/WebProcess/Geolocation/
GeolocationPermissionRequestManager.h 50 typedef HashMap<uint64_t, WebCore::Geolocation*> IDToGeolocationMap;
52 IDToGeolocationMap m_idToGeolocationMap;
GeolocationPermissionRequestManager.cpp 80 IDToGeolocationMap::iterator it = m_idToGeolocationMap.find(geolocationID);

Completed in 46 milliseconds