Searched refs:Hyphens (Results 1 – 6 of 6) sorted by relevance
417 enum Hyphens { HyphensNone, HyphensManual, HyphensAuto }; enum
700 Hyphens hyphens() const { return static_cast<Hyphens>(rareInheritedData->hyphens); } in hyphens()1061 void setHyphens(Hyphens h) { SET_VAR(rareInheritedData, hyphens, h); } in setHyphens()1295 static Hyphens initialHyphens() { return HyphensManual; } in initialHyphens()
2395 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(Hyphens hyphens) in CSSPrimitiveValue()2412 template<> inline CSSPrimitiveValue::operator Hyphens() const in Hyphens() function
5519 HANDLE_INHERIT_AND_INITIAL(hyphens, Hyphens); in applyProperty()
255 Hyphens separate portions of the ``TargetDescription`` string.
117185 …(WebCore::CSSPrimitiveValue::CSSPrimitiveValue): Added. Maps from a Hyphens value to an identifier.117186 … (WebCore::CSSPrimitiveValue::operator Hyphens): Added. Maps from an identifier to a Hyphens value.117256 Added a Hyphens enum.