Home
last modified time | relevance | path

Searched refs:strTextLength (Results 1 – 12 of 12) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/html/input/
H A DInputType.cpp165 nsAutoString strTextLength; in GetValidationMessage() local
168 strTextLength.AppendInt(textLength); in GetValidationMessage()
173 strTextLength); in GetValidationMessage()
179 nsAutoString strTextLength; in GetValidationMessage() local
182 strTextLength.AppendInt(textLength); in GetValidationMessage()
187 strTextLength); in GetValidationMessage()
/dports/www/firefox/firefox-99.0/dom/html/input/
H A DInputType.cpp165 nsAutoString strTextLength; in GetValidationMessage() local
168 strTextLength.AppendInt(textLength); in GetValidationMessage()
173 strTextLength); in GetValidationMessage()
179 nsAutoString strTextLength; in GetValidationMessage() local
182 strTextLength.AppendInt(textLength); in GetValidationMessage()
187 strTextLength); in GetValidationMessage()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/html/input/
H A DInputType.cpp165 nsAutoString strTextLength; in GetValidationMessage() local
168 strTextLength.AppendInt(textLength); in GetValidationMessage()
173 strTextLength); in GetValidationMessage()
179 nsAutoString strTextLength; in GetValidationMessage() local
182 strTextLength.AppendInt(textLength); in GetValidationMessage()
187 strTextLength); in GetValidationMessage()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/html/input/
H A DInputType.cpp162 nsAutoString strTextLength; in GetValidationMessage() local
165 strTextLength.AppendInt(textLength); in GetValidationMessage()
167 const char16_t* params[] = {strMaxLength.get(), strTextLength.get()}; in GetValidationMessage()
180 nsAutoString strTextLength; in GetValidationMessage() local
183 strTextLength.AppendInt(textLength); in GetValidationMessage()
185 const char16_t* params[] = {strMinLength.get(), strTextLength.get()}; in GetValidationMessage()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/html/input/
H A DInputType.cpp163 nsAutoString strTextLength; in GetValidationMessage() local
166 strTextLength.AppendInt(textLength); in GetValidationMessage()
170 mInputElement->OwnerDoc(), strMaxLength, strTextLength); in GetValidationMessage()
179 nsAutoString strTextLength; in GetValidationMessage() local
182 strTextLength.AppendInt(textLength); in GetValidationMessage()
187 strTextLength); in GetValidationMessage()
/dports/www/firefox-esr/firefox-91.8.0/dom/html/
H A DHTMLTextAreaElement.cpp1019 nsAutoString strTextLength; in GetValidationMessage() local
1022 strTextLength.AppendInt(textLength); in GetValidationMessage()
1026 OwnerDoc(), strMaxLength, strTextLength); in GetValidationMessage()
1034 nsAutoString strTextLength; in GetValidationMessage() local
1037 strTextLength.AppendInt(textLength); in GetValidationMessage()
1042 strTextLength); in GetValidationMessage()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/html/
H A DHTMLTextAreaElement.cpp1038 nsAutoString strTextLength; in GetValidationMessage() local
1041 strTextLength.AppendInt(textLength); in GetValidationMessage()
1045 OwnerDoc(), strMaxLength, strTextLength); in GetValidationMessage()
1053 nsAutoString strTextLength; in GetValidationMessage() local
1056 strTextLength.AppendInt(textLength); in GetValidationMessage()
1061 strTextLength); in GetValidationMessage()
/dports/www/firefox/firefox-99.0/dom/html/
H A DHTMLTextAreaElement.cpp1007 nsAutoString strTextLength; in GetValidationMessage() local
1010 strTextLength.AppendInt(textLength); in GetValidationMessage()
1014 OwnerDoc(), strMaxLength, strTextLength); in GetValidationMessage()
1022 nsAutoString strTextLength; in GetValidationMessage() local
1025 strTextLength.AppendInt(textLength); in GetValidationMessage()
1030 strTextLength); in GetValidationMessage()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/html/
H A DHTMLTextAreaElement.cpp1019 nsAutoString strTextLength; in GetValidationMessage() local
1022 strTextLength.AppendInt(textLength); in GetValidationMessage()
1026 OwnerDoc(), strMaxLength, strTextLength); in GetValidationMessage()
1034 nsAutoString strTextLength; in GetValidationMessage() local
1037 strTextLength.AppendInt(textLength); in GetValidationMessage()
1042 strTextLength); in GetValidationMessage()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/html/
H A DHTMLTextAreaElement.cpp1042 nsAutoString strTextLength; in GetValidationMessage() local
1045 strTextLength.AppendInt(textLength); in GetValidationMessage()
1047 const char16_t* params[] = {strMaxLength.get(), strTextLength.get()}; in GetValidationMessage()
1058 nsAutoString strTextLength; in GetValidationMessage() local
1061 strTextLength.AppendInt(textLength); in GetValidationMessage()
1063 const char16_t* params[] = {strMinLength.get(), strTextLength.get()}; in GetValidationMessage()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/html/
H A DHTMLTextAreaElement.cpp1501 nsAutoString strTextLength; in GetValidationMessage() local
1507 strTextLength.AppendInt(textLength); in GetValidationMessage()
1509 const char16_t* params[] = { strMaxLength.get(), strTextLength.get() }; in GetValidationMessage()
1522 nsAutoString strTextLength; in GetValidationMessage() local
1528 strTextLength.AppendInt(textLength); in GetValidationMessage()
1530 const char16_t* params[] = { strMinLength.get(), strTextLength.get() }; in GetValidationMessage()
H A DHTMLInputElement.cpp7967 nsAutoString strTextLength; in GetValidationMessage() local
7972 strTextLength.AppendInt(textLength); in GetValidationMessage()
7974 const char16_t* params[] = { strMaxLength.get(), strTextLength.get() }; in GetValidationMessage()
7987 nsAutoString strTextLength; in GetValidationMessage() local
7992 strTextLength.AppendInt(textLength); in GetValidationMessage()
7994 const char16_t* params[] = { strMinLength.get(), strTextLength.get() }; in GetValidationMessage()