HomeSort by relevance Sort by last modified time
    Searched refs:advanceFocusDirectionallyInContainer (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/page/
FocusController.h 67 bool advanceFocusDirectionallyInContainer(Node* container, const IntRect& startingRect, FocusDirection, KeyboardEvent*);
FocusController.cpp 518 bool FocusController::advanceFocusDirectionallyInContainer(Node* container, const IntRect& startingRect, FocusDirection direction, KeyboardEvent* event)
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 15 milliseconds