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

  /external/chromium_org/content/browser/geolocation/
device_data_provider.cc 15 AccessPointData::AccessPointData()
21 AccessPointData::~AccessPointData() {}
device_data_provider.h 39 struct CONTENT_EXPORT AccessPointData {
40 AccessPointData();
41 ~AccessPointData();
51 // This is to allow AccessPointData to be used in std::set. We order
54 bool operator()(const AccessPointData& data1,
55 const AccessPointData& data2) const {
70 typedef std::set<AccessPointData, AccessPointDataLess> AccessPointDataSet;

Completed in 35 milliseconds