webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Instance Methods | Class Methods | Protected Attributes | List of all members
WebGeolocationPosition Class Reference

#import <WebGeolocationPosition.h>

Inheritance diagram for WebGeolocationPosition:
IWebGeolocationPosition NSObject

Instance Methods

(id- initWithTimestamp:latitude:longitude:accuracy:
 
(virtual HRESULT STDMETHODCALLTYPE) - QueryInterface
 
(virtual ULONG STDMETHODCALLTYPE) - AddRef
 
(virtual ULONG STDMETHODCALLTYPE) - Release
 
(virtual HRESULT STDMETHODCALLTYPE) - initWithTimestamp
 
(WebCore::GeolocationPosition *) - impl
 

Class Methods

(static COMPtr< WebGeolocationPosition >) + createInstance
 

Protected Attributes

WebGeolocationPositionInternal_internal
 

Method Documentation

◆ AddRef()

- (ULONG) AddRef (void

◆ createInstance()

+ (COMPtr< WebGeolocationPosition >) createInstance

◆ impl()

- (GeolocationPosition*) WebGeolocationPosition: const

◆ initWithTimestamp()

- (HRESULT) initWithTimestamp (double)  timestamp
(double)  latitude
(double)  longitude
(double)  accuracy 

◆ initWithTimestamp:latitude:longitude:accuracy:()

- (id) initWithTimestamp: (double)  timestamp
latitude: (double)  latitude
longitude: (double)  longitude
accuracy: (double)  accuracy 

◆ QueryInterface()

- (HRESULT) QueryInterface (_In_ REFIID)  riid
(_COM_Outptr_ void **)  ppvObject 

◆ Release()

- (ULONG) Release (void

Member Data Documentation

◆ _internal

- (WebGeolocationPositionInternal*) _internal
protected

The documentation for this class was generated from the following files: