HomeSort by relevance Sort by last modified time
    Searched refs:gps_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/browser/geolocation/
gps_location_provider_linux.cc 231 if (gps_ != NULL) {
236 gps_.reset(libgps_factory_());
237 if (gps_ == NULL) {
247 gps_.reset();
265 if (!gps_->Start()) {
272 if (!gps_->Read(&new_position)) {
gps_location_provider_linux.h 96 scoped_ptr<LibGps> gps_; member in class:content::GpsLocationProviderLinux
location_arbitrator_impl_unittest.cc 72 gps_(NULL),
93 return new MockLocationProvider(&gps_);
97 // readable. Note |gps_| will only be set when there is a high accuracy
101 MockLocationProvider* gps_; member in class:content::__anon10022::TestingGeolocationArbitrator
145 return arbitrator_->gps_;

Completed in 608 milliseconds