Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(965)

Unified Diff: Source/core/html/forms/InputType.h

Issue 551283002: Remove HTMLInputElement::isText and isTextType. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/html/forms/BaseTextInputType.cpp ('k') | Source/core/html/forms/InputType.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/forms/InputType.h
diff --git a/Source/core/html/forms/InputType.h b/Source/core/html/forms/InputType.h
index 5c8c9b5b89f67c4f5631036289fa3fe770585cad..b369c528db304db10d2c96330efbd36b8f51a88c 100644
--- a/Source/core/html/forms/InputType.h
+++ b/Source/core/html/forms/InputType.h
@@ -77,7 +77,6 @@ public:
virtual bool isInteractiveContent() const;
virtual bool isTextButton() const;
virtual bool isTextField() const;
- virtual bool isTextType() const;
// Form value functions
@@ -111,6 +110,7 @@ public:
virtual bool valueMissing(const String&) const;
virtual bool hasBadInput() const;
virtual bool patternMismatch(const String&) const;
+ virtual bool tooLong(const String&, HTMLTextFormControlElement::NeedsToCheckDirtyFlag) const;
bool rangeUnderflow(const String&) const;
bool rangeOverflow(const String&) const;
bool isInRange(const String&) const;
@@ -167,6 +167,7 @@ public:
virtual bool isCheckable();
virtual bool isSteppable() const;
virtual bool shouldRespectHeightAndWidthAttributes();
+ virtual int maxLength() const;
virtual bool supportsPlaceholder() const;
virtual bool supportsReadOnly() const;
virtual String defaultToolTip() const;
« no previous file with comments | « Source/core/html/forms/BaseTextInputType.cpp ('k') | Source/core/html/forms/InputType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698