Home
last modified time | relevance | path

Searched refs:Hyphens (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
DRenderStyleConstants.h417 enum Hyphens { HyphensNone, HyphensManual, HyphensAuto }; enum
DRenderStyle.h700 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()
/external/webkit/Source/WebCore/css/
DCSSPrimitiveValueMappings.h2395 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(Hyphens hyphens) in CSSPrimitiveValue()
2412 template<> inline CSSPrimitiveValue::operator Hyphens() const in Hyphens() function
DCSSStyleSelector.cpp5519 HANDLE_INHERIT_AND_INITIAL(hyphens, Hyphens); in applyProperty()
/external/llvm/docs/
DWritingAnLLVMBackend.rst255 Hyphens separate portions of the ``TargetDescription`` string.
/external/webkit/Source/WebCore/
DChangeLog-2010-12-06117185 …(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.