Home | History | Annotate | Download | only in html

Lines Matching refs:itemsSize

1075     size_t itemsSize = items.size();
1076 if (!itemsSize)
1079 for (size_t i = 0; i < itemsSize; ++i) {
1089 if (index < itemsSize && isHTMLOptionElement(items[index]) && toHTMLOptionElement(items[index])->value() == state[0]) {
1092 size_t foundIndex = searchOptionsForValue(state[0], 0, itemsSize);
1101 if (index < itemsSize && isHTMLOptionElement(items[index]) && toHTMLOptionElement(items[index])->value() == value) {
1105 size_t foundIndex = searchOptionsForValue(value, startIndex, itemsSize);