Home
last modified time | relevance | path

Searched refs:GetStepBase (Results 1 – 25 of 32) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/dom/html/input/
H A DInputType.cpp126 Decimal InputType::GetStepBase() const { return mInputElement->GetStepBase(); } in GetStepBase() function in InputType
229 Decimal stepBase = mInputElement->GetStepBase(); in GetValidationMessage()
H A DInputType.h150 Decimal GetStepBase() const;
H A DNumericInputTypes.cpp62 return NS_floorModulo(value - GetStepBase(), step) != Decimal(0); in HasStepMismatch()
H A DDateTimeInputTypes.cpp87 return NS_floorModulo(value - GetStepBase(), step) != Decimal(0); in HasStepMismatch()
/dports/www/firefox/firefox-99.0/dom/html/input/
H A DInputType.cpp126 Decimal InputType::GetStepBase() const { return mInputElement->GetStepBase(); } in GetStepBase() function in InputType
229 Decimal stepBase = mInputElement->GetStepBase(); in GetValidationMessage()
H A DInputType.h150 Decimal GetStepBase() const;
H A DNumericInputTypes.cpp62 return NS_floorModulo(value - GetStepBase(), step) != Decimal(0); in HasStepMismatch()
H A DDateTimeInputTypes.cpp87 return NS_floorModulo(value - GetStepBase(), step) != Decimal(0); in HasStepMismatch()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/html/input/
H A DInputType.cpp126 Decimal InputType::GetStepBase() const { return mInputElement->GetStepBase(); } in GetStepBase() function in InputType
229 Decimal stepBase = mInputElement->GetStepBase(); in GetValidationMessage()
H A DInputType.h150 Decimal GetStepBase() const;
H A DNumericInputTypes.cpp62 return NS_floorModulo(value - GetStepBase(), step) != Decimal(0); in HasStepMismatch()
H A DDateTimeInputTypes.cpp87 return NS_floorModulo(value - GetStepBase(), step) != Decimal(0); in HasStepMismatch()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/html/input/
H A DInputType.cpp119 mozilla::Decimal InputType::GetStepBase() const { in GetStepBase() function in InputType
120 return mInputElement->GetStepBase(); in GetStepBase()
264 mozilla::Decimal stepBase = mInputElement->GetStepBase(); in GetValidationMessage()
H A DInputType.h139 mozilla::Decimal GetStepBase() const;
H A DNumericInputTypes.cpp59 return NS_floorModulo(value - GetStepBase(), step) != mozilla::Decimal(0); in HasStepMismatch()
H A DDateTimeInputTypes.cpp94 return NS_floorModulo(value - GetStepBase(), step) != mozilla::Decimal(0); in HasStepMismatch()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/html/input/
H A DInputType.cpp123 Decimal InputType::GetStepBase() const { return mInputElement->GetStepBase(); } in GetStepBase() function in InputType
263 Decimal stepBase = mInputElement->GetStepBase(); in GetValidationMessage()
H A DInputType.h146 Decimal GetStepBase() const;
H A DNumericInputTypes.cpp62 return NS_floorModulo(value - GetStepBase(), step) != Decimal(0); in HasStepMismatch()
H A DDateTimeInputTypes.cpp87 return NS_floorModulo(value - GetStepBase(), step) != Decimal(0); in HasStepMismatch()
/dports/www/firefox/firefox-99.0/dom/html/
H A DHTMLInputElement.h785 double GetStepBaseAsDouble() { return GetStepBase().toDouble(); } in GetStepBaseAsDouble()
1324 Decimal GetStepBase() const;
/dports/lang/spidermonkey78/firefox-78.9.0/dom/html/
H A DHTMLInputElement.h783 double GetStepBaseAsDouble() { return GetStepBase().toDouble(); } in GetStepBaseAsDouble()
1329 Decimal GetStepBase() const;
/dports/www/firefox-esr/firefox-91.8.0/dom/html/
H A DHTMLInputElement.h785 double GetStepBaseAsDouble() { return GetStepBase().toDouble(); } in GetStepBaseAsDouble()
1330 Decimal GetStepBase() const;
/dports/mail/thunderbird/thunderbird-91.8.0/dom/html/
H A DHTMLInputElement.h785 double GetStepBaseAsDouble() { return GetStepBase().toDouble(); } in GetStepBaseAsDouble()
1330 Decimal GetStepBase() const;
/dports/lang/spidermonkey60/firefox-60.9.0/dom/html/
H A DHTMLInputElement.h789 double GetStepBaseAsDouble() { return GetStepBase().toDouble(); } in GetStepBaseAsDouble()
1324 Decimal GetStepBase() const;

12