Searched refs:EUserSelect (Results 1 – 3 of 3) sorted by relevance
217 enum EUserSelect { enum
796 … EUserSelect userSelect() const { return static_cast<EUserSelect>(rareInheritedData->userSelect); } in userSelect()1259 void setUserSelect(EUserSelect s) { SET_VAR(rareInheritedData, userSelect, s); } in setUserSelect()1604 static EUserSelect initialUserSelect() { return SELECT_TEXT; } in initialUserSelect()
2737 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EUserSelect e) in CSSPrimitiveValue()2754 template<> inline CSSPrimitiveValue::operator EUserSelect() const in EUserSelect() function