Searched defs:GeolocationHandler (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chromeos/network/
H A Dgeolocation_handler.cc16 GeolocationHandler::GeolocationHandler() function in class:chromeos::GeolocationHandler
21 GeolocationHandler::~GeolocationHandler() {
28 void GeolocationHandler::Init() {
32 base::Bind(&GeolocationHandler::ManagerPropertiesCallback,
37 bool GeolocationHandler::GetWifiAccessPoints(
55 void GeolocationHandler::OnPropertyChanged(const std::string& key,
63 void GeolocationHandler::ManagerPropertiesCallback(
71 void GeolocationHandler
[all...]
H A Dgeolocation_handler.h33 class CHROMEOS_EXPORT GeolocationHandler : public ShillPropertyChangedObserver { class in namespace:chromeos
35 virtual ~GeolocationHandler();
51 GeolocationHandler();
77 base::WeakPtrFactory<GeolocationHandler> weak_ptr_factory_;
79 DISALLOW_COPY_AND_ASSIGN(GeolocationHandler);

Completed in 593 milliseconds