Home
last modified time | relevance | path

Searched refs:isValidValue (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
DWebInputElement.cpp143 bool WebInputElement::isValidValue(const WebString& value) const in isValidValue() function in WebKit::WebInputElement
145 return constUnwrap<HTMLInputElement>()->isValidValue(value); in isValidValue()
/external/icu4c/common/unicode/
Denumset.h42 inline UBool isValidValue(int32_t v) const { return (v==0||v==1); } in isValidValue() function
/external/webkit/Source/WebKit/chromium/public/
DWebInputElement.h78 WEBKIT_API bool isValidValue(const WebString&) const;
/external/webkit/Source/WebCore/html/
DHTMLTextAreaElement.h52 bool isValidValue(const String&) const;
DHTMLInputElement.h126 bool isValidValue(const String&) const;
DHTMLTextAreaElement.cpp406 bool HTMLTextAreaElement::isValidValue(const String& candidate) const in isValidValue() function in WebCore::HTMLTextAreaElement
DHTMLInputElement.cpp168 bool HTMLInputElement::isValidValue(const String& value) const in isValidValue() function in WebCore::HTMLInputElement
/external/icu4c/i18n/
Ddecimfmt.cpp5473 if(!fBoolFlags.isValidValue(newValue)) { in setAttribute()
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-1610228 Introduce isValidValue(const String&) of HTMLInputElement and HTMLTextAreaElement
10233 (WebKit::WebInputElement::isValidValue):
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0635986 (WebCore::HTMLInputElement::isValidValue):
50986 (WebCore::HTMLInputElement::isValidValue): Use deprecatedInputType.
67510 Introduce isValidValue(const String&) of HTMLInputElement and HTMLTextAreaElement
67513 isValidValue() is useful for browser implementations to propose
67523 (WebCore::HTMLInputElement::isValidValue): Added.
67534 (WebCore::HTMLTextAreaElement::isValidValue): Added.
DChangeLog-2011-02-1633812 (WebCore::HTMLInputElement::isValidValue): Call canSetStringValue