Home
last modified time | relevance | path

Searched refs:has_speed (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/browser/geolocation/
Dlocation_api_adapter_android.cc26 jboolean has_speed, jdouble speed) { in NewLocationAvailable() argument
29 has_heading, heading, has_speed, speed); in NewLocationAvailable()
108 bool has_speed, double speed) { in OnNewLocationAvailable() argument
119 if (has_speed) in OnNewLocationAvailable()
Dlocation_api_adapter_android.h53 bool has_speed, double speed);
/external/chromium_org/chrome/browser/chromeos/policy/
Ddevice_status_collector_browsertest.cc232 EXPECT_FALSE(location.has_speed()); in CheckThatAValidLocationIsReported()