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

  /external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.h 208 bool acceptIndex(int index);
PopupListBox.cpp 142 // Need to check before calling acceptIndex(), because m_popupClient might
143 // be removed in acceptIndex() calling because of event handler.
145 if (acceptIndex(pointToRowIndex(event.position())) && m_focusedElement && isSelectPopup) {
224 acceptIndex(m_selectedIndex); // may delete this
275 acceptIndex(m_selectedIndex); // May delete us.
581 bool PopupListBox::acceptIndex(int index)

Completed in 488 milliseconds