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

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DFocusController.h113 bool advanceFocusDirectionallyInContainer(Node* container, const LayoutRect& startingRect, FocusType);
H A DFocusController.cpp816 bool FocusController::advanceFocusDirectionallyInContainer(Node* container, const LayoutRect& startingRect, FocusType type) function in class:blink::FocusController
853 if (!advanceFocusDirectionallyInContainer(toLocalFrame(frameElement->contentFrame())->document(), rect, type)) {
855 return advanceFocusDirectionallyInContainer(container, nodeRectInAbsoluteCoordinates(focusCandidate.visibleNode, true), type);
870 return advanceFocusDirectionallyInContainer(focusCandidate.visibleNode, startingRect, type);
919 consumed = advanceFocusDirectionallyInContainer(container, startingRect, type);

Completed in 87 milliseconds