Searched refs:m_suggestedIndex (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLSelectElement.h230 int m_suggestedIndex; member in class:blink::FINAL
H A DHTMLSelectElement.cpp84 , m_suggestedIndex(-1)
286 if (isHTMLOptionElement(items[i]) && m_suggestedIndex >= 0) {
287 if (i == static_cast<unsigned>(m_suggestedIndex))
873 return m_suggestedIndex;
878 m_suggestedIndex = suggestedIndex;

Completed in 128 milliseconds