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

  /external/webkit/Source/WebCore/rendering/style/
SVGRenderStyle.h 130 void setDominantBaseline(EDominantBaseline val) { svg_noninherited_flags.f._dominantBaseline = val; }
279 EDominantBaseline dominantBaseline() const { return (EDominantBaseline) svg_noninherited_flags.f._dominantBaseline; }
376 unsigned _dominantBaseline : 4; // EDominantBaseline
422 svg_noninherited_flags.f._dominantBaseline = initialDominantBaseline();
SVGRenderStyle.cpp 151 || svg_noninherited_flags.f._dominantBaseline != other->svg_noninherited_flags.f._dominantBaseline

Completed in 335 milliseconds