OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:localizeValue
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
BaseDateAndTimeInputType.cpp
83
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
160
return
localizeValue
(element().value());
TimeInputType.h
58
virtual String
localizeValue
(const String&) const OVERRIDE;
BaseDateAndTimeInputType.h
71
virtual String
localizeValue
(const String&) const OVERRIDE;
NumberInputType.cpp
206
String NumberInputType::
localizeValue
(const String& proposedValue) const
218
return
localizeValue
(element().value());
251
return locale().queryString(WebLocalizedString::ValidationRangeOverflow,
localizeValue
(serialize(maximum)));
256
return locale().queryString(WebLocalizedString::ValidationRangeUnderflow,
localizeValue
(serialize(minimum)));
NumberInputType.h
60
virtual String
localizeValue
(const String&) const OVERRIDE;
InputType.h
133
virtual String
localizeValue
(const String&) const;
TimeInputType.cpp
105
String TimeInputType::
localizeValue
(const String& proposedValue) const
InputType.cpp
391
String localizedCandidate1 =
localizeValue
(serialize(candidate1));
395
String localizedCandidate2 =
localizeValue
(serialize(candidate2));
569
String InputType::
localizeValue
(const String& proposedValue) const
/external/chromium_org/third_party/WebKit/Source/web/
WebInputElement.cpp
132
WebString WebInputElement::
localizeValue
(const WebString& proposedValue) const
134
return constUnwrap<HTMLInputElement>()->
localizeValue
(proposedValue);
/external/chromium_org/third_party/WebKit/public/web/
WebInputElement.h
79
BLINK_EXPORT WebString
localizeValue
(const WebString&) const;
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLInputElement.h
120
String
localizeValue
(const String&) const;
HTMLInputElement.cpp
[
all
...]
Completed in 143 milliseconds