| Index: Source/WebCore/html/shadow/DateTimeSymbolicFieldElement.h
|
| ===================================================================
|
| --- Source/WebCore/html/shadow/DateTimeSymbolicFieldElement.h (revision 141197)
|
| +++ Source/WebCore/html/shadow/DateTimeSymbolicFieldElement.h (working copy)
|
| @@ -41,6 +41,7 @@
|
| DateTimeSymbolicFieldElement(Document*, FieldOwner&, const Vector<String>&);
|
| size_t symbolsSize() const { return m_symbols.size(); }
|
| virtual bool hasValue() const OVERRIDE FINAL;
|
| + void initialize(const AtomicString& pseudo, const String& axHelpText);
|
| virtual void setEmptyValue(EventBehavior = DispatchNoEvent) OVERRIDE FINAL;
|
| virtual void setValueAsInteger(int, EventBehavior = DispatchNoEvent) OVERRIDE FINAL;
|
| virtual int valueAsInteger() const OVERRIDE FINAL;
|
| @@ -52,9 +53,7 @@
|
|
|
| // DateTimeFieldElement functions.
|
| virtual void handleKeyboardEvent(KeyboardEvent*) OVERRIDE FINAL;
|
| - virtual int maximum() const OVERRIDE FINAL;
|
| virtual float maximumWidth(const Font&) OVERRIDE;
|
| - virtual int minimum() const OVERRIDE FINAL;
|
| virtual void stepDown() OVERRIDE FINAL;
|
| virtual void stepUp() OVERRIDE FINAL;
|
| virtual String value() const OVERRIDE FINAL;
|
|
|