Searched refs:m_associatedElementsBeforeIndex (Results 1 – 2 of 2) sorted by relevance
68 , m_associatedElementsBeforeIndex(0) in HTMLFormElement()417 ++m_associatedElementsBeforeIndex; in formElementIndexWithFormAttribute()455 unsigned i = m_associatedElementsBeforeIndex; in formElementIndex()491 if (index < m_associatedElementsBeforeIndex) in removeFormElement()492 --m_associatedElementsBeforeIndex; in removeFormElement()
158 unsigned m_associatedElementsBeforeIndex; variable