Home | History | Annotate | Download | only in editing

Lines Matching refs:HTMLTextFormControlElement

57     HTMLTextFormControlElement* textControl = enclosingTextFormControl(selection.start());
63 HTMLTextFormControlElement* textControl = enclosingTextFormControl(selection.start());
135 HTMLTextFormControlElement* enclosingHTMLTextFormControlElement = 0;
141 HTMLTextFormControlElement* textControl = toHTMLTextFormControlElement(element);
746 HTMLTextFormControlElement* textFormControlElement = toHTMLTextFormControlElement(e);
783 newAdjacentWords.setWithoutValidation(HTMLTextFormControlElement::startOfWord(newStart), HTMLTextFormControlElement::endOfWord(newStart));
785 newSelectedSentence.setWithoutValidation(HTMLTextFormControlElement::startOfSentence(newStart), HTMLTextFormControlElement::endOfSentence(newStart));