Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElementRareData.h54 bool tabIndexSetExplicitly() const { return m_tabIndexWasSetExplicitly; } in tabIndexSetExplicitly() function
DElement.cpp252 return hasRareData() && elementRareData()->tabIndexSetExplicitly(); in supportsFocus()