Home | History | Annotate | Download | only in editing

Lines Matching refs:focusedElement

1021     Element* focusedElement = frame().document()->focusedElement();
1022 if (isHTMLTextFormControlElement(focusedElement)) {
1025 focusedElement->setAttribute(dirAttr, direction == LeftToRightWritingDirection ? "ltr" : "rtl");
1026 focusedElement->dispatchInputEvent();