Home | History | Annotate | Download | only in jni

Lines Matching refs:focusedFrame

622     return focusedFrame()->document()->focusedNode();
1396 WebCore::Frame* focusedFrame = focus->document()->frame();
1397 if (!focusedFrame->page()->focusController()->isActive())
1399 focusedFrame->selection()->revealSelection(ScrollAlignment::alignToEdgeIfNeeded);
1427 WebCore::Frame* WebViewCore::focusedFrame() const
1445 focusedFrame()->document()->renderView()->layer()->hitTest(request, result);
1475 focusedFrame()->document()->renderView()->layer()->hitTest(request, result);
1485 SelectionController* sc = focusedFrame()->selection();
1721 if (!frame) frame = focusedFrame();
1758 SelectionController* sc = focusedFrame()->selection();
3168 eventHandler = focusedFrame()->eventHandler();
3193 Frame* frame = focusedFrame();
3493 SelectText* selectText = createSelectText(focusedFrame()->selection()->selection());
3881 VisibleSelection selection = focusedFrame()->selection()->selection();
4614 viewImpl->saveDocumentState(viewImpl->focusedFrame());
5024 viewImpl->focusedFrame()->selection()->clear();
5036 viewImpl->focusedFrame()->selection()->selectAll();