Home | History | Annotate | Download | only in page

Lines Matching full:focus

62     // If we have a focused node we should dispatch focus on it after we focus the window.
161 // FIXME: Not quite correct when it comes to focus transitions leaving/entering the WebView itself
195 // We didn't find a node to focus, so we should try to pass focus to Chrome.
203 // Chrome doesn't want focus, so we should wrap focus.
218 // Focus wrapped around to the same node.
222 // FIXME: May need a way to focus a document here.
226 // We focus frames rather than frame owners.
227 // FIXME: We should not focus frames that have no scrollbars, as focusing them isn't useful to the user.
239 // their focus() methods.
244 // Focus is going away from this document, so clear the focused node.
256 static_cast<Element*>(node)->focus(false);
297 // Don't do this for textareas and text fields, when they lose focus their selections should be cleared
298 // and then restored when they regain focus, to match other browsers.