Searched refs:optionCount (Results 1 – 8 of 8) sorted by relevance
25 int optionCount, UOption options[]) { in u_parseArgs() argument44 for(j=0; j<optionCount; ++j) { in u_parseArgs()72 for(j=0; j<optionCount; ++j) { in u_parseArgs()
139 int optionCount, UOption options[]);
432 unsigned optionCount = SelectElement::optionCount(m_data, this); in parseIndexValueString() local440 if (!ok || parsedValue < 1 || parsedValue > optionCount) in parseIndexValueString()
100 static unsigned optionCount(const SelectElementData&, const Element*);
1027 unsigned SelectElement::optionCount(const SelectElementData& data, const Element* element) in optionCount() function in WebCore::SelectElement
176 return SelectElement::optionCount(m_data, this); in length()
506 const int optionCount = optionArray.size(); in findString() local507 for (int i = 0; i < optionCount; ++i) { in findString()
92524 …(WebCore::SelectElement::optionCount): Refactored from HTMLSelectElement::length() for use within …92527 …(WebCore::HTMLSelectElement::length): Use new SelectElement::optionCount() function. (no functiona…