Home | History | Annotate | Download | only in win

Lines Matching refs:WebGeolocationPosition

27 #include "WebGeolocationPosition.h"
36 COMPtr<WebGeolocationPosition> WebGeolocationPosition::createInstance()
38 return new WebGeolocationPosition;
41 WebGeolocationPosition::WebGeolocationPosition()
45 gClassNameCount.add("WebGeolocationPosition");
48 WebGeolocationPosition::~WebGeolocationPosition()
51 gClassNameCount.remove("WebGeolocationPosition");
54 HRESULT WebGeolocationPosition::QueryInterface(REFIID riid, void** ppvObject)
57 if (IsEqualIID(riid, __uuidof(WebGeolocationPosition)))
70 ULONG WebGeolocationPosition::AddRef()
75 ULONG WebGeolocationPosition::Release()
84 HRESULT WebGeolocationPosition::initWithTimestamp(double timestamp, double latitude, double longitude, double accuracy)
100 COMPtr<WebGeolocationPosition> webGeolocationPosition(Query, position);
101 if (!webGeolocationPosition)
104 return webGeolocationPosition->impl();