Home | History | Annotate | Download | only in html

Lines Matching defs:HTMLTextFormControlElement

26 #include "core/html/HTMLTextFormControlElement.h"
52 HTMLTextFormControlElement::HTMLTextFormControlElement(const QualifiedName& tagName, Document& doc, HTMLFormElement* form)
61 HTMLTextFormControlElement::~HTMLTextFormControlElement()
65 Node::InsertionNotificationRequest HTMLTextFormControlElement::insertedInto(ContainerNode* insertionPoint)
75 void HTMLTextFormControlElement::dispatchFocusEvent(Element* oldFocusedElement, FocusType type)
83 void HTMLTextFormControlElement::dispatchBlurEvent(Element* newFocusedElement)
91 void HTMLTextFormControlElement::defaultEventHandler(Event* event)
102 void HTMLTextFormControlElement::forwardEvent(Event* event)
109 String HTMLTextFormControlElement::strippedPlaceholder() const
131 bool HTMLTextFormControlElement::isPlaceholderEmpty() const
137 bool HTMLTextFormControlElement::placeholderShouldBeVisible() const
147 HTMLElement* HTMLTextFormControlElement::placeholderElement() const
152 void HTMLTextFormControlElement::updatePlaceholderVisibility(bool placeholderValueChanged)
164 void HTMLTextFormControlElement::setSelectionStart(int start)
169 void HTMLTextFormControlElement::setSelectionEnd(int end)
174 void HTMLTextFormControlElement::setSelectionDirection(const String& direction)
179 void HTMLTextFormControlElement::select()
184 bool HTMLTextFormControlElement::shouldDispatchFormControlChangeEvent(String& oldValue, String& newValue)
189 void HTMLTextFormControlElement::dispatchFormControlChangeEvent()
206 void HTMLTextFormControlElement::setRangeText(const String& replacement, ExceptionState& exceptionState)
211 void HTMLTextFormControlElement::setRangeText(const String& replacement, unsigned start, unsigned end, const String& selectionMode, ExceptionState& exceptionState)
267 void HTMLTextFormControlElement::setSelectionRange(int start, int end, const String& directionString)
278 void HTMLTextFormControlElement::setSelectionRange(int start, int end, TextFieldSelectionDirection direction)
316 VisiblePosition HTMLTextFormControlElement::visiblePositionForIndex(int index) const
327 int HTMLTextFormControlElement::indexForVisiblePosition(const VisiblePosition& pos) const
339 int HTMLTextFormControlElement::selectionStart() const
349 int HTMLTextFormControlElement::computeSelectionStart() const
359 int HTMLTextFormControlElement::selectionEnd() const
368 int HTMLTextFormControlElement::computeSelectionEnd() const
397 const AtomicString& HTMLTextFormControlElement::selectionDirection() const
407 TextFieldSelectionDirection HTMLTextFormControlElement::computeSelectionDirection() const
429 PassRefPtrWillBeRawPtr<Range> HTMLTextFormControlElement::selection() const
470 HTMLTextFormControlElement::restoreCachedSelection()
475 void HTMLTextFormControlElement::selectionChanged(bool userTriggered)
489 void HTMLTextFormControlElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
498 bool HTMLTextFormControlElement::lastChangeWasUserEdit() const
505 void HTMLTextFormControlElement::setInnerEditorValue(const String& value)
533 String HTMLTextFormControlElement::innerEditorValue() const
567 String HTMLTextFormControlElement::valueWithHardLineBreaks() const
611 HTMLTextFormControlElement* enclosingTextFormControl(const Position& position)
619 HTMLTextFormControlElement* enclosingTextFormControl(Node* container)
637 String HTMLTextFormControlElement::directionForFormData() const
657 HTMLElement* HTMLTextFormControlElement::innerEditorElement() const