Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DNodeRareData.h112 bool tabIndexSetExplicitly() const { return m_tabIndexWasSetExplicitly; } in tabIndexSetExplicitly() function
DNode.cpp938 return hasRareData() && rareData()->tabIndexSetExplicitly(); in supportsFocus()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1685273 (WebCore::NodeRareData::tabIndexSetExplicitly):