isDateField 1621 Source/core/html/HTMLInputElement.cpp return m_inputType->isDateField(); isDateField 109 Source/core/html/HTMLInputElement.h bool isDateField() const; isDateField 58 Source/core/html/forms/DateInputType.h virtual bool isDateField() const OVERRIDE; isDateField 81 Source/core/html/forms/InputType.h virtual bool isDateField() const; isDateField 2096 Source/web/WebViewImpl.cpp if (input.isDateField())