Lines Matching full:advancefocus
3903 Use FocusDirection argument instead of key modifiers to send direction to advanceFocus.
13259 (WebCore::FocusController::advanceFocus): Don't give the focus back to the chrome if this is the initial focus.
50427 (WebCore::FocusController::advanceFocus):
55902 (WebCore::FocusController::advanceFocus): Added a FIXME.
56580 advanceFocus that takes a FocusDirection parameter.
56581 * page/FocusController.cpp: (WebCore::FocusController::advanceFocus): Changed to allow a 0 for
60126 (WebCore::FocusController::advanceFocus): If there's no focused frame,
60917 (WebCore::FocusController::advanceFocus): Clear the focused frame
68828 Moved advanceFocus from EventHandler to FocusController and added
68831 * page/EventHandler.cpp: Moved advanceFocus to FocusController.
68836 (WebCore::FocusController::advanceFocus): Moved from EventHandler and
68838 * page/FocusController.h: Added advanceFocus declaration.
68841 of advanceFocus to FocusController.