Searched refs:EUserSelect (Results 1 – 3 of 3) sorted by relevance
193 enum EUserSelect { enum
825 … EUserSelect userSelect() const { return static_cast<EUserSelect>(rareInheritedData->userSelect); } in userSelect()1311 void setUserSelect(EUserSelect s) { SET_VAR(rareInheritedData, userSelect, s); } in setUserSelect()1638 static EUserSelect initialUserSelect() { return SELECT_TEXT; } in initialUserSelect()
2631 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EUserSelect e) in CSSPrimitiveValue()2648 template<> inline CSSPrimitiveValue::operator EUserSelect() const in EUserSelect() function