Home | History | Annotate | Download | only in html

Lines Matching refs:HTMLTextFormControlElement

26 #include "core/html/HTMLTextFormControlElement.h"
59 HTMLTextFormControlElement::HTMLTextFormControlElement(const QualifiedName& tagName, Document& doc, HTMLFormElement* form)
68 HTMLTextFormControlElement::~HTMLTextFormControlElement()
72 Node::InsertionNotificationRequest HTMLTextFormControlElement::insertedInto(ContainerNode* insertionPoint)
82 void HTMLTextFormControlElement::dispatchFocusEvent(Element* oldFocusedElement, FocusType type)
90 void HTMLTextFormControlElement::dispatchBlurEvent(Element* newFocusedElement)
98 void HTMLTextFormControlElement::defaultEventHandler(Event* event)
109 void HTMLTextFormControlElement::forwardEvent(Event* event)
116 String HTMLTextFormControlElement::strippedPlaceholder() const
138 bool HTMLTextFormControlElement::isPlaceholderEmpty() const
144 bool HTMLTextFormControlElement::placeholderShouldBeVisible() const
154 HTMLElement* HTMLTextFormControlElement::placeholderElement() const
159 void HTMLTextFormControlElement::updatePlaceholderVisibility(bool placeholderValueChanged)
171 void HTMLTextFormControlElement::setSelectionStart(int start)
176 void HTMLTextFormControlElement::setSelectionEnd(int end)
181 void HTMLTextFormControlElement::setSelectionDirection(const String& direction)
186 void HTMLTextFormControlElement::select()
192 bool HTMLTextFormControlElement::shouldDispatchFormControlChangeEvent(String& oldValue, String& newValue)
197 void HTMLTextFormControlElement::dispatchFormControlChangeEvent()
207 void HTMLTextFormControlElement::setRangeText(const String& replacement, ExceptionState& exceptionState)
212 void HTMLTextFormControlElement::setRangeText(const String& replacement, unsigned start, unsigned end, const String& selectionMode, ExceptionState& exceptionState)
268 void HTMLTextFormControlElement::setSelectionRange(int start, int end, const String& directionString)
348 void HTMLTextFormControlElement::setSelectionRange(int start, int end, TextFieldSelectionDirection direction, SelectionOption selectionOption)
389 VisiblePosition HTMLTextFormControlElement::visiblePositionForIndex(int index) const
402 int HTMLTextFormControlElement::indexForVisiblePosition(const VisiblePosition& pos) const
414 int HTMLTextFormControlElement::selectionStart() const
424 int HTMLTextFormControlElement::computeSelectionStart() const
434 int HTMLTextFormControlElement::selectionEnd() const
443 int HTMLTextFormControlElement::computeSelectionEnd() const
472 const AtomicString& HTMLTextFormControlElement::selectionDirection() const
482 TextFieldSelectionDirection HTMLTextFormControlElement::computeSelectionDirection() const
504 PassRefPtrWillBeRawPtr<Range> HTMLTextFormControlElement::selection() const
545 void HTMLTextFormControlElement::restoreCachedSelection()
550 void HTMLTextFormControlElement::selectionChanged(bool userTriggered)
564 void HTMLTextFormControlElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
573 bool HTMLTextFormControlElement::lastChangeWasUserEdit() const
580 void HTMLTextFormControlElement::setInnerEditorValue(const String& value)
608 String HTMLTextFormControlElement::innerEditorValue() const
642 String HTMLTextFormControlElement::valueWithHardLineBreaks() const
686 HTMLTextFormControlElement* enclosingTextFormControl(const Position& position)
694 HTMLTextFormControlElement* enclosingTextFormControl(Node* container)
702 String HTMLTextFormControlElement::directionForFormData() const
722 HTMLElement* HTMLTextFormControlElement::innerEditorElement() const
823 Position HTMLTextFormControlElement::startOfWord(const Position& position)
825 const HTMLTextFormControlElement* textFormControl = enclosingTextFormControl(position);
837 Position HTMLTextFormControlElement::endOfWord(const Position& position)
839 const HTMLTextFormControlElement* textFormControl = enclosingTextFormControl(position);
896 static inline Position startOfInnerText(const HTMLTextFormControlElement* textFormControl)
901 Position HTMLTextFormControlElement::startOfSentence(const Position& position)
903 HTMLTextFormControlElement* textFormControl = enclosingTextFormControl(position);
931 static Position endOfInnerText(const HTMLTextFormControlElement* textFormControl)
937 Position HTMLTextFormControlElement::endOfSentence(const Position& position)
939 HTMLTextFormControlElement* textFormControl = enclosingTextFormControl(position);