CycleFirstChar 1571 Source/core/html/HTMLSelectElement.cpp int index = m_typeAhead.handleEvent(event, TypeAhead::MatchPrefix | TypeAhead::CycleFirstChar); CycleFirstChar 80 Source/core/html/forms/TypeAhead.cpp if (matchMode & CycleFirstChar && c == m_repeatingChar) { CycleFirstChar 84 Source/core/html/shadow/DateTimeSymbolicFieldElement.cpp int index = m_typeAhead.handleEvent(keyboardEvent, TypeAhead::MatchPrefix | TypeAhead::CycleFirstChar | TypeAhead::MatchIndex);