Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElementRareData.h53 … void setTabIndexExplicitly(short index) { m_tabIndex = index; m_tabIndexWasSetExplicitly = true; } in setTabIndexExplicitly()
54 bool tabIndexSetExplicitly() const { return m_tabIndexWasSetExplicitly; } in tabIndexSetExplicitly()
55 void clearTabIndexExplicitly() { m_tabIndex = 0; m_tabIndexWasSetExplicitly = false; } in clearTabIndexExplicitly()
156 unsigned m_tabIndexWasSetExplicitly : 1; variable
206 , m_tabIndexWasSetExplicitly(false) in ElementRareData()