| /external/chromium_org/third_party/WebKit/Source/core/html/ |
| D | HTMLTextFormControlElement.cpp | 59 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 …]
|
| D | HTMLInputElement.cpp | 110 : 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 …]
|
| D | HTMLTextFormControlElement.h | 41 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*);
|
| D | HTMLTextFormControlElementTest.cpp | 37 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()
|
| D | HTMLTextAreaElement.cpp | 81 : 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()
|
| D | HTMLTextAreaElement.h | 35 class HTMLTextAreaElement FINAL : public HTMLTextFormControlElement {
|
| D | HTMLInputElement.h | 48 class HTMLInputElement : public HTMLTextFormControlElement {
|
| /external/chromium_org/third_party/WebKit/Source/core/rendering/ |
| D | RenderTextControl.h | 30 class HTMLTextFormControlElement; variable 36 HTMLTextFormControlElement* textFormControlElement() const; 40 RenderTextControl(HTMLTextFormControlElement*);
|
| D | RenderTextControl.cpp | 34 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/ |
| D | BaseTextInputType.cpp | 40 bool BaseTextInputType::tooLong(const String& value, HTMLTextFormControlElement::NeedsToCheckDirtyF… in tooLong() 45 if (check == HTMLTextFormControlElement::CheckDirtyFlag) { in tooLong()
|
| D | BaseTextInputType.h | 45 …virtual bool tooLong(const String&, HTMLTextFormControlElement::NeedsToCheckDirtyFlag) const OVERR…
|
| D | InputType.h | 114 virtual bool tooLong(const String&, HTMLTextFormControlElement::NeedsToCheckDirtyFlag) const;
|
| D | InputType.cpp | 237 bool InputType::tooLong(const String&, HTMLTextFormControlElement::NeedsToCheckDirtyFlag) const in tooLong()
|
| /external/chromium_org/third_party/WebKit/Source/core/editing/ |
| D | SpellChecker.cpp | 57 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()
|
| D | Editor.cpp | 117 …HTMLTextFormControlElement* textFormControlOfSelectionStart = enclosingTextFormControl(selection.s… in selectionForCommand() 118 …HTMLTextFormControlElement* textFromControlOfTarget = isHTMLTextFormControlElement(*event->target(… in selectionForCommand() 919 HTMLTextFormControlElement* control = enclosingTextFormControl(node); in countEditingEvent()
|
| D | FrameSelection.cpp | 1436 HTMLTextFormControlElement* textControl = enclosingTextFormControl(start()); in isInPasswordField() 1651 if (HTMLTextFormControlElement* textControl = enclosingTextFormControl(start())) in notifyRendererOfSelectionChange()
|
| /external/chromium_org/third_party/WebKit/Source/core/accessibility/ |
| D | AXRenderObject.cpp | 1588 …HTMLTextFormControlElement* textControl = toRenderTextControl(m_renderer)->textFormControlElement(… in selectedTextRange() 1610 …HTMLTextFormControlElement* textControl = toRenderTextControl(m_renderer)->textFormControlElement(… in setSelectedTextRange() 1764 …HTMLTextFormControlElement* textControl = toRenderTextControl(m_renderer)->textFormControlElement(… in indexForVisiblePosition()
|
| /external/chromium_org/third_party/WebKit/Source/core/ |
| D | webcore_html.target.linux-mips64.mk | 121 third_party/WebKit/Source/core/html/HTMLTextFormControlElement.cpp \
|
| D | webcore_html.target.linux-arm.mk | 121 third_party/WebKit/Source/core/html/HTMLTextFormControlElement.cpp \
|
| D | webcore_html.target.linux-x86.mk | 121 third_party/WebKit/Source/core/html/HTMLTextFormControlElement.cpp \
|
| D | webcore_html.target.darwin-x86_64.mk | 121 third_party/WebKit/Source/core/html/HTMLTextFormControlElement.cpp \
|
| D | webcore_html.target.darwin-x86.mk | 121 third_party/WebKit/Source/core/html/HTMLTextFormControlElement.cpp \
|
| D | webcore_html.target.linux-mips.mk | 121 third_party/WebKit/Source/core/html/HTMLTextFormControlElement.cpp \
|
| D | webcore_html.target.linux-x86_64.mk | 121 third_party/WebKit/Source/core/html/HTMLTextFormControlElement.cpp \
|
| D | webcore_html.target.darwin-arm.mk | 121 third_party/WebKit/Source/core/html/HTMLTextFormControlElement.cpp \
|