Home
last modified time | relevance | path

Searched refs:canSetStringValue (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/html/
DBaseCheckableInputType.h49 virtual bool canSetStringValue() const;
DFileInputType.h54 virtual bool canSetStringValue() const;
DBaseCheckableInputType.cpp80 bool BaseCheckableInputType::canSetStringValue() const in canSetStringValue() function in WebCore::BaseCheckableInputType
DFileInputType.cpp109 bool FileInputType::canSetStringValue() const in canSetStringValue() function in WebCore::FileInputType
DInputType.h154 virtual bool canSetStringValue() const;
DInputType.cpp403 bool InputType::canSetStringValue() const in canSetStringValue() function in WebCore::InputType
DHTMLInputElement.cpp170 if (!m_inputType->canSetStringValue()) { in isValidValue()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1633762 (WebCore::BaseCheckableInputType::canSetStringValue): Added.
33799 (WebCore::FileInputType::canSetStringValue): Added.
33812 (WebCore::HTMLInputElement::isValidValue): Call canSetStringValue
33989 (WebCore::InputType::canSetStringValue): Added.