Lines Matching full:value
112 void setMultiple(bool value) { m_multiple = value; }
115 void setSize(int value) { m_size = value; }
120 void setLastOnChangeIndex(int value) { m_lastOnChangeIndex = value; }
123 void setUserDrivenChange(bool value) { m_userDrivenChange = value; }
128 void setActiveSelectionState(bool value) { m_activeSelectionState = value; }
131 void setActiveSelectionAnchorIndex(int value) { m_activeSelectionAnchorIndex = value; }
134 void setActiveSelectionEndIndex(int value) { m_activeSelectionEndIndex = value; }
139 void setShouldRecalcListItems(bool value) { m_recalcListItems = value; }
146 void setRepeatingChar(const UChar& value) { m_repeatingChar = value; }
149 void setLastCharTime(const DOMTimeStamp& value) { m_lastCharTime = value; }
152 void setTypedString(const String& value) { m_typedString = value; }