Searched refs:enclosingTextFormControl (Results 1 – 9 of 9) sorted by relevance
163 HTMLTextFormControlElement* enclosingTextFormControl(const Position&);164 HTMLTextFormControlElement* enclosingTextFormControl(Node*);
405 if (enclosingTextFormControl(indexPosition) != this) in indexForVisiblePosition()686 HTMLTextFormControlElement* enclosingTextFormControl(const Position& position) in enclosingTextFormControl() function691 return enclosingTextFormControl(position.containerNode()); in enclosingTextFormControl()694 HTMLTextFormControlElement* enclosingTextFormControl(Node* container) in enclosingTextFormControl() function825 const HTMLTextFormControlElement* textFormControl = enclosingTextFormControl(position); in startOfWord()839 const HTMLTextFormControlElement* textFormControl = enclosingTextFormControl(position); in endOfWord()903 HTMLTextFormControlElement* textFormControl = enclosingTextFormControl(position); in startOfSentence()939 HTMLTextFormControlElement* textFormControl = enclosingTextFormControl(position); in endOfSentence()
57 HTMLTextFormControlElement* textControl = enclosingTextFormControl(selection.start()); in isSelectionInTextField()63 HTMLTextFormControlElement* textControl = enclosingTextFormControl(selection.start()); in isSelectionInTextArea()69 return !!enclosingTextFormControl(selection.start()); in isSelectionInTextFormControl()137 … enclosingHTMLTextFormControlElement = enclosingTextFormControl(firstPositionInNode(element)); in didBeginEditing()
117 …HTMLTextFormControlElement* textFormControlOfSelectionStart = enclosingTextFormControl(selection.s… in selectionForCommand()834 if (enclosingTextFormControl(frame().selection().start())) { in cut()850 if (enclosingTextFormControl(frame().selection().start())) { in copy()919 HTMLTextFormControlElement* control = enclosingTextFormControl(node); in countEditingEvent()
1226 return enclosingTextFormControl(selection.start()); in isTextFormControl()1436 HTMLTextFormControlElement* textControl = enclosingTextFormControl(start()); in isInPasswordField()1651 if (HTMLTextFormControlElement* textControl = enclosingTextFormControl(start())) in notifyRendererOfSelectionChange()
875 bool useLineBreak = enclosingTextFormControl(context->startPosition()); in createFragmentFromText()
1292 …HTMLTextFormControlElement* textControl = enclosingTextFormControl(positionAtStartOfInsertedConten… in shouldPerformSmartReplace()
669 if (!enclosingTextFormControl(selectionStartNode)) in clearSelectionIfNeeded()
747 if (enclosingTextFormControl(src->selection().start())) { in populateDragDataTransfer()