OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_lastPosition
(Results
1 - 8
of
8
) sorted by null
/external/webkit/Source/WebCore/platform/efl/
GeolocationServiceEfl.h
49
RefPtr<Geoposition>
m_lastPosition
;
/external/webkit/Source/WebKit/chromium/src/
GeolocationClientProxy.h
56
RefPtr<WebCore::GeolocationPosition>
m_lastPosition
;
/external/webkit/Source/WebKit/qt/WebCoreSupport/
GeolocationClientQt.h
56
virtual GeolocationPosition* lastPosition() { return
m_lastPosition
.get(); }
67
RefPtr<GeolocationPosition>
m_lastPosition
;
/external/webkit/Source/WebCore/page/
GeolocationController.h
66
RefPtr<GeolocationPosition>
m_lastPosition
;
Geolocation.h
203
RefPtr<Geoposition>
m_lastPosition
;
/external/webkit/Source/WebCore/platform/android/
GeolocationServiceAndroid.h
53
virtual Geoposition* lastPosition() const { return
m_lastPosition
.get(); }
72
RefPtr<Geoposition>
m_lastPosition
;
/external/webkit/Source/WebCore/platform/gtk/
GeolocationServiceGtk.h
57
RefPtr<Geoposition>
m_lastPosition
;
/external/webkit/Source/WebCore/platform/mock/
GeolocationClientMock.h
81
RefPtr<GeolocationPosition>
m_lastPosition
;
Completed in 114 milliseconds