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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DTreeScope.cpp490 Element* TreeScope::getElementByAccessKey(const String& key) const function in class:WebCore::TreeScope
500 if (Element* shadowResult = shadowRoot->getElementByAccessKey(key))

Completed in 170 milliseconds