Home
last modified time | relevance | path

Searched refs:strMaxLength (Results 1 – 13 of 13) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/html/input/
H A DInputType.cpp164 nsAutoString strMaxLength; in GetValidationMessage() local
167 strMaxLength.AppendInt(maxLength); in GetValidationMessage()
172 "FormValidationTextTooLong", mInputElement->OwnerDoc(), strMaxLength, in GetValidationMessage()
/dports/www/firefox/firefox-99.0/dom/html/input/
H A DInputType.cpp164 nsAutoString strMaxLength; in GetValidationMessage() local
167 strMaxLength.AppendInt(maxLength); in GetValidationMessage()
172 "FormValidationTextTooLong", mInputElement->OwnerDoc(), strMaxLength, in GetValidationMessage()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/html/input/
H A DInputType.cpp164 nsAutoString strMaxLength; in GetValidationMessage() local
167 strMaxLength.AppendInt(maxLength); in GetValidationMessage()
172 "FormValidationTextTooLong", mInputElement->OwnerDoc(), strMaxLength, in GetValidationMessage()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/html/input/
H A DInputType.cpp161 nsAutoString strMaxLength; in GetValidationMessage() local
164 strMaxLength.AppendInt(maxLength); in GetValidationMessage()
167 const char16_t* params[] = {strMaxLength.get(), strTextLength.get()}; in GetValidationMessage()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/html/input/
H A DInputType.cpp162 nsAutoString strMaxLength; in GetValidationMessage() local
165 strMaxLength.AppendInt(maxLength); in GetValidationMessage()
170 mInputElement->OwnerDoc(), strMaxLength, strTextLength); in GetValidationMessage()
/dports/security/cryptlib/cryptlib-3.4.3/cert/
H A Dcomp_gets.c143 static int scanValue( IN_BUFFER( strMaxLength ) const char *string, in scanValue()
144 IN_LENGTH_TEXT const int strMaxLength, in scanValue() argument
149 assert( isReadPtr( string, strMaxLength ) ); in scanValue()
152 REQUIRES( strMaxLength > 0 && strMaxLength <= CRYPT_MAX_TEXTSIZE ); in scanValue()
158 for( index = 0; index < strMaxLength; index++ ) in scanValue()
169 if( index < strMaxLength && \ in scanValue()
/dports/www/firefox-esr/firefox-91.8.0/dom/html/
H A DHTMLTextAreaElement.cpp1018 nsAutoString strMaxLength; in GetValidationMessage() local
1021 strMaxLength.AppendInt(maxLength); in GetValidationMessage()
1026 OwnerDoc(), strMaxLength, strTextLength); in GetValidationMessage()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/html/
H A DHTMLTextAreaElement.cpp1037 nsAutoString strMaxLength; in GetValidationMessage() local
1040 strMaxLength.AppendInt(maxLength); in GetValidationMessage()
1045 OwnerDoc(), strMaxLength, strTextLength); in GetValidationMessage()
/dports/www/firefox/firefox-99.0/dom/html/
H A DHTMLTextAreaElement.cpp1006 nsAutoString strMaxLength; in GetValidationMessage() local
1009 strMaxLength.AppendInt(maxLength); in GetValidationMessage()
1014 OwnerDoc(), strMaxLength, strTextLength); in GetValidationMessage()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/html/
H A DHTMLTextAreaElement.cpp1018 nsAutoString strMaxLength; in GetValidationMessage() local
1021 strMaxLength.AppendInt(maxLength); in GetValidationMessage()
1026 OwnerDoc(), strMaxLength, strTextLength); in GetValidationMessage()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/html/
H A DHTMLTextAreaElement.cpp1041 nsAutoString strMaxLength; in GetValidationMessage() local
1044 strMaxLength.AppendInt(maxLength); in GetValidationMessage()
1047 const char16_t* params[] = {strMaxLength.get(), strTextLength.get()}; in GetValidationMessage()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/html/
H A DHTMLTextAreaElement.cpp1500 nsAutoString strMaxLength; in GetValidationMessage() local
1506 strMaxLength.AppendInt(maxLength); in GetValidationMessage()
1509 const char16_t* params[] = { strMaxLength.get(), strTextLength.get() }; in GetValidationMessage()
H A DHTMLInputElement.cpp7966 nsAutoString strMaxLength; in GetValidationMessage() local
7971 strMaxLength.AppendInt(maxLength); in GetValidationMessage()
7974 const char16_t* params[] = { strMaxLength.get(), strTextLength.get() }; in GetValidationMessage()