Home
last modified time | relevance | path

Searched refs:columnLinesList (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/layout/mathml/
H A DnsMathMLmtableFrame.cpp189 nsTArray<int8_t>* columnLinesList = in ApplyBorderToStyle() local
210 if (columnIndex > 0 && columnLinesList) { in ApplyBorderToStyle()
213 uint32_t listLength = columnLinesList->Length(); in ApplyBorderToStyle()
217 columnLinesList->ElementAt(columnIndex - 1))); in ApplyBorderToStyle()
221 columnLinesList->ElementAt(listLength - 1))); in ApplyBorderToStyle()
/dports/www/firefox/firefox-99.0/layout/mathml/
H A DnsMathMLmtableFrame.cpp189 nsTArray<int8_t>* columnLinesList = in ApplyBorderToStyle() local
210 if (columnIndex > 0 && columnLinesList) { in ApplyBorderToStyle()
213 uint32_t listLength = columnLinesList->Length(); in ApplyBorderToStyle()
217 columnLinesList->ElementAt(columnIndex - 1))); in ApplyBorderToStyle()
221 columnLinesList->ElementAt(listLength - 1))); in ApplyBorderToStyle()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/mathml/
H A DnsMathMLmtableFrame.cpp189 nsTArray<int8_t>* columnLinesList = in ApplyBorderToStyle() local
210 if (columnIndex > 0 && columnLinesList) { in ApplyBorderToStyle()
213 uint32_t listLength = columnLinesList->Length(); in ApplyBorderToStyle()
217 columnLinesList->ElementAt(columnIndex - 1))); in ApplyBorderToStyle()
221 columnLinesList->ElementAt(listLength - 1))); in ApplyBorderToStyle()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/mathml/
H A DnsMathMLmtableFrame.cpp180 nsTArray<int8_t>* columnLinesList = in ApplyBorderToStyle() local
199 if (columnIndex > 0 && columnLinesList) { in ApplyBorderToStyle()
202 uint32_t listLength = columnLinesList->Length(); in ApplyBorderToStyle()
205 columnLinesList->ElementAt(columnIndex - 1)); in ApplyBorderToStyle()
208 columnLinesList->ElementAt(listLength - 1)); in ApplyBorderToStyle()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/mathml/
H A DnsMathMLmtableFrame.cpp188 nsTArray<int8_t>* columnLinesList = in ApplyBorderToStyle() local
209 if (columnIndex > 0 && columnLinesList) { in ApplyBorderToStyle()
212 uint32_t listLength = columnLinesList->Length(); in ApplyBorderToStyle()
216 columnLinesList->ElementAt(columnIndex - 1))); in ApplyBorderToStyle()
220 columnLinesList->ElementAt(listLength - 1))); in ApplyBorderToStyle()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/mathml/
H A DnsMathMLmtableFrame.cpp198 nsTArray<int8_t>* columnLinesList =
217 if (columnIndex > 0 && columnLinesList) {
220 int32_t listLength = columnLinesList->Length();
223 columnLinesList->ElementAt(columnIndex - 1));
226 columnLinesList->ElementAt(listLength - 1));