Home
last modified time | relevance | path

Searched refs:GeolocationHandler (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chromeos/network/
Dgeolocation_handler.cc16 GeolocationHandler::GeolocationHandler() in GeolocationHandler() function in chromeos::GeolocationHandler
21 GeolocationHandler::~GeolocationHandler() { in ~GeolocationHandler()
28 void GeolocationHandler::Init() { in Init()
32 base::Bind(&GeolocationHandler::ManagerPropertiesCallback, in Init()
37 bool GeolocationHandler::GetWifiAccessPoints( in GetWifiAccessPoints()
55 void GeolocationHandler::OnPropertyChanged(const std::string& key, in OnPropertyChanged()
63 void GeolocationHandler::ManagerPropertiesCallback( in ManagerPropertiesCallback()
71 void GeolocationHandler::HandlePropertyChanged(const std::string& key, in HandlePropertyChanged()
93 void GeolocationHandler::RequestWifiAccessPoints() { in RequestWifiAccessPoints()
95 base::Bind(&GeolocationHandler::GeolocationCallback, in RequestWifiAccessPoints()
[all …]
Dgeolocation_handler.h33 class CHROMEOS_EXPORT GeolocationHandler : public ShillPropertyChangedObserver {
35 virtual ~GeolocationHandler();
51 GeolocationHandler();
77 base::WeakPtrFactory<GeolocationHandler> weak_ptr_factory_;
79 DISALLOW_COPY_AND_ASSIGN(GeolocationHandler);
Dnetwork_handler.h17 class GeolocationHandler; variable
61 GeolocationHandler* geolocation_handler();
82 scoped_ptr<GeolocationHandler> geolocation_handler_;
Dgeolocation_handler_unittest.cc32 geolocation_handler_.reset(new GeolocationHandler()); in SetUp()
66 scoped_ptr<GeolocationHandler> geolocation_handler_;
Dnetwork_handler.cc47 geolocation_handler_.reset(new GeolocationHandler()); in NetworkHandler()
133 GeolocationHandler* NetworkHandler::geolocation_handler() { in geolocation_handler()