Searched defs:clearTabIndexExplicitly (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DNodeRareData.h113 void clearTabIndexExplicitly() { m_tabIndex = 0; m_tabIndexWasSetExplicitly = false; } function in class:WebCore::NodeRareData
H A DNode.cpp587 void Node::clearTabIndexExplicitly() function in class:WebCore::Node
589 ensureRareData()->clearTabIndexExplicitly();

Completed in 59 milliseconds