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

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DEventHandler.cpp2960 bool EventHandler::handleAccessKey(const PlatformKeyboardEvent& evt) function in class:blink::EventHandler
3033 // On Windows, WebKit explicitly calls handleAccessKey() instead of dispatching a keypress event for WM_SYSCHAR messages.
3037 matchedAnAccessKey = handleAccessKey(initialKeyEvent);

Completed in 165 milliseconds