OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AccessPointData
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/geolocation/
wifi_data.cc
13
AccessPointData
::
AccessPointData
()
19
AccessPointData
::~
AccessPointData
() {}
wifi_data.h
17
struct CONTENT_EXPORT
AccessPointData
{
18
AccessPointData
();
19
~
AccessPointData
();
29
// This is to allow
AccessPointData
to be used in std::set. We order
32
bool operator()(const
AccessPointData
& data1,
33
const
AccessPointData
& data2) const {
48
typedef std::set<
AccessPointData
, AccessPointDataLess> AccessPointDataSet;
Completed in 436 milliseconds