Searched refs:getElementByAccessKey (Results 1 – 3 of 3) sorted by relevance
125 Element* getElementByAccessKey(const String& key) const;
482 Element* TreeScope::getElementByAccessKey(const String& key) const in getElementByAccessKey() function in WebCore::TreeScope493 if (Element* shadowResult = shadowRoot->getElementByAccessKey(key)) in getElementByAccessKey()
3052 Element* elem = m_frame->document()->getElementByAccessKey(key.lower()); in handleAccessKey()