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

Unified Diff: Source/core/html/HTMLTextAreaElement.h

Issue 167383002: Add functions for autocomplete, selectionRange, directioinForFormData for TextArea element. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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 | « no previous file | Source/core/html/HTMLTextAreaElement.cpp » ('j') | Source/core/html/HTMLTextAreaElement.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLTextAreaElement.h
diff --git a/Source/core/html/HTMLTextAreaElement.h b/Source/core/html/HTMLTextAreaElement.h
index 498fb762f269c1a06b3f1a1b410aa8f5be6a4cc2..5e5339ac61d0541831629cdb754f1975611c410a 100644
--- a/Source/core/html/HTMLTextAreaElement.h
+++ b/Source/core/html/HTMLTextAreaElement.h
@@ -52,6 +52,8 @@ public:
String suggestedValue() const;
void setSuggestedValue(const String&);
+ virtual bool shouldAutocomplete() const OVERRIDE;
+
// For ValidityState
virtual String validationMessage() const OVERRIDE;
virtual bool valueMissing() const OVERRIDE;
« no previous file with comments | « no previous file | Source/core/html/HTMLTextAreaElement.cpp » ('j') | Source/core/html/HTMLTextAreaElement.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698