getTypeSpecificValue  935 Source/core/html/HTMLInputElement.cpp     if (m_inputType->getTypeSpecificValue(value))
getTypeSpecificValue   64 Source/core/html/forms/FileInputType.h     virtual bool getTypeSpecificValue(String&) OVERRIDE; // Checked first, before internal storage or the value attribute.
getTypeSpecificValue  113 Source/core/html/forms/InputType.h     virtual bool getTypeSpecificValue(String&); // Checked first, before internal storage or the value attribute.