Searched refs:m_altitude (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebCore/page/ |
D | Coordinates.h | 41 …return Coordinates::create(m_latitude, m_longitude, m_canProvideAltitude, m_altitude, m_accuracy, … in threadSafeCopy() 46 double altitude() const { return m_altitude; } in altitude() 61 , m_altitude(altitude) in Coordinates() 75 double m_altitude; variable
|
D | GeolocationPosition.h | 48 double altitude() const { return m_altitude; } in altitude() 64 , m_altitude(0) in GeolocationPosition() 80 , m_altitude(altitude) in GeolocationPosition() 96 double m_altitude; variable
|
/external/webkit/Source/WebCore/platform/gtk/ |
D | GeolocationServiceGtk.cpp | 54 , m_altitude(0.0) in GeolocationServiceGtk() 167 true, m_altitude, m_accuracy, in updatePosition() 201 that->m_altitude = altitude; in position_changed()
|
D | GeolocationServiceGtk.h | 67 double m_altitude; variable
|