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

#include <ClientRect.h>

Inheritance diagram for WebCore::ClientRect:
WebCore::ScriptWrappable WTF::RefCounted< ClientRect > WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase

Public Member Functions

float top () const
 
float right () const
 
float bottom () const
 
float left () const
 
float width () const
 
float height () const
 
- Public Member Functions inherited from WebCore::ScriptWrappable
JSDOMObjectwrapper () const
 
void setWrapper (JSDOMObject *, JSC::WeakHandleOwner *, void *)
 
void clearWrapper (JSDOMObject *)
 
JSDOMObjectwrapper () const
 
void setWrapper (JSDOMObject *, JSC::WeakHandleOwner *, void *)
 
void clearWrapper (JSDOMObject *)
 
- Public Member Functions inherited from WTF::RefCounted< ClientRect >
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< ClientRectcreate ()
 
static Ref< ClientRectcreate (const IntRect &rect)
 
static Ref< ClientRectcreate (const FloatRect &rect)
 
- 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::ScriptWrappable
 ~ScriptWrappable ()
 
 ~ScriptWrappable ()
 
- Protected Member Functions inherited from WTF::RefCounted< ClientRect >
 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 Function Documentation

◆ bottom()

float WebCore::ClientRect::bottom ( ) const
inline

◆ create() [1/3]

static Ref<ClientRect> WebCore::ClientRect::create ( )
inlinestatic

◆ create() [2/3]

static Ref<ClientRect> WebCore::ClientRect::create ( const IntRect rect)
inlinestatic

◆ create() [3/3]

static Ref<ClientRect> WebCore::ClientRect::create ( const FloatRect rect)
inlinestatic

◆ height()

float WebCore::ClientRect::height ( ) const
inline

◆ left()

float WebCore::ClientRect::left ( ) const
inline

◆ right()

float WebCore::ClientRect::right ( ) const
inline

◆ top()

float WebCore::ClientRect::top ( ) const
inline

◆ width()

float WebCore::ClientRect::width ( ) const
inline

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