Searched refs:canSetValue (Results 1 – 6 of 6) sorted by relevance
57 virtual bool canSetValue(const String&);
129 bool FileInputType::canSetValue(const String& value) in canSetValue() function in WebCore::FileInputType
210 virtual bool canSetValue(const String&);
506 bool InputType::canSetValue(const String&) in canSetValue() function in WebCore::InputType
889 if (!m_inputType->canSetValue(value)) in setValue()
33802 (WebCore::FileInputType::canSetValue): Added.33877 InputType::canSetValue. Moved the type-specific logic there.34009 (WebCore::InputType::canSetValue): Added.