Home
last modified time | relevance | path

Searched defs:setTabIndexExplicitly (Results 1 – 2 of 2) 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() function
DElement.cpp245 void Element::setTabIndexExplicitly(short tabIndex) in setTabIndexExplicitly() function in WebCore::Element