Searched defs:styleType (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DRenderStyle.h364 PseudoId styleType() const { return static_cast<PseudoId>(noninherited_flags._styleType); } function in class:WebCore::RenderStyle
365 void setStyleType(PseudoId styleType) { noninherited_flags._styleType = styleType; } argument

Completed in 96 milliseconds