Searched refs:isValidValue (Results 1 – 11 of 11) sorted by relevance
143 bool WebInputElement::isValidValue(const WebString& value) const in isValidValue() function in WebKit::WebInputElement145 return constUnwrap<HTMLInputElement>()->isValidValue(value); in isValidValue()
42 inline UBool isValidValue(int32_t v) const { return (v==0||v==1); } in isValidValue() function
78 WEBKIT_API bool isValidValue(const WebString&) const;
52 bool isValidValue(const String&) const;
126 bool isValidValue(const String&) const;
406 bool HTMLTextAreaElement::isValidValue(const String& candidate) const in isValidValue() function in WebCore::HTMLTextAreaElement
168 bool HTMLInputElement::isValidValue(const String& value) const in isValidValue() function in WebCore::HTMLInputElement
5473 if(!fBoolFlags.isValidValue(newValue)) { in setAttribute()
10228 Introduce isValidValue(const String&) of HTMLInputElement and HTMLTextAreaElement10233 (WebKit::WebInputElement::isValidValue):
35986 (WebCore::HTMLInputElement::isValidValue):50986 (WebCore::HTMLInputElement::isValidValue): Use deprecatedInputType.67510 Introduce isValidValue(const String&) of HTMLInputElement and HTMLTextAreaElement67513 isValidValue() is useful for browser implementations to propose67523 (WebCore::HTMLInputElement::isValidValue): Added.67534 (WebCore::HTMLTextAreaElement::isValidValue): Added.
33812 (WebCore::HTMLInputElement::isValidValue): Call canSetStringValue