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

/external/webkit/Source/WebCore/wml/
H A DWMLElement.cpp79 setTabIndexExplicitly(max(static_cast<int>(std::numeric_limits<short>::min()), min(tabindex, static_cast<int>(std::numeric_limits<short>::max()))));
/external/webkit/Source/WebCore/dom/
H A DNodeRareData.h111 void setTabIndexExplicitly(short index) { m_tabIndex = index; m_tabIndexWasSetExplicitly = true; } function in class:WebCore::NodeRareData
H A DNode.h649 void setTabIndexExplicitly(short);
H A DNode.cpp582 void Node::setTabIndexExplicitly(short i) function in class:WebCore::Node
584 ensureRareData()->setTabIndexExplicitly(i);
/external/webkit/Source/WebCore/html/
H A DHTMLElement.cpp155 setTabIndexExplicitly(max(static_cast<int>(std::numeric_limits<short>::min()), min(tabindex, static_cast<int>(std::numeric_limits<short>::max()))));

Completed in 332 milliseconds