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

  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
Coordinates.cpp 52 return m_heading;
GeolocationPosition.h 48 double heading() const { return m_heading; }
64 , m_heading(0)
80 , m_heading(heading)
96 double m_heading; member in class:WebCore::GeolocationPosition
Coordinates.h 41 return Coordinates::create(m_latitude, m_longitude, m_canProvideAltitude, m_altitude, m_accuracy, m_canProvideAltitudeAccuracy, m_altitudeAccuracy, m_canProvideHeading, m_heading, m_canProvideSpeed, m_speed);
59 , m_heading(heading)
74 double m_heading; member in class:WebCore::Coordinates

Completed in 546 milliseconds