Searched refs:GeolocationHandler (Results 1 – 5 of 5) sorted by relevance
16 GeolocationHandler::GeolocationHandler() in GeolocationHandler() function in chromeos::GeolocationHandler21 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 …]
33 class CHROMEOS_EXPORT GeolocationHandler : public ShillPropertyChangedObserver {35 virtual ~GeolocationHandler();51 GeolocationHandler();77 base::WeakPtrFactory<GeolocationHandler> weak_ptr_factory_;79 DISALLOW_COPY_AND_ASSIGN(GeolocationHandler);
17 class GeolocationHandler; variable61 GeolocationHandler* geolocation_handler();82 scoped_ptr<GeolocationHandler> geolocation_handler_;
32 geolocation_handler_.reset(new GeolocationHandler()); in SetUp()66 scoped_ptr<GeolocationHandler> geolocation_handler_;
47 geolocation_handler_.reset(new GeolocationHandler()); in NetworkHandler()133 GeolocationHandler* NetworkHandler::geolocation_handler() { in geolocation_handler()