Home | History | Annotate | Download | only in editing

Lines Matching refs:textControl

57     HTMLTextFormControlElement* textControl = enclosingTextFormControl(selection.start());
58 return isHTMLInputElement(textControl) && toHTMLInputElement(textControl)->isTextField();
130 HTMLTextFormControlElement* textControl = toHTMLTextFormControlElement(element);
131 parent = textControl;
132 element = textControl->innerEditorElement();
133 isTextField = isHTMLInputElement(*textControl) && toHTMLInputElement(*textControl).isTextField();