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

/external/webkit/Source/WebCore/page/
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);
H A DFocusController.h68 void findFocusCandidateInContainer(Node* container, const IntRect& startingRect, FocusDirection, KeyboardEvent*, FocusCandidate& closest);

Completed in 170 milliseconds