Home
last modified time | relevance | path

Searched refs:aNumberOfRows (Results 1 – 16 of 16) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/serializers/
H A DnsPlainTextSerializer.cpp1203 void nsPlainTextSerializer::EnsureVerticalSpace(const int32_t aNumberOfRows) { in EnsureVerticalSpace() argument
1207 if (aNumberOfRows >= 0 && !mCurrentLine.mIndentation.mHeader.IsEmpty()) { in EnsureVerticalSpace()
1212 while (mEmptyLines < aNumberOfRows) { in EnsureVerticalSpace()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsPlainTextSerializer.cpp1221 void nsPlainTextSerializer::EnsureVerticalSpace(const int32_t aNumberOfRows) { in EnsureVerticalSpace() argument
1225 if (aNumberOfRows >= 0 && !mCurrentLine.mIndentation.mHeader.IsEmpty()) { in EnsureVerticalSpace()
1230 while (mEmptyLines < aNumberOfRows) { in EnsureVerticalSpace()
/dports/www/firefox/firefox-99.0/dom/serializers/
H A DnsPlainTextSerializer.cpp1181 void nsPlainTextSerializer::EnsureVerticalSpace(const int32_t aNumberOfRows) { in EnsureVerticalSpace() argument
1185 if (aNumberOfRows >= 0 && !mCurrentLine.mIndentation.mHeader.IsEmpty()) { in EnsureVerticalSpace()
1190 while (mEmptyLines < aNumberOfRows) { in EnsureVerticalSpace()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/serializers/
H A DnsPlainTextSerializer.cpp1203 void nsPlainTextSerializer::EnsureVerticalSpace(const int32_t aNumberOfRows) { in EnsureVerticalSpace() argument
1207 if (aNumberOfRows >= 0 && !mCurrentLine.mIndentation.mHeader.IsEmpty()) { in EnsureVerticalSpace()
1212 while (mEmptyLines < aNumberOfRows) { in EnsureVerticalSpace()
/dports/lang/spidermonkey60/firefox-60.9.0/editor/libeditor/
H A DHTMLEditor.h627 int32_t aNumberOfRows);
H A DHTMLTableEditor.cpp3203 int32_t aNumberOfRows) { in AllCellsInColumnSelected() argument
3210 for (int32_t row = 0; row < aNumberOfRows; in AllCellsInColumnSelected()
/dports/www/firefox-legacy/firefox-52.8.0esr/editor/libeditor/
H A DHTMLEditor.h548 int32_t aNumberOfRows);
H A DHTMLTableEditor.cpp3403 int32_t aNumberOfRows) in AllCellsInColumnSelected() argument
3410 for (int32_t row = 0; row < aNumberOfRows; in AllCellsInColumnSelected()
/dports/www/firefox-esr/firefox-91.8.0/editor/libeditor/
H A DHTMLTableEditor.cpp4354 int32_t aNumberOfRows) { in AllCellsInColumnSelected() argument
4361 for (int32_t row = 0; row < aNumberOfRows; row = cellData.NextRowIndex()) { in AllCellsInColumnSelected()
H A DHTMLEditor.h3765 int32_t aNumberOfRows);
/dports/lang/spidermonkey78/firefox-78.9.0/editor/libeditor/
H A DHTMLTableEditor.cpp4480 int32_t aNumberOfRows) { in AllCellsInColumnSelected() argument
4487 for (int32_t row = 0; row < aNumberOfRows; row = cellData.NextRowIndex()) { in AllCellsInColumnSelected()
H A DHTMLEditor.h4111 int32_t aNumberOfRows);
/dports/www/firefox/firefox-99.0/editor/libeditor/
H A DHTMLTableEditor.cpp4348 int32_t aNumberOfRows) { in AllCellsInColumnSelected() argument
4355 for (int32_t row = 0; row < aNumberOfRows; row = cellData.NextRowIndex()) { in AllCellsInColumnSelected()
H A DHTMLEditor.h3814 int32_t aNumberOfRows);
/dports/mail/thunderbird/thunderbird-91.8.0/editor/libeditor/
H A DHTMLTableEditor.cpp4354 int32_t aNumberOfRows) { in AllCellsInColumnSelected() argument
4361 for (int32_t row = 0; row < aNumberOfRows; row = cellData.NextRowIndex()) { in AllCellsInColumnSelected()
H A DHTMLEditor.h3765 int32_t aNumberOfRows);