Searched refs:findFocusCandidateInContainer (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DFocusController.h68 void findFocusCandidateInContainer(Node* container, const IntRect& startingRect, FocusDirection, KeyboardEvent*, FocusCandidate& closest);
H A DFocusController.cpp488 void FocusController::findFocusCandidateInContainer(Node* container, const IntRect& startingRect, FocusDirection direction, KeyboardEvent* event, FocusCandidate& closest) function in class:WebCore::FocusController
530 findFocusCandidateInContainer(container, newStartingRect, direction, event, focusCandidate);

Completed in 306 milliseconds