summaryrefslogtreecommitdiffstats
path: root/WebCore/html/NumberInputType.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/NumberInputType.h')
-rw-r--r--WebCore/html/NumberInputType.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/html/NumberInputType.h b/WebCore/html/NumberInputType.h
index 262955e..dc6e020 100644
--- a/WebCore/html/NumberInputType.h
+++ b/WebCore/html/NumberInputType.h
@@ -52,10 +52,14 @@ private:
virtual double maximum() const;
virtual bool stepMismatch(const String&, double) const;
virtual double stepBase() const;
+ virtual double stepBaseWithDecimalPlaces(unsigned*) const;
virtual double defaultStep() const;
virtual double stepScaleFactor() const;
+ virtual bool handleKeydownEvent(KeyboardEvent*);
virtual double parseToDouble(const String&, double) const;
+ virtual double parseToDoubleWithDecimalPlaces(const String&, double, unsigned*) const;
virtual String serialize(double) const;
+ virtual double acceptableError(double) const;
};
} // namespace WebCore