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
84
return locale().queryString(WebLocalizedString::ValidationRangeOverflowDateTime,
localizeValue
(serialize(maximum)));
89
return locale().queryString(WebLocalizedString::ValidationRangeUnderflowDateTime,
localizeValue
(serialize(minimum)));
153
String BaseDateAndTimeInputType::
localizeValue
(const String& proposedValue) const
165
return
localizeValue
(element().value());
TimeInputType.h
59
virtual String
localizeValue
(const String&) const OVERRIDE;
BaseDateAndTimeInputType.h
67
virtual String
localizeValue
(const String&) const OVERRIDE;
NumberInputType.cpp
221
String NumberInputType::
localizeValue
(const String& proposedValue) const
233
return
localizeValue
(element().value());
266
return locale().queryString(WebLocalizedString::ValidationRangeOverflow,
localizeValue
(serialize(maximum)));
271
return locale().queryString(WebLocalizedString::ValidationRangeUnderflow,
localizeValue
(serialize(minimum)));
NumberInputType.h
60
virtual String
localizeValue
(const String&) const OVERRIDE;
InputType.h
154
virtual String
localizeValue
(const String&) const;
TimeInputType.cpp
116
String TimeInputType::
localizeValue
(const String& proposedValue) const
InputType.cpp
411
String localizedCandidate1 =
localizeValue
(serialize(candidate1));
415
String localizedCandidate2 =
localizeValue
(serialize(candidate2));
595
String InputType::
localizeValue
(const String& proposedValue) const
/external/chromium_org/third_party/WebKit/Source/web/
WebInputElement.cpp
179
WebString WebInputElement::
localizeValue
(const WebString& proposedValue) const
181
return constUnwrap<HTMLInputElement>()->
localizeValue
(proposedValue);
/external/chromium_org/third_party/WebKit/public/web/
WebInputElement.h
98
BLINK_EXPORT WebString
localizeValue
(const WebString&) const;
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLInputElement.h
150
String
localizeValue
(const String&) const;
HTMLInputElement.cpp
[
all
...]
Completed in 130 milliseconds