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

/external/chromium_org/chrome/browser/extensions/api/location/
H A Dlocation_manager.cc115 explicit TimeBasedUpdatePolicy(double time_between_updates_ms) : argument
116 time_between_updates_ms_(time_between_updates_ms)
148 const double* time_between_updates_ms);
190 const double* time_between_updates_ms)
195 if (time_between_updates_ms) {
198 *time_between_updates_ms));
256 const double* time_between_updates_ms) {
268 time_between_updates_ms);
185 LocationRequest( LocationManager* location_manager, const std::string& extension_id, const std::string& request_name, const double* distance_update_threshold_meters, const double* time_between_updates_ms) argument
252 AddLocationRequest( const std::string& extension_id, const std::string& request_name, const double* distance_update_threshold_meters, const double* time_between_updates_ms) argument

Completed in 519 milliseconds