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

  /external/chromium_org/chromeos/network/
geolocation_handler.h 74 base::Time geolocation_received_time_; member in class:chromeos::GeolocationHandler
geolocation_handler.cc 44 if (geolocation_received_time_.is_null())
49 base::TimeDelta dtime = base::Time::Now() - geolocation_received_time_;
148 geolocation_received_time_ = base::Time::Now();

Completed in 100 milliseconds