Home | History | Annotate | Download | only in src

Lines Matching full:focused

342                 // Already focused text field was clicked, let's remember this.  If
406 // If the event was a middle click, attempt to copy text into the focused
408 // because the page may change what is focused during in its event handler.
423 Frame* focused = focusedWebCoreFrame();
427 HitTestResult hitTestResult = focused->eventHandler()->hitTestResultAtPoint(contentPoint, false, false, ShouldHitTestScrollbars);
431 if (!hitTestResult.scrollbar() && !hitTestResult.isLiveLink() && focused && !view->scrollbarAtPoint(clickPoint)) {
432 Editor* editor = focused->editor();
965 // focused, then the focus element shows with a focus ring but
986 // Clear focus on the currently focused frame if any.
1011 Frame* focused = focusedWebCoreFrame();
1012 if (!focused || !m_imeAcceptEvents)
1014 Editor* editor = focused->editor();
1091 // 1. Retrieve the selection controller of the focused frame;
1096 const Frame* focused = focusedWebCoreFrame();
1097 if (!focused)
1100 const Editor* editor = focused->editor();
1104 SelectionController* controller = focused->selection();
1127 const Frame* focused = focusedWebCoreFrame();
1128 if (!focused)
1131 Editor* editor = focused->editor();
1226 // Clears the focused frame if any.
1272 // Clear the focused node.
1585 // focused node, then we have nothing to do. FIXME: also check the
1640 // focused node, then we have nothing to do. FIXME: also check the