webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
WebCore::CharacterOffset Struct Reference

#include <AXObjectCache.h>

Public Member Functions

 CharacterOffset (Node *n=nullptr, int startIndex=0, int offset=0, int remaining=0)
 
int remaining () const
 
bool isNull () const
 
bool isEqual (CharacterOffset &other) const
 
 CharacterOffset (Node *n=nullptr, int startIndex=0, int offset=0, int remaining=0)
 
int remaining () const
 
bool isNull () const
 
bool isEqual (CharacterOffset &other) const
 

Public Attributes

Nodenode
 
int startIndex
 
int offset
 
int remainingOffset
 

Constructor & Destructor Documentation

◆ CharacterOffset() [1/2]

WebCore::CharacterOffset::CharacterOffset ( Node n = nullptr,
int  startIndex = 0,
int  offset = 0,
int  remaining = 0 
)
inline

◆ CharacterOffset() [2/2]

WebCore::CharacterOffset::CharacterOffset ( Node n = nullptr,
int  startIndex = 0,
int  offset = 0,
int  remaining = 0 
)
inline

Member Function Documentation

◆ isEqual() [1/2]

bool WebCore::CharacterOffset::isEqual ( CharacterOffset other) const
inline

◆ isEqual() [2/2]

bool WebCore::CharacterOffset::isEqual ( CharacterOffset other) const
inline

◆ isNull() [1/2]

bool WebCore::CharacterOffset::isNull ( ) const
inline

◆ isNull() [2/2]

bool WebCore::CharacterOffset::isNull ( ) const
inline

◆ remaining() [1/2]

int WebCore::CharacterOffset::remaining ( ) const
inline

◆ remaining() [2/2]

int WebCore::CharacterOffset::remaining ( ) const
inline

Member Data Documentation

◆ node

Node * WebCore::CharacterOffset::node

◆ offset

int WebCore::CharacterOffset::offset

◆ remainingOffset

int WebCore::CharacterOffset::remainingOffset

◆ startIndex

int WebCore::CharacterOffset::startIndex

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