Searched refs:webPosition (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DWebGeolocationController.cpp42 void WebGeolocationController::positionChanged(const WebGeolocationPosition& webPosition) argument
44 m_private->positionChanged(PassRefPtr<GeolocationPosition>(webPosition).get());
H A DGeolocationClientProxy.cpp79 WebGeolocationPosition webPosition; local
80 if (m_client->lastPosition(webPosition))
81 m_lastPosition = webPosition;
H A DWebGeolocationClientMock.cpp56 WebGeolocationPosition webPosition(currentTime(), latitude, longitude, accuracy,
58 m_clientMock->setPosition(webPosition);
131 bool WebGeolocationClientMock::lastPosition(WebGeolocationPosition& webPosition) argument
137 webPosition = position.release();
/external/webkit/Source/WebKit/chromium/public/
H A DWebGeolocationClientMock.h67 virtual bool lastPosition(WebGeolocationPosition& webPosition);

Completed in 204 milliseconds