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

Public Member Functions

String propertyValueForNode (Node &, CSSPropertyID)
 
bool floatPropertyValueForNode (Node &, CSSPropertyID, float &)
 
Color colorPropertyValueForNode (Node &, CSSPropertyID)
 
bool isBlockElement (Element &)
 
bool elementHasOwnBackgroundColor (Element &)
 
PassRefPtr< CSSValuecomputedStylePropertyForElement (Element &, CSSPropertyID)
 
PassRefPtr< CSSValueinlineStylePropertyForElement (Element &, CSSPropertyID)
 
NodecacheAncestorsOfStartToBeConverted (const Range &)
 
bool isAncestorsOfStartToBeConverted (Node &node) const
 

Member Function Documentation

◆ cacheAncestorsOfStartToBeConverted()

Node * HTMLConverterCaches::cacheAncestorsOfStartToBeConverted ( const Range range)

◆ colorPropertyValueForNode()

Color HTMLConverterCaches::colorPropertyValueForNode ( Node node,
CSSPropertyID  propertyId 
)

◆ computedStylePropertyForElement()

PassRefPtr< CSSValue > HTMLConverterCaches::computedStylePropertyForElement ( Element element,
CSSPropertyID  propertyId 
)

◆ elementHasOwnBackgroundColor()

bool HTMLConverterCaches::elementHasOwnBackgroundColor ( Element element)

◆ floatPropertyValueForNode()

bool HTMLConverterCaches::floatPropertyValueForNode ( Node node,
CSSPropertyID  propertyId,
float &  result 
)

◆ inlineStylePropertyForElement()

PassRefPtr< CSSValue > HTMLConverterCaches::inlineStylePropertyForElement ( Element element,
CSSPropertyID  propertyId 
)

◆ isAncestorsOfStartToBeConverted()

bool HTMLConverterCaches::isAncestorsOfStartToBeConverted ( Node node) const
inline

◆ isBlockElement()

bool HTMLConverterCaches::isBlockElement ( Element element)

◆ propertyValueForNode()

String HTMLConverterCaches::propertyValueForNode ( Node node,
CSSPropertyID  propertyId 
)

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