Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTextFormControlElement.cpp52 HTMLTextFormControlElement::HTMLTextFormControlElement(const QualifiedName& tagName, Document& doc,… in HTMLTextFormControlElement() function in WebCore::HTMLTextFormControlElement
61 HTMLTextFormControlElement::~HTMLTextFormControlElement() in ~HTMLTextFormControlElement()
65 Node::InsertionNotificationRequest HTMLTextFormControlElement::insertedInto(ContainerNode* insertio… in insertedInto()
75 void HTMLTextFormControlElement::dispatchFocusEvent(Element* oldFocusedElement, FocusType type) in dispatchFocusEvent()
83 void HTMLTextFormControlElement::dispatchBlurEvent(Element* newFocusedElement) in dispatchBlurEvent()
91 void HTMLTextFormControlElement::defaultEventHandler(Event* event) in defaultEventHandler()
102 void HTMLTextFormControlElement::forwardEvent(Event* event) in forwardEvent()
109 String HTMLTextFormControlElement::strippedPlaceholder() const in strippedPlaceholder()
131 bool HTMLTextFormControlElement::isPlaceholderEmpty() const in isPlaceholderEmpty()
137 bool HTMLTextFormControlElement::placeholderShouldBeVisible() const in placeholderShouldBeVisible()
[all …]
DHTMLInputElement.cpp106 : HTMLTextFormControlElement(inputTag, document, form) in HTMLInputElement()
145 HTMLTextFormControlElement::trace(visitor); in trace()
196 return HTMLTextFormControlElement::shouldAutocomplete(); in shouldAutocomplete()
325 HTMLTextFormControlElement::blur(); in defaultBlur()
353 HTMLTextFormControlElement::updateFocusAppearance(restorePreviousSelection); in updateFocusAppearance()
490 return HTMLTextFormControlElement::shouldSaveAndRestoreFormControlState(); in shouldSaveAndRestoreFormControlState()
508 return HTMLTextFormControlElement::canStartSelection(); in canStartSelection()
517 return HTMLTextFormControlElement::selectionStart(); in selectionStartForBinding()
526 return HTMLTextFormControlElement::selectionEnd(); in selectionEndForBinding()
535 return HTMLTextFormControlElement::selectionDirection(); in selectionDirectionForBinding()
[all …]
DHTMLTextFormControlElement.h41 class HTMLTextFormControlElement : public HTMLFormControlElementWithState {
46 virtual ~HTMLTextFormControlElement();
91 HTMLTextFormControlElement(const QualifiedName&, Document&, HTMLFormElement*);
146 DEFINE_HTMLELEMENT_TYPE_CASTS_WITH_FUNCTION(HTMLTextFormControlElement);
148 HTMLTextFormControlElement* enclosingTextFormControl(const Position&);
149 HTMLTextFormControlElement* enclosingTextFormControl(Node*);
DHTMLTextFormControlElementTest.cpp22 HTMLTextFormControlElement& textControl() const { return *m_textControl; } in textControl()
27 RefPtrWillBePersistent<HTMLTextFormControlElement> m_textControl;
DHTMLTextAreaElement.cpp81 : HTMLTextFormControlElement(textareaTag, document, form) in HTMLTextAreaElement()
139 return HTMLTextFormControlElement::isPresentationAttribute(name); in isPresentationAttribute()
153 HTMLTextFormControlElement::collectStyleForPresentationAttribute(name, value, style); in collectStyleForPresentationAttribute()
196 HTMLTextFormControlElement::parseAttribute(name, value); in parseAttribute()
259 HTMLTextFormControlElement::defaultEventHandler(event); in defaultEventHandler()
392 HTMLTextFormControlElement::setInnerEditorValue(value); in setInnerEditorValue()
DHTMLTextAreaElement.h35 class HTMLTextAreaElement FINAL : public HTMLTextFormControlElement {
DHTMLInputElement.h47 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.cpp35 RenderTextControl::RenderTextControl(HTMLTextFormControlElement* element) in RenderTextControl()
45 HTMLTextFormControlElement* RenderTextControl::textFormControlElement() const in textFormControlElement()
84 static inline void updateUserModifyProperty(HTMLTextFormControlElement* node, RenderStyle* style) in updateUserModifyProperty()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DSpellChecker.cpp57 HTMLTextFormControlElement* textControl = enclosingTextFormControl(selection.start()); in isSelectionInTextField()
124 HTMLTextFormControlElement* enclosingHTMLTextFormControlElement = 0; in didBeginEditing()
130 HTMLTextFormControlElement* textControl = toHTMLTextFormControlElement(element); in didBeginEditing()
704 HTMLTextFormControlElement* textFormControlElement = toHTMLTextFormControlElement(e); in didEndEditingOnTextField()
DEditor.cpp116HTMLTextFormControlElement* textFormControlOfSelectionStart = enclosingTextFormControl(selection.s… in selectionForCommand()
117HTMLTextFormControlElement* textFromControlOfTarget = isHTMLTextFormControlElement(*event->target(… in selectionForCommand()
942 HTMLTextFormControlElement* control = enclosingTextFormControl(node); in countEditingEvent()
DFrameSelection.cpp1439 HTMLTextFormControlElement* textControl = enclosingTextFormControl(start()); in isInPasswordField()
1642 if (HTMLTextFormControlElement* textControl = enclosingTextFormControl(start())) in notifyRendererOfSelectionChange()
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXRenderObject.cpp1566HTMLTextFormControlElement* textControl = toRenderTextControl(m_renderer)->textFormControlElement(… in selectedTextRange()
1588HTMLTextFormControlElement* textControl = toRenderTextControl(m_renderer)->textFormControlElement(… in setSelectedTextRange()
1739HTMLTextFormControlElement* textControl = toRenderTextControl(m_renderer)->textFormControlElement(… in indexForVisiblePosition()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_html.target.linux-x86.mk120 third_party/WebKit/Source/core/html/HTMLTextFormControlElement.cpp \
Dwebcore_html.target.linux-arm64.mk120 third_party/WebKit/Source/core/html/HTMLTextFormControlElement.cpp \
Dwebcore_html.target.darwin-x86.mk120 third_party/WebKit/Source/core/html/HTMLTextFormControlElement.cpp \
Dwebcore_html.target.darwin-arm64.mk120 third_party/WebKit/Source/core/html/HTMLTextFormControlElement.cpp \
Dwebcore_html.target.darwin-x86_64.mk120 third_party/WebKit/Source/core/html/HTMLTextFormControlElement.cpp \
Dwebcore_html.target.linux-mips.mk120 third_party/WebKit/Source/core/html/HTMLTextFormControlElement.cpp \
Dwebcore_html.target.linux-x86_64.mk120 third_party/WebKit/Source/core/html/HTMLTextFormControlElement.cpp \
Dwebcore_html.target.darwin-mips.mk120 third_party/WebKit/Source/core/html/HTMLTextFormControlElement.cpp \
Dwebcore_html.target.linux-arm.mk120 third_party/WebKit/Source/core/html/HTMLTextFormControlElement.cpp \
Dwebcore_html.target.darwin-arm.mk120 third_party/WebKit/Source/core/html/HTMLTextFormControlElement.cpp \
Dcore.gypi2467 'html/HTMLTextFormControlElement.cpp',