Home
last modified time | relevance | path

Searched defs:focusDirection (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/page/
DEventHandler.cpp2956 void EventHandler::defaultArrowEventHandler(FocusDirection focusDirection, KeyboardEvent* event) in defaultArrowEventHandler()
2993 …FocusDirection focusDirection = event->shiftKey() ? FocusDirectionBackward : FocusDirectionForward; in defaultTabEventHandler() local