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

/external/webkit/Source/WebCore/page/
H A DFocusController.cpp518 bool FocusController::advanceFocusDirectionallyInContainer(Node* container, const IntRect& startingRect, FocusDirection direction, KeyboardEvent* event) function in class:WebCore::FocusController
555 if (!advanceFocusDirectionallyInContainer(frameElement->contentFrame()->document(), rect, direction, event)) {
557 return advanceFocusDirectionallyInContainer(container, nodeRectInAbsoluteCoordinates(focusCandidate.visibleNode, true), direction, event);
572 return advanceFocusDirectionallyInContainer(focusCandidate.visibleNode, startingRect, direction, event);
618 consumed = advanceFocusDirectionallyInContainer(container, startingRect, direction, event);

Completed in 18 milliseconds