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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLSelectElement.cpp78 , m_activeSelectionAnchorIndex(-1)
201 if (m_activeSelectionAnchorIndex >= 0)
202 return m_activeSelectionAnchorIndex;
631 m_activeSelectionAnchorIndex = index;
655 ASSERT(!listItems().size() || m_activeSelectionAnchorIndex >= 0);
657 unsigned start = std::min(m_activeSelectionAnchorIndex, m_activeSelectionEndIndex);
658 unsigned end = std::max(m_activeSelectionAnchorIndex, m_activeSelectionEndIndex);
772 m_activeSelectionAnchorIndex = -1;
916 if (m_activeSelectionAnchorIndex < 0 && m_activeSelectionEndIndex < 0)
919 if (listIndex <= m_activeSelectionAnchorIndex)
[all...]
H A DHTMLSelectElement.h224 int m_activeSelectionAnchorIndex; member in class:blink::FINAL

Completed in 1359 milliseconds