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

/external/webkit/WebCore/rendering/style/
H A DRenderStyle.h638 bool textOverflow() const { return rareNonInheritedData->textOverflow; } function in class:WebCore::RenderStyle
969 void setTextOverflow(bool b) { SET_VAR(rareNonInheritedData, textOverflow, b); }

Completed in 31 milliseconds