Searched defs:WifiData (Results 1 - 2 of 2) sorted by path

/external/chromium_org/content/browser/geolocation/
H A Dwifi_data.cc21 WifiData::WifiData() {} function in class:content::WifiData
23 WifiData::~WifiData() {}
25 bool WifiData::DiffersSignificantly(const WifiData& other) const {
H A Dwifi_data.h39 struct CONTENT_EXPORT WifiData { struct in namespace:content
40 WifiData();
41 ~WifiData();
44 bool DiffersSignificantly(const WifiData& other) const;

Completed in 199 milliseconds