Home
last modified time | relevance | path

Searched refs:m_tabIndex (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/dom/
DNodeRareData.h79 , m_tabIndex(0) in NodeRareData()
110 short tabIndex() const { return m_tabIndex; } in tabIndex()
111 … void setTabIndexExplicitly(short index) { m_tabIndex = index; m_tabIndexWasSetExplicitly = true; } in setTabIndexExplicitly()
113 void clearTabIndexExplicitly() { m_tabIndex = 0; m_tabIndexWasSetExplicitly = false; } in clearTabIndexExplicitly()
135 short m_tabIndex; variable
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1468877 * dom/Node.h: Use a signed short to store m_tabIndex.