#include <StaticRange.h>
◆ ~StaticRange() [1/2]
StaticRange::~StaticRange |
( |
| ) |
|
◆ ~StaticRange() [2/2]
WebCore::StaticRange::~StaticRange |
( |
| ) |
|
◆ collapsed() [1/2]
bool StaticRange::collapsed |
( |
| ) |
const |
◆ collapsed() [2/2]
bool WebCore::StaticRange::collapsed |
( |
| ) |
const |
◆ create() [1/2]
static Ref<StaticRange> WebCore::StaticRange::create |
( |
Ref< Node > && |
startContainer, |
|
|
unsigned |
startOffset, |
|
|
Ref< Node > && |
endContainer, |
|
|
unsigned |
endOffset |
|
) |
| |
|
static |
◆ create() [2/2]
Ref< StaticRange > StaticRange::create |
( |
Ref< Node > && |
startContainer, |
|
|
unsigned |
startOffset, |
|
|
Ref< Node > && |
endContainer, |
|
|
unsigned |
endOffset |
|
) |
| |
|
static |
◆ createFromRange() [1/2]
◆ createFromRange() [2/2]
◆ endContainer() [1/2]
Node* WebCore::StaticRange::endContainer |
( |
| ) |
const |
◆ endContainer() [2/2]
Node * StaticRange::endContainer |
( |
| ) |
const |
◆ endOffset() [1/2]
unsigned WebCore::StaticRange::endOffset |
( |
| ) |
const |
|
inline |
◆ endOffset() [2/2]
unsigned WebCore::StaticRange::endOffset |
( |
| ) |
const |
|
inline |
◆ startContainer() [1/2]
Node * StaticRange::startContainer |
( |
| ) |
const |
◆ startContainer() [2/2]
Node* WebCore::StaticRange::startContainer |
( |
| ) |
const |
◆ startOffset() [1/2]
unsigned WebCore::StaticRange::startOffset |
( |
| ) |
const |
|
inline |
◆ startOffset() [2/2]
unsigned WebCore::StaticRange::startOffset |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: