Searched defs:focusType (Results 1 – 2 of 2) sorted by relevance
251 void TextFieldInputType::handleFocusEvent(Element* oldFocusedNode, FocusType focusType) in handleFocusEvent()
3259 void EventHandler::defaultArrowEventHandler(FocusType focusType, KeyboardEvent* event) in defaultArrowEventHandler()3296 FocusType focusType = event->shiftKey() ? FocusTypeBackward : FocusTypeForward; in defaultTabEventHandler() local