activeSelectionEndListIndex 88 Source/core/accessibility/AXListBoxOption.cpp return listBoxParentNode->activeSelectionEndListIndex() == listBoxOptionIndex(); activeSelectionEndListIndex 110 Source/core/html/HTMLSelectElement.h int activeSelectionEndListIndex() const; activeSelectionEndListIndex 206 Source/core/rendering/RenderListBox.cpp if (firstIndex >= 0 && !listIndexIsVisible(select->activeSelectionEndListIndex())) activeSelectionEndListIndex 344 Source/core/rendering/RenderListBox.cpp int selectedItem = select->activeSelectionEndListIndex();