searchOptionsForValue 1030 Source/core/html/HTMLSelectElement.cpp size_t foundIndex = searchOptionsForValue(state[0], 0, itemsSize); searchOptionsForValue 1037 Source/core/html/HTMLSelectElement.cpp size_t foundIndex = searchOptionsForValue(value, startIndex, itemsSize); searchOptionsForValue 1039 Source/core/html/HTMLSelectElement.cpp foundIndex = searchOptionsForValue(value, 0, startIndex); searchOptionsForValue 177 Source/core/html/HTMLSelectElement.h size_t searchOptionsForValue(const String&, size_t listIndexStart, size_t listIndexEnd) const;