HomeSort by relevance Sort by last modified time
    Searched defs:m_lastPosition (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebCore/platform/mac/
GeolocationServiceMac.h 57 virtual Geoposition* lastPosition() const { return m_lastPosition.get(); }
69 RefPtr<Geoposition> m_lastPosition;
  /external/webkit/WebCore/platform/android/
GeolocationServiceAndroid.h 53 virtual Geoposition* lastPosition() const { return m_lastPosition.get(); }
72 RefPtr<Geoposition> m_lastPosition;
  /external/webkit/WebCore/platform/gtk/
GeolocationServiceGtk.h 56 RefPtr<Geoposition> m_lastPosition;
  /external/webkit/WebCore/page/
Geolocation.h 185 RefPtr<Geoposition> m_lastPosition;

Completed in 5592 milliseconds