Searched refs:setTabIndexExplicitly (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElementRareData.h53 void setTabIndexExplicitly(short index) { m_tabIndex = index; m_tabIndexWasSetExplicitly = true; } function in class:WebCore::ElementRareData
H A DElement.h676 void setTabIndexExplicitly(short);
H A DElement.cpp250 void Element::setTabIndexExplicitly(short tabIndex) function in class:WebCore::Element
252 ensureElementRareData()->setTabIndexExplicitly(tabIndex);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLElement.cpp300 setTabIndexExplicitly(max(static_cast<int>(std::numeric_limits<short>::min()), min(tabindex, static_cast<int>(std::numeric_limits<short>::max()))));

Completed in 90 milliseconds