HomeSort by relevance Sort by last modified time
    Searched refs:fallbackValue (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
BaseCheckableInputType.h 51 virtual String fallbackValue() const OVERRIDE FINAL;
ColorInputType.h 60 virtual String fallbackValue() const OVERRIDE;
BaseCheckableInputType.cpp 94 String BaseCheckableInputType::fallbackValue() const
RangeInputType.h 67 virtual String fallbackValue() const OVERRIDE;
ColorInputType.cpp 106 String ColorInputType::fallbackValue() const
114 return fallbackValue();
RangeInputType.cpp 71 static Decimal ensureMaximum(const Decimal& proposedValue, const Decimal& minimum, const Decimal& fallbackValue)
73 return proposedValue >= minimum ? proposedValue : std::max(minimum, fallbackValue);
294 String RangeInputType::fallbackValue() const
InputType.h 112 virtual String fallbackValue() const; // Checked last, if both internal storage and value attribute are missing.
113 virtual String defaultValue() const; // Checked after even fallbackValue, only when the valueWithDefault function is called.
InputType.cpp 525 String InputType::fallbackValue() const
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLParserIdioms.cpp 96 Decimal parseToDecimalForNumberType(const String& string, const Decimal& fallbackValue)
102 return fallbackValue;
106 return fallbackValue;
111 return fallbackValue;
117 double parseToDoubleForNumberType(const String& string, double fallbackValue)
123 return fallbackValue;
128 return fallbackValue;
132 return fallbackValue;
136 return fallbackValue;
HTMLParserIdioms.h 54 Decimal parseToDecimalForNumberType(const String&, const Decimal& fallbackValue = Decimal::nan());
55 double parseToDoubleForNumberType(const String&, double fallbackValue = std::numeric_limits<double>::quiet_NaN());
  /external/chromium_org/third_party/icu/source/common/
locmap.c 939 uint32_t fallbackValue = (uint32_t)-1;
    [all...]
  /external/chromium_org/cc/base/
math_util.h 154 float fallbackValue);
  /external/icu/icu4c/source/common/
locmap.c     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.h 128 double getFloatingPointAttribute(const QualifiedName& attributeName, double fallbackValue = std::numeric_limits<double>::quiet_NaN()) const;
    [all...]
Element.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLInputElement.cpp 920 return m_inputType->fallbackValue();
    [all...]

Completed in 400 milliseconds