|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <DOMPoint.h>
Public Member Functions | |
| void | setX (double x) |
| void | setY (double y) |
| void | setZ (double z) |
| void | setW (double w) |
Public Member Functions inherited from WebCore::DOMPointReadOnly | |
| double | x () const |
| double | y () const |
| double | z () const |
| double | w () const |
Public Member Functions inherited from WebCore::ScriptWrappable | |
| JSDOMObject * | wrapper () const |
| void | setWrapper (JSDOMObject *, JSC::WeakHandleOwner *, void *) |
| void | clearWrapper (JSDOMObject *) |
| JSDOMObject * | wrapper () const |
| void | setWrapper (JSDOMObject *, JSC::WeakHandleOwner *, void *) |
| void | clearWrapper (JSDOMObject *) |
Public Member Functions inherited from WTF::RefCounted< DOMPointReadOnly > | |
| 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< DOMPoint > | create (double x, double y, double z, double w) |
| static Ref< DOMPoint > | create (const DOMPointInit &init) |
| static Ref< DOMPoint > | fromPoint (const DOMPointInit &init) |
Static Public Member Functions inherited from WebCore::DOMPointReadOnly | |
| static Ref< DOMPointReadOnly > | create (double x, double y, double z, double w) |
| static Ref< DOMPointReadOnly > | create (const DOMPointInit &init) |
| static Ref< DOMPointReadOnly > | fromPoint (const DOMPointInit &init) |
Static Public Member Functions inherited from WebCore::ScriptWrappable | |
| template<typename Derived > | |
| static ptrdiff_t | offsetOfWrapper () |
| template<typename Derived > | |
| static ptrdiff_t | offsetOfWrapper () |
Additional Inherited Members | |
Protected Member Functions inherited from WebCore::DOMPointReadOnly | |
| DOMPointReadOnly (double x, double y, double z, double w) | |
Protected Member Functions inherited from WebCore::ScriptWrappable | |
| ~ScriptWrappable () | |
| ~ScriptWrappable () | |
Protected Member Functions inherited from WTF::RefCounted< DOMPointReadOnly > | |
| 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 |
Protected Attributes inherited from WebCore::DOMPointReadOnly | |
| double | m_x |
| double | m_y |
| double | m_z |
| double | m_w |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.13