Searched refs:m_lastPosition (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DGeolocationClientProxy.cpp74 m_lastPosition = static_cast<GeolocationPosition*>(webPosition);
76 m_lastPosition.clear();
78 return m_lastPosition.get();
93 visitor->trace(m_lastPosition);
H A DGeolocationClientProxy.h61 PersistentWillBeMember<GeolocationPosition> m_lastPosition; member in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/testing/
H A DGeolocationClientMock.cpp57 m_lastPosition = position;
66 m_lastPosition = nullptr;
151 return m_lastPosition.get();
166 if (m_lastPosition.get()) {
169 (*it)->positionChanged(m_lastPosition.get());
187 visitor->trace(m_lastPosition);
H A DGeolocationClientMock.h81 PersistentWillBeMember<GeolocationPosition> m_lastPosition; member in class:blink::GeolocationClientMock
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
H A DGeolocationController.cpp159 m_lastPosition = position;
176 if (m_lastPosition.get())
177 return m_lastPosition.get();
214 visitor->trace(m_lastPosition);
H A DGeolocationController.h84 PersistentWillBeMember<GeolocationPosition> m_lastPosition; member in class:blink::FINAL
H A DGeolocation.h170 Member<Geoposition> m_lastPosition; member in class:blink::FINAL
H A DGeolocation.cpp102 visitor->trace(m_lastPosition);
135 m_lastPosition = createGeoposition(GeolocationController::from(frame)->lastPosition());
137 return m_lastPosition.get();

Completed in 108 milliseconds