Searched refs:localizeValue (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DBaseDateAndTimeInputType.cpp83 return locale().queryString(WebLocalizedString::ValidationRangeOverflowDateTime, localizeValue(serialize(maximum)));
88 return locale().queryString(WebLocalizedString::ValidationRangeUnderflowDateTime, localizeValue(serialize(minimum)));
148 String BaseDateAndTimeInputType::localizeValue(const String& proposedValue) const function in class:blink::BaseDateAndTimeInputType
160 return localizeValue(element().value());
H A DTimeInputType.h58 virtual String localizeValue(const String&) const OVERRIDE;
H A DBaseDateAndTimeInputType.h71 virtual String localizeValue(const String&) const OVERRIDE;
H A DNumberInputType.cpp206 String NumberInputType::localizeValue(const String& proposedValue) const function in class:blink::NumberInputType
218 return localizeValue(element().value());
251 return locale().queryString(WebLocalizedString::ValidationRangeOverflow, localizeValue(serialize(maximum)));
256 return locale().queryString(WebLocalizedString::ValidationRangeUnderflow, localizeValue(serialize(minimum)));
H A DNumberInputType.h60 virtual String localizeValue(const String&) const OVERRIDE;
H A DTimeInputType.cpp105 String TimeInputType::localizeValue(const String& proposedValue) const function in class:blink::TimeInputType
H A DInputType.cpp391 String localizedCandidate1 = localizeValue(serialize(candidate1));
395 String localizedCandidate2 = localizeValue(serialize(candidate2));
569 String InputType::localizeValue(const String& proposedValue) const function in class:blink::InputType
H A DInputType.h133 virtual String localizeValue(const String&) const;
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebInputElement.cpp132 WebString WebInputElement::localizeValue(const WebString& proposedValue) const function in class:blink::WebInputElement
134 return constUnwrap<HTMLInputElement>()->localizeValue(proposedValue);
/external/chromium_org/third_party/WebKit/public/web/
H A DWebInputElement.h79 BLINK_EXPORT WebString localizeValue(const WebString&) const;
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLInputElement.cpp1366 String HTMLInputElement::localizeValue(const String& proposedValue) const function in class:blink::HTMLInputElement
1370 return m_inputType->localizeValue(proposedValue);
1760 suggestion.localizedValue = localizeValue(option->value());
H A DHTMLInputElement.h120 String localizeValue(const String&) const;

Completed in 178 milliseconds