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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLSelectElement.cpp 72 , m_activeSelectionAnchorIndex(-1)
202 if (m_activeSelectionAnchorIndex >= 0)
203 return m_activeSelectionAnchorIndex;
585 m_activeSelectionAnchorIndex = index;
606 ASSERT(!listItems().size() || m_activeSelectionAnchorIndex >= 0);
608 unsigned start = min(m_activeSelectionAnchorIndex, m_activeSelectionEndIndex);
609 unsigned end = max(m_activeSelectionAnchorIndex, m_activeSelectionEndIndex);
714 m_activeSelectionAnchorIndex = -1;
835 if (m_activeSelectionAnchorIndex < 0 || shouldDeselect)
    [all...]
HTMLSelectElement.h 202 int m_activeSelectionAnchorIndex;

Completed in 529 milliseconds