getElementByAccessKey  480 Source/core/dom/TreeScope.cpp             if (Element* shadowResult = shadowRoot->getElementByAccessKey(key))
getElementByAccessKey  154 Source/core/dom/TreeScope.h     Element* getElementByAccessKey(const String& key) const;
getElementByAccessKey 3057 Source/core/page/EventHandler.cpp     Element* elem = m_frame->document()->getElementByAccessKey(key.lower());