getFloatingPointAttribute 126 Source/core/dom/Element.h double getFloatingPointAttribute(const QualifiedName& attributeName, double fallbackValue = std::numeric_limits<double>::quiet_NaN()) const; getFloatingPointAttribute 75 Source/core/html/HTMLMeterElement.cpp return getFloatingPointAttribute(minAttr, 0); getFloatingPointAttribute 89 Source/core/html/HTMLMeterElement.cpp return std::max(getFloatingPointAttribute(maxAttr, std::max(1.0, min())), min()); getFloatingPointAttribute 103 Source/core/html/HTMLMeterElement.cpp double value = getFloatingPointAttribute(valueAttr, 0); getFloatingPointAttribute 118 Source/core/html/HTMLMeterElement.cpp double low = getFloatingPointAttribute(lowAttr, min()); getFloatingPointAttribute 133 Source/core/html/HTMLMeterElement.cpp double high = getFloatingPointAttribute(highAttr, max()); getFloatingPointAttribute 148 Source/core/html/HTMLMeterElement.cpp double optimum = getFloatingPointAttribute(optimumAttr, (max() + min()) / 2); getFloatingPointAttribute 97 Source/core/html/HTMLProgressElement.cpp double value = getFloatingPointAttribute(valueAttr); getFloatingPointAttribute 112 Source/core/html/HTMLProgressElement.cpp double max = getFloatingPointAttribute(maxAttr);