#include <CSSParserToken.h>
|
enum | BlockType {
NotBlock,
BlockStart,
BlockEnd,
NotBlock,
BlockStart,
BlockEnd
} |
|
enum | BlockType {
NotBlock,
BlockStart,
BlockEnd,
NotBlock,
BlockStart,
BlockEnd
} |
|
|
| CSSParserToken (CSSParserTokenType, BlockType=NotBlock) |
|
| CSSParserToken (CSSParserTokenType, StringView, BlockType=NotBlock) |
|
| CSSParserToken (CSSParserTokenType, UChar) |
|
| CSSParserToken (CSSParserTokenType, double, NumericValueType, NumericSign) |
|
| CSSParserToken (CSSParserTokenType, UChar32, UChar32) |
|
| CSSParserToken (HashTokenType, StringView) |
|
bool | operator== (const CSSParserToken &other) const |
|
bool | operator!= (const CSSParserToken &other) const |
|
void | convertToDimensionWithUnit (StringView) |
|
void | convertToPercentage () |
|
CSSParserTokenType | type () const |
|
StringView | value () const |
|
UChar | delimiter () const |
|
NumericSign | numericSign () const |
|
NumericValueType | numericValueType () const |
|
double | numericValue () const |
|
HashTokenType | getHashTokenType () const |
|
BlockType | getBlockType () const |
|
CSSPrimitiveValue::UnitType | unitType () const |
|
UChar32 | unicodeRangeStart () const |
|
UChar32 | unicodeRangeEnd () const |
|
CSSValueID | id () const |
|
CSSValueID | functionId () const |
|
bool | hasStringBacking () const |
|
CSSPropertyID | parseAsCSSPropertyID () const |
|
void | serialize (StringBuilder &) const |
|
CSSParserToken | copyWithUpdatedString (const StringView &) const |
|
| CSSParserToken (CSSParserTokenType, BlockType=NotBlock) |
|
| CSSParserToken (CSSParserTokenType, StringView, BlockType=NotBlock) |
|
| CSSParserToken (CSSParserTokenType, UChar) |
|
| CSSParserToken (CSSParserTokenType, double, NumericValueType, NumericSign) |
|
| CSSParserToken (CSSParserTokenType, UChar32, UChar32) |
|
| CSSParserToken (HashTokenType, StringView) |
|
bool | operator== (const CSSParserToken &other) const |
|
bool | operator!= (const CSSParserToken &other) const |
|
void | convertToDimensionWithUnit (StringView) |
|
void | convertToPercentage () |
|
CSSParserTokenType | type () const |
|
StringView | value () const |
|
UChar | delimiter () const |
|
NumericSign | numericSign () const |
|
NumericValueType | numericValueType () const |
|
double | numericValue () const |
|
HashTokenType | getHashTokenType () const |
|
BlockType | getBlockType () const |
|
CSSPrimitiveValue::UnitType | unitType () const |
|
UChar32 | unicodeRangeStart () const |
|
UChar32 | unicodeRangeEnd () const |
|
CSSValueID | id () const |
|
CSSValueID | functionId () const |
|
bool | hasStringBacking () const |
|
CSSPropertyID | parseAsCSSPropertyID () const |
|
void | serialize (StringBuilder &) const |
|
CSSParserToken | copyWithUpdatedString (const StringView &) const |
|
◆ BlockType [1/2]
Enumerator |
---|
NotBlock | |
BlockStart | |
BlockEnd | |
NotBlock | |
BlockStart | |
BlockEnd | |
◆ BlockType [2/2]
Enumerator |
---|
NotBlock | |
BlockStart | |
BlockEnd | |
NotBlock | |
BlockStart | |
BlockEnd | |
◆ CSSParserToken() [1/12]
◆ CSSParserToken() [2/12]
◆ CSSParserToken() [3/12]
◆ CSSParserToken() [4/12]
◆ CSSParserToken() [5/12]
◆ CSSParserToken() [6/12]
◆ CSSParserToken() [7/12]
◆ CSSParserToken() [8/12]
◆ CSSParserToken() [9/12]
◆ CSSParserToken() [10/12]
◆ CSSParserToken() [11/12]
◆ CSSParserToken() [12/12]
◆ convertToDimensionWithUnit() [1/2]
void WebCore::CSSParserToken::convertToDimensionWithUnit |
( |
StringView |
unit | ) |
|
◆ convertToDimensionWithUnit() [2/2]
void WebCore::CSSParserToken::convertToDimensionWithUnit |
( |
StringView |
| ) |
|
◆ convertToPercentage() [1/2]
void WebCore::CSSParserToken::convertToPercentage |
( |
| ) |
|
◆ convertToPercentage() [2/2]
void WebCore::CSSParserToken::convertToPercentage |
( |
| ) |
|
◆ copyWithUpdatedString() [1/2]
◆ copyWithUpdatedString() [2/2]
◆ delimiter() [1/2]
UChar WebCore::CSSParserToken::delimiter |
( |
| ) |
const |
◆ delimiter() [2/2]
UChar WebCore::CSSParserToken::delimiter |
( |
| ) |
const |
◆ functionId() [1/2]
CSSValueID WebCore::CSSParserToken::functionId |
( |
| ) |
const |
◆ functionId() [2/2]
CSSValueID WebCore::CSSParserToken::functionId |
( |
| ) |
const |
◆ getBlockType() [1/2]
BlockType WebCore::CSSParserToken::getBlockType |
( |
| ) |
const |
|
inline |
◆ getBlockType() [2/2]
BlockType WebCore::CSSParserToken::getBlockType |
( |
| ) |
const |
|
inline |
◆ getHashTokenType() [1/2]
HashTokenType WebCore::CSSParserToken::getHashTokenType |
( |
| ) |
const |
|
inline |
◆ getHashTokenType() [2/2]
HashTokenType WebCore::CSSParserToken::getHashTokenType |
( |
| ) |
const |
|
inline |
◆ hasStringBacking() [1/2]
bool WebCore::CSSParserToken::hasStringBacking |
( |
| ) |
const |
◆ hasStringBacking() [2/2]
bool WebCore::CSSParserToken::hasStringBacking |
( |
| ) |
const |
◆ id() [1/2]
◆ id() [2/2]
◆ numericSign() [1/2]
NumericSign WebCore::CSSParserToken::numericSign |
( |
| ) |
const |
◆ numericSign() [2/2]
NumericSign WebCore::CSSParserToken::numericSign |
( |
| ) |
const |
◆ numericValue() [1/2]
double WebCore::CSSParserToken::numericValue |
( |
| ) |
const |
◆ numericValue() [2/2]
double WebCore::CSSParserToken::numericValue |
( |
| ) |
const |
◆ numericValueType() [1/2]
◆ numericValueType() [2/2]
◆ operator!=() [1/2]
bool WebCore::CSSParserToken::operator!= |
( |
const CSSParserToken & |
other | ) |
const |
|
inline |
◆ operator!=() [2/2]
bool WebCore::CSSParserToken::operator!= |
( |
const CSSParserToken & |
other | ) |
const |
|
inline |
◆ operator==() [1/2]
bool WebCore::CSSParserToken::operator== |
( |
const CSSParserToken & |
other | ) |
const |
◆ operator==() [2/2]
bool WebCore::CSSParserToken::operator== |
( |
const CSSParserToken & |
other | ) |
const |
◆ parseAsCSSPropertyID() [1/2]
CSSPropertyID WebCore::CSSParserToken::parseAsCSSPropertyID |
( |
| ) |
const |
◆ parseAsCSSPropertyID() [2/2]
CSSPropertyID WebCore::CSSParserToken::parseAsCSSPropertyID |
( |
| ) |
const |
◆ serialize() [1/2]
◆ serialize() [2/2]
◆ type() [1/2]
◆ type() [2/2]
◆ unicodeRangeEnd() [1/2]
UChar32 WebCore::CSSParserToken::unicodeRangeEnd |
( |
| ) |
const |
|
inline |
◆ unicodeRangeEnd() [2/2]
UChar32 WebCore::CSSParserToken::unicodeRangeEnd |
( |
| ) |
const |
|
inline |
◆ unicodeRangeStart() [1/2]
UChar32 WebCore::CSSParserToken::unicodeRangeStart |
( |
| ) |
const |
|
inline |
◆ unicodeRangeStart() [2/2]
UChar32 WebCore::CSSParserToken::unicodeRangeStart |
( |
| ) |
const |
|
inline |
◆ unitType() [1/2]
◆ unitType() [2/2]
◆ value() [1/2]
StringView WebCore::CSSParserToken::value |
( |
| ) |
const |
|
inline |
◆ value() [2/2]
StringView WebCore::CSSParserToken::value |
( |
| ) |
const |
|
inline |
◆ end
UChar32 WebCore::CSSParserToken::end |
◆ m_delimiter
UChar WebCore::CSSParserToken::m_delimiter |
◆ m_hashTokenType
◆ m_id
int WebCore::CSSParserToken::m_id |
|
mutable |
◆ m_numericValue
double WebCore::CSSParserToken::m_numericValue |
◆ m_unicodeRange [1/2]
struct { ... } WebCore::CSSParserToken::m_unicodeRange |
◆ m_unicodeRange [2/2]
struct { ... } WebCore::CSSParserToken::m_unicodeRange |
◆ start
UChar32 WebCore::CSSParserToken::start |
The documentation for this class was generated from the following files: