Home | History | Annotate | Download | only in editing

Lines Matching refs:focusedElement

251     Element* focusedElement = frame->document()->focusedElement();
252 if (!focusedElement)
254 RenderObject* renderer = focusedElement->renderer();
260 if (!(style->overflowY() == OSCROLL || style->overflowY() == OAUTO || focusedElement->rendererIsEditable()))