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

  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
NumberInputType.cpp 147 const Decimal doubleMax = Decimal::fromDouble(std::numeric_limits<double>::max());
148 return InputType::createStepRange(anyStepHandling, numberDefaultStepBase, -doubleMax, doubleMax, stepDescription);
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLParserIdioms.cpp 109 const Decimal doubleMax = Decimal::fromDouble(std::numeric_limits<double>::max());
110 if (value < -doubleMax || value > doubleMax)

Completed in 94 milliseconds