HomeSort by relevance Sort by last modified time
    Searched refs:loopSelectionNavigation (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.h 67 bool loopSelectionNavigation;
PopupListBox.cpp 710 if (!m_settings.loopSelectionNavigation || m_selectedIndex != numItems() - 1) {
721 if (!m_settings.loopSelectionNavigation || m_selectedIndex > 0) {

Completed in 40 milliseconds