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

  /external/chromium_org/content/browser/geolocation/
wifi_data.cc 21 WifiData::WifiData() {}
23 WifiData::~WifiData() {}
25 bool WifiData::DiffersSignificantly(const WifiData& other) const {
wifi_data.h 39 struct CONTENT_EXPORT WifiData {
40 WifiData();
41 ~WifiData();
44 bool DiffersSignificantly(const WifiData& other) const;

Completed in 55 milliseconds