OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 2749 milliseconds