Home
last modified time | relevance | path

Searched refs:HTMLTextFormControlElement (Results 1 – 25 of 31) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTextFormControlElement.cpp59 HTMLTextFormControlElement::HTMLTextFormControlElement(const QualifiedName& tagName, Document& doc,… in HTMLTextFormControlElement() function in blink::HTMLTextFormControlElement
68 HTMLTextFormControlElement::~HTMLTextFormControlElement() in ~HTMLTextFormControlElement()
72 Node::InsertionNotificationRequest HTMLTextFormControlElement::insertedInto(ContainerNode* insertio… in insertedInto()
82 void HTMLTextFormControlElement::dispatchFocusEvent(Element* oldFocusedElement, FocusType type) in dispatchFocusEvent()
90 void HTMLTextFormControlElement::dispatchBlurEvent(Element* newFocusedElement) in dispatchBlurEvent()
98 void HTMLTextFormControlElement::defaultEventHandler(Event* event) in defaultEventHandler()
109 void HTMLTextFormControlElement::forwardEvent(Event* event) in forwardEvent()
116 String HTMLTextFormControlElement::strippedPlaceholder() const in strippedPlaceholder()
138 bool HTMLTextFormControlElement::isPlaceholderEmpty() const in isPlaceholderEmpty()
144 bool HTMLTextFormControlElement::placeholderShouldBeVisible() const in placeholderShouldBeVisible()
[all …]
DHTMLInputElement.cpp110 : HTMLTextFormControlElement(inputTag, document, form) in HTMLInputElement()
148 HTMLTextFormControlElement::trace(visitor); in trace()
199 return HTMLTextFormControlElement::shouldAutocomplete(); in shouldAutocomplete()
315 HTMLTextFormControlElement::blur(); in defaultBlur()
343 HTMLTextFormControlElement::updateFocusAppearance(restorePreviousSelection); in updateFocusAppearance()
491 return HTMLTextFormControlElement::shouldSaveAndRestoreFormControlState(); in shouldSaveAndRestoreFormControlState()
509 return HTMLTextFormControlElement::canStartSelection(); in canStartSelection()
518 return HTMLTextFormControlElement::selectionStart(); in selectionStartForBinding()
527 return HTMLTextFormControlElement::selectionEnd(); in selectionEndForBinding()
536 return HTMLTextFormControlElement::selectionDirection(); in selectionDirectionForBinding()
[all …]
DHTMLTextFormControlElement.h41 class HTMLTextFormControlElement : public HTMLFormControlElementWithState {
53 virtual ~HTMLTextFormControlElement();
106 HTMLTextFormControlElement(const QualifiedName&, Document&, HTMLFormElement*);
161 DEFINE_HTMLELEMENT_TYPE_CASTS_WITH_FUNCTION(HTMLTextFormControlElement);
163 HTMLTextFormControlElement* enclosingTextFormControl(const Position&);
164 HTMLTextFormControlElement* enclosingTextFormControl(Node*);
DHTMLTextFormControlElementTest.cpp37 HTMLTextFormControlElement& textControl() const { return *m_textControl; } in textControl()
48 RefPtrWillBePersistent<HTMLTextFormControlElement> m_textControl;
157 void testBoundary(HTMLDocument& document, HTMLTextFormControlElement& textControl) in testBoundary()
165 testFunctionEquivalence(position, HTMLTextFormControlElement::startOfWord, startOfWord); in testBoundary()
169 testFunctionEquivalence(position, HTMLTextFormControlElement::endOfWord, endOfWord); in testBoundary()
173 … testFunctionEquivalence(position, HTMLTextFormControlElement::startOfSentence, startOfSentence); in testBoundary()
177 … testFunctionEquivalence(position, HTMLTextFormControlElement::endOfSentence, endOfSentence); in testBoundary()
DHTMLTextAreaElement.cpp81 : HTMLTextFormControlElement(textareaTag, document, form) in HTMLTextAreaElement()
138 return HTMLTextFormControlElement::isPresentationAttribute(name); in isPresentationAttribute()
152 HTMLTextFormControlElement::collectStyleForPresentationAttribute(name, value, style); in collectStyleForPresentationAttribute()
195 HTMLTextFormControlElement::parseAttribute(name, value); in parseAttribute()
258 HTMLTextFormControlElement::defaultEventHandler(event); in defaultEventHandler()
405 HTMLTextFormControlElement::setInnerEditorValue(value); in setInnerEditorValue()
DHTMLTextAreaElement.h35 class HTMLTextAreaElement FINAL : public HTMLTextFormControlElement {
DHTMLInputElement.h48 class HTMLInputElement : public HTMLTextFormControlElement {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTextControl.h30 class HTMLTextFormControlElement; variable
36 HTMLTextFormControlElement* textFormControlElement() const;
40 RenderTextControl(HTMLTextFormControlElement*);
DRenderTextControl.cpp34 RenderTextControl::RenderTextControl(HTMLTextFormControlElement* element) in RenderTextControl()
44 HTMLTextFormControlElement* RenderTextControl::textFormControlElement() const in textFormControlElement()
83 static inline void updateUserModifyProperty(HTMLTextFormControlElement* node, RenderStyle* style) in updateUserModifyProperty()
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
DBaseTextInputType.cpp40 bool BaseTextInputType::tooLong(const String& value, HTMLTextFormControlElement::NeedsToCheckDirtyF… in tooLong()
45 if (check == HTMLTextFormControlElement::CheckDirtyFlag) { in tooLong()
DBaseTextInputType.h45 …virtual bool tooLong(const String&, HTMLTextFormControlElement::NeedsToCheckDirtyFlag) const OVERR…
DInputType.h114 virtual bool tooLong(const String&, HTMLTextFormControlElement::NeedsToCheckDirtyFlag) const;
DInputType.cpp237 bool InputType::tooLong(const String&, HTMLTextFormControlElement::NeedsToCheckDirtyFlag) const in tooLong()
/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()
135 HTMLTextFormControlElement* enclosingHTMLTextFormControlElement = 0; in didBeginEditing()
141 HTMLTextFormControlElement* textControl = toHTMLTextFormControlElement(element); in didBeginEditing()
746 HTMLTextFormControlElement* textFormControlElement = toHTMLTextFormControlElement(e); in didEndEditingOnTextField()
783 …newAdjacentWords.setWithoutValidation(HTMLTextFormControlElement::startOfWord(newStart), HTMLTextF… in respondToChangedSelection()
785 …lectedSentence.setWithoutValidation(HTMLTextFormControlElement::startOfSentence(newStart), HTMLTex… in respondToChangedSelection()
DEditor.cpp117HTMLTextFormControlElement* textFormControlOfSelectionStart = enclosingTextFormControl(selection.s… in selectionForCommand()
118HTMLTextFormControlElement* textFromControlOfTarget = isHTMLTextFormControlElement(*event->target(… in selectionForCommand()
919 HTMLTextFormControlElement* control = enclosingTextFormControl(node); in countEditingEvent()
DFrameSelection.cpp1436 HTMLTextFormControlElement* textControl = enclosingTextFormControl(start()); in isInPasswordField()
1651 if (HTMLTextFormControlElement* textControl = enclosingTextFormControl(start())) in notifyRendererOfSelectionChange()
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXRenderObject.cpp1588HTMLTextFormControlElement* textControl = toRenderTextControl(m_renderer)->textFormControlElement(… in selectedTextRange()
1610HTMLTextFormControlElement* textControl = toRenderTextControl(m_renderer)->textFormControlElement(… in setSelectedTextRange()
1764HTMLTextFormControlElement* textControl = toRenderTextControl(m_renderer)->textFormControlElement(… in indexForVisiblePosition()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_html.target.linux-mips64.mk121 third_party/WebKit/Source/core/html/HTMLTextFormControlElement.cpp \
Dwebcore_html.target.linux-arm.mk121 third_party/WebKit/Source/core/html/HTMLTextFormControlElement.cpp \
Dwebcore_html.target.linux-x86.mk121 third_party/WebKit/Source/core/html/HTMLTextFormControlElement.cpp \
Dwebcore_html.target.darwin-x86_64.mk121 third_party/WebKit/Source/core/html/HTMLTextFormControlElement.cpp \
Dwebcore_html.target.darwin-x86.mk121 third_party/WebKit/Source/core/html/HTMLTextFormControlElement.cpp \
Dwebcore_html.target.linux-mips.mk121 third_party/WebKit/Source/core/html/HTMLTextFormControlElement.cpp \
Dwebcore_html.target.linux-x86_64.mk121 third_party/WebKit/Source/core/html/HTMLTextFormControlElement.cpp \
Dwebcore_html.target.darwin-arm.mk121 third_party/WebKit/Source/core/html/HTMLTextFormControlElement.cpp \

12