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

  /external/webkit/Source/WebKit2/WebProcess/Geolocation/
GeolocationPermissionRequestManager.h 51 typedef HashMap<WebCore::Geolocation*, uint64_t> GeolocationToIDMap;
53 GeolocationToIDMap m_geolocationToIDMap;
GeolocationPermissionRequestManager.cpp 70 GeolocationToIDMap::iterator it = m_geolocationToIDMap.find(geolocation);

Completed in 3489 milliseconds