HomeSort by relevance Sort by last modified time
    Searched defs:GeolocationHandler (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chromeos/network/
geolocation_handler.h 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);
geolocation_handler.cc 16 GeolocationHandler::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::HandlePropertyChanged(const std::string& key
    [all...]

Completed in 56 milliseconds