Home
last modified time | relevance | path

Searched refs:TA_START (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebCore/rendering/
DSVGCharacterLayoutInfo.h262 : anchor(TA_START) in SVGTextChunk()
DSVGRootInlineBox.cpp758 if (chunk.anchor == TA_START) in applyTextAnchorToTextChunk()
962 if (anchor == TA_START) in buildLayoutInformation()
/external/webkit/WebCore/rendering/style/
DSVGRenderStyle.h67 SVG_RS_DEFINE_ATTRIBUTE_INHERITED(ETextAnchor, TextAnchor, textAnchor, TA_START)
DSVGRenderStyleDefs.h79 TA_START, TA_MIDDLE, TA_END enumerator
/external/webkit/WebCore/css/
DCSSPrimitiveValueMappings.h2161 case TA_START: in CSSPrimitiveValue()
2177 return TA_START; in ETextAnchor()
2184 return TA_START; in ETextAnchor()