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

  /external/chromium_org/chrome/browser/extensions/api/location/
location_manager.h 65 typedef std::multimap<ExtensionId, LocationRequestPointer> LocationRequestMap;
66 typedef LocationRequestMap::iterator LocationRequestIterator;
94 LocationRequestMap location_requests_;
location_manager.cc 270 LocationRequestMap::value_type(extension_id, location_request));
277 std::pair<LocationRequestMap::iterator, LocationRequestMap::iterator>
280 for (LocationRequestMap::iterator it = extension_range.first;

Completed in 747 milliseconds