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

#include <AccessibilityObject.h>

Public Member Functions

 PlainTextRange ()
 
 PlainTextRange (unsigned s, unsigned l)
 
bool isNull () const
 
 PlainTextRange ()
 
 PlainTextRange (unsigned s, unsigned l)
 
bool isNull () const
 

Public Attributes

unsigned start
 
unsigned length
 

Constructor & Destructor Documentation

◆ PlainTextRange() [1/4]

WebCore::PlainTextRange::PlainTextRange ( )
inline

◆ PlainTextRange() [2/4]

WebCore::PlainTextRange::PlainTextRange ( unsigned  s,
unsigned  l 
)
inline

◆ PlainTextRange() [3/4]

WebCore::PlainTextRange::PlainTextRange ( )
inline

◆ PlainTextRange() [4/4]

WebCore::PlainTextRange::PlainTextRange ( unsigned  s,
unsigned  l 
)
inline

Member Function Documentation

◆ isNull() [1/2]

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

◆ isNull() [2/2]

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

Member Data Documentation

◆ length

unsigned WebCore::PlainTextRange::length

◆ start

unsigned WebCore::PlainTextRange::start

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