enclosingTextFormControl 117 Source/core/editing/Editor.cpp HTMLTextFormControlElement* textFormControlOfSelectionStart = enclosingTextFormControl(selection.start()); enclosingTextFormControl 856 Source/core/editing/Editor.cpp if (enclosingTextFormControl(m_frame.selection().start())) { enclosingTextFormControl 872 Source/core/editing/Editor.cpp if (enclosingTextFormControl(m_frame.selection().start())) { enclosingTextFormControl 1440 Source/core/editing/FrameSelection.cpp HTMLTextFormControlElement* textControl = enclosingTextFormControl(start()); enclosingTextFormControl 1642 Source/core/editing/FrameSelection.cpp if (HTMLTextFormControlElement* textControl = enclosingTextFormControl(start())) enclosingTextFormControl 1256 Source/core/editing/ReplaceSelectionCommand.cpp Element* textControl = enclosingTextFormControl(positionAtStartOfInsertedContent().deepEquivalent()); enclosingTextFormControl 57 Source/core/editing/SpellChecker.cpp HTMLTextFormControlElement* textControl = enclosingTextFormControl(selection.start()); enclosingTextFormControl 124 Source/core/editing/SpellChecker.cpp enclosingHTMLTextFormControlElement = enclosingTextFormControl(firstPositionInNode(element)); enclosingTextFormControl 856 Source/core/editing/markup.cpp bool useLineBreak = enclosingTextFormControl(context->startPosition()); enclosingTextFormControl 325 Source/core/html/HTMLTextFormControlElement.cpp if (enclosingTextFormControl(indexPosition) != this) enclosingTextFormControl 145 Source/core/html/HTMLTextFormControlElement.h HTMLTextFormControlElement* enclosingTextFormControl(const Position&); enclosingTextFormControl 747 Source/core/page/DragController.cpp if (enclosingTextFormControl(src->selection().start())) {