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

Unified Diff: public/web/WebInputElement.h

Issue 375313002: Expose isEmailField() for input element (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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/web/WebInputElement.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebInputElement.h
diff --git a/public/web/WebInputElement.h b/public/web/WebInputElement.h
index 86cf6f1e1450d8895741762e0df10f9f89f5c6ba..da5c1698e2a19033a4e88402143905005fe4493e 100644
--- a/public/web/WebInputElement.h
+++ b/public/web/WebInputElement.h
@@ -59,6 +59,7 @@ namespace blink {
BLINK_EXPORT bool isTextField() const;
// This returns true only for type=text.
BLINK_EXPORT bool isText() const;
+ BLINK_EXPORT bool isEmailField() const;
BLINK_EXPORT bool isPasswordField() const;
BLINK_EXPORT bool isImageButton() const;
BLINK_EXPORT bool isRadioButton() const;
« no previous file with comments | « Source/web/WebInputElement.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698