Searched defs:fallbackValue (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLParserIdioms.cpp96 Decimal parseToDecimalForNumberType(const String& string, const Decimal& fallbackValue) argument
102 return fallbackValue;
106 return fallbackValue;
111 return fallbackValue;
117 double parseToDoubleForNumberType(const String& string, double fallbackValue) argument
123 return fallbackValue;
128 return fallbackValue;
132 return fallbackValue;
136 return fallbackValue;
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DBaseCheckableInputType.cpp94 String BaseCheckableInputType::fallbackValue() const function in class:blink::BaseCheckableInputType
H A DColorInputType.cpp103 String ColorInputType::fallbackValue() const function in class:blink::ColorInputType
111 return fallbackValue();
H A DRangeInputType.cpp72 static Decimal ensureMaximum(const Decimal& proposedValue, const Decimal& minimum, const Decimal& fallbackValue) argument
74 return proposedValue >= minimum ? proposedValue : std::max(minimum, fallbackValue);
290 String RangeInputType::fallbackValue() const function in class:blink::RangeInputType
H A DInputType.cpp515 String InputType::fallbackValue() const function in class:blink::InputType
/external/chromium_org/third_party/icu/source/common/
H A Dlocmap.c1088 uint32_t fallbackValue = (uint32_t)-1; local
1130 fallbackValue = value;
1134 if (fallbackValue != (uint32_t)-1) {
1136 return fallbackValue;
/external/icu/icu4c/source/common/
H A Dlocmap.c1083 uint32_t fallbackValue = (uint32_t)-1; local
1125 fallbackValue = value;
1129 if (fallbackValue != (uint32_t)-1) {
1131 return fallbackValue;

Completed in 149 milliseconds