25 #ifndef WebGeolocationPosition_h 26 #define WebGeolocationPosition_h 29 #include <WebCore/COMPtr.h> 32 class GeolocationPosition;
44 virtual HRESULT STDMETHODCALLTYPE QueryInterface(_In_ REFIID riid, _COM_Outptr_
void** ppvObject);
49 virtual HRESULT STDMETHODCALLTYPE initWithTimestamp(
double timestamp,
double latitude,
double longitude,
double accuracy);
54 ULONG m_refCount { 0 };
55 RefPtr<WebCore::GeolocationPosition> m_position;
60 #endif // WebGeolocationPosition_h uint64_t timestamp
Definition: event_tracer.cc:257
HRESULT
Definition: ScrollbarThemeWin.cpp:74
WEBCORE_EXPORT AuthenticationChallenge core(NSURLAuthenticationChallenge *)
Definition: AuthenticationMac.mm:214
Definition: WebGeolocationPosition.h:28
Definition: GeolocationPosition.h:33
int Release(RepeatedCompositeContainer *self)
Definition: repeated_composite_container.cc:458
Definition: IWebGeolocationPosition.idl:36
This file is generated by create-http-header-name-table, do not edit.
Definition: CharsetData.cpp:6
WebCore::GeolocationPosition * impl() const
Definition: WebGeolocationPosition.h:51