HomeSort by relevance Sort by last modified time
    Searched refs:_textAnchor (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyle.h 139 void setTextAnchor(ETextAnchor val) { svg_inherited_flags._textAnchor = val; }
315 ETextAnchor textAnchor() const { return (ETextAnchor) svg_inherited_flags._textAnchor; }
374 && (_textAnchor == other._textAnchor)
393 unsigned _textAnchor : 2; // ETextAnchor
445 svg_inherited_flags._textAnchor = initialTextAnchor();
SVGRenderStyle.cpp 145 if (svg_inherited_flags._textAnchor != other->svg_inherited_flags._textAnchor

Completed in 998 milliseconds