Home
last modified time | relevance | path

Searched refs:enclosingTextFormControl (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTextFormControlElement.h163 HTMLTextFormControlElement* enclosingTextFormControl(const Position&);
164 HTMLTextFormControlElement* enclosingTextFormControl(Node*);
DHTMLTextFormControlElement.cpp405 if (enclosingTextFormControl(indexPosition) != this) in indexForVisiblePosition()
686 HTMLTextFormControlElement* enclosingTextFormControl(const Position& position) in enclosingTextFormControl() function
691 return enclosingTextFormControl(position.containerNode()); in enclosingTextFormControl()
694 HTMLTextFormControlElement* enclosingTextFormControl(Node* container) in enclosingTextFormControl() function
825 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()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DSpellChecker.cpp57 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()
DEditor.cpp117 …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()
DFrameSelection.cpp1226 return enclosingTextFormControl(selection.start()); in isTextFormControl()
1436 HTMLTextFormControlElement* textControl = enclosingTextFormControl(start()); in isInPasswordField()
1651 if (HTMLTextFormControlElement* textControl = enclosingTextFormControl(start())) in notifyRendererOfSelectionChange()
Dmarkup.cpp875 bool useLineBreak = enclosingTextFormControl(context->startPosition()); in createFragmentFromText()
DReplaceSelectionCommand.cpp1292 …HTMLTextFormControlElement* textControl = enclosingTextFormControl(positionAtStartOfInsertedConten… in shouldPerformSmartReplace()
/external/chromium_org/third_party/WebKit/Source/core/page/
DFocusController.cpp669 if (!enclosingTextFormControl(selectionStartNode)) in clearSelectionIfNeeded()
DDragController.cpp747 if (enclosingTextFormControl(src->selection().start())) { in populateDragDataTransfer()