Home
last modified time | relevance | path

Searched refs:canSetValue (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/html/
DFileInputType.h57 virtual bool canSetValue(const String&);
DFileInputType.cpp129 bool FileInputType::canSetValue(const String& value) in canSetValue() function in WebCore::FileInputType
DInputType.h210 virtual bool canSetValue(const String&);
DInputType.cpp506 bool InputType::canSetValue(const String&) in canSetValue() function in WebCore::InputType
DHTMLInputElement.cpp889 if (!m_inputType->canSetValue(value)) in setValue()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1633802 (WebCore::FileInputType::canSetValue): Added.
33877 InputType::canSetValue. Moved the type-specific logic there.
34009 (WebCore::InputType::canSetValue): Added.