Home
last modified time | relevance | path

Searched refs:EOverflowWrap (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyleConstants.h206 enum EOverflowWrap { enum
DRenderStyle.h830EOverflowWrap overflowWrap() const { return static_cast<EOverflowWrap>(rareInheritedData->overflow… in overflowWrap()
1316 void setOverflowWrap(EOverflowWrap b) { SET_VAR(rareInheritedData, overflowWrap, b); } in setOverflowWrap()
1643 static EOverflowWrap initialOverflowWrap() { return NormalOverflowWrap; } in initialOverflowWrap()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValueMappings.h2855 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EOverflowWrap e) in CSSPrimitiveValue()
2869 template<> inline CSSPrimitiveValue::operator EOverflowWrap() const in EOverflowWrap() function