Home | History | Annotate | Download | only in editing

Lines Matching refs:focusedElement

998     Element* focusedElement = frame().document()->focusedElement();
999 if (isHTMLTextFormControlElement(focusedElement)) {
1002 focusedElement->setAttribute(dirAttr, direction == LeftToRightWritingDirection ? "ltr" : "rtl");
1003 focusedElement->dispatchInputEvent();