webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Types | Public Member Functions | Static Public Member Functions | List of all members
WebCore::GeolocationError Class Reference

#include <GeolocationError.h>

Inheritance diagram for WebCore::GeolocationError:
WTF::RefCounted< GeolocationError > WTF::RefCounted< GeolocationError > WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase

Public Types

enum  ErrorCode { PermissionDenied, PositionUnavailable, PermissionDenied, PositionUnavailable }
 
enum  ErrorCode { PermissionDenied, PositionUnavailable, PermissionDenied, PositionUnavailable }
 

Public Member Functions

ErrorCode code () const
 
const Stringmessage () const
 
ErrorCode code () const
 
const Stringmessage () const
 
- Public Member Functions inherited from WTF::RefCounted< GeolocationError >
void deref () const
 
void deref () const
 
void deref () const
 
- Public Member Functions inherited from WTF::RefCountedBase
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 
void relaxAdoptionRequirement ()
 
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 
void relaxAdoptionRequirement ()
 
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 
void relaxAdoptionRequirement ()
 

Static Public Member Functions

static Ref< GeolocationErrorcreate (ErrorCode code, const String &message)
 
static Ref< GeolocationErrorcreate (ErrorCode code, const String &message)
 

Additional Inherited Members

- Protected Member Functions inherited from WTF::RefCounted< GeolocationError >
 RefCounted ()
 
 RefCounted ()
 
 RefCounted ()
 
 ~RefCounted ()
 
 ~RefCounted ()
 
 ~RefCounted ()
 
- Protected Member Functions inherited from WTF::RefCountedBase
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 

Member Enumeration Documentation

◆ ErrorCode [1/2]

Enumerator
PermissionDenied 
PositionUnavailable 
PermissionDenied 
PositionUnavailable 

◆ ErrorCode [2/2]

Enumerator
PermissionDenied 
PositionUnavailable 
PermissionDenied 
PositionUnavailable 

Member Function Documentation

◆ code() [1/2]

ErrorCode WebCore::GeolocationError::code ( ) const
inline

◆ code() [2/2]

ErrorCode WebCore::GeolocationError::code ( ) const
inline

◆ create() [1/2]

static Ref<GeolocationError> WebCore::GeolocationError::create ( ErrorCode  code,
const String message 
)
inlinestatic

◆ create() [2/2]

static Ref<GeolocationError> WebCore::GeolocationError::create ( ErrorCode  code,
const String message 
)
inlinestatic

◆ message() [1/2]

const String& WebCore::GeolocationError::message ( ) const
inline

◆ message() [2/2]

const String& WebCore::GeolocationError::message ( ) const
inline

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