Home
last modified time | relevance | path

Searched refs:firstCellIndexes (Results 1 – 4 of 4) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/editor/libeditor/
H A DHTMLTableEditor.cpp1138 CellIndexes firstCellIndexes(MOZ_KnownLive(scanner.ElementsRef()[0]), in DeleteTableCellWithTransaction() local
1144 startRowIndex = firstCellIndexes.mRow; in DeleteTableCellWithTransaction()
1145 startColIndex = firstCellIndexes.mColumn; in DeleteTableCellWithTransaction()
1346 CellIndexes firstCellIndexes(MOZ_KnownLive(scanner.ElementsRef()[0]), in DeleteTableCellContentsWithTransaction() local
1353 startRowIndex = firstCellIndexes.mRow; in DeleteTableCellContentsWithTransaction()
1354 startColIndex = firstCellIndexes.mColumn; in DeleteTableCellContentsWithTransaction()
1454 CellIndexes firstCellIndexes(MOZ_KnownLive(scanner.ElementsRef()[0]), in DeleteSelectedTableColumnsWithTransaction() local
1460 startRowIndex = firstCellIndexes.mRow; in DeleteSelectedTableColumnsWithTransaction()
1461 startColIndex = firstCellIndexes.mColumn; in DeleteSelectedTableColumnsWithTransaction()
1716 startRowIndex = firstCellIndexes.mRow; in DeleteSelectedTableRowsWithTransaction()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/editor/libeditor/
H A DHTMLTableEditor.cpp1131 CellIndexes firstCellIndexes(*firstSelectedCellElement, presShell, error); in DeleteTableCellWithTransaction() local
1137 startRowIndex = firstCellIndexes.mRow; in DeleteTableCellWithTransaction()
1138 startColIndex = firstCellIndexes.mColumn; in DeleteTableCellWithTransaction()
1351 CellIndexes firstCellIndexes(*firstSelectedCellElement, presShell, error); in DeleteTableCellContentsWithTransaction() local
1357 startRowIndex = firstCellIndexes.mRow; in DeleteTableCellContentsWithTransaction()
1358 startColIndex = firstCellIndexes.mColumn; in DeleteTableCellContentsWithTransaction()
1464 CellIndexes firstCellIndexes(*firstSelectedCellElement, presShell, error); in DeleteSelectedTableColumnsWithTransaction() local
1469 startRowIndex = firstCellIndexes.mRow; in DeleteSelectedTableColumnsWithTransaction()
1470 startColIndex = firstCellIndexes.mColumn; in DeleteSelectedTableColumnsWithTransaction()
1727 startRowIndex = firstCellIndexes.mRow; in DeleteSelectedTableRowsWithTransaction()
[all …]
/dports/www/firefox/firefox-99.0/editor/libeditor/
H A DHTMLTableEditor.cpp1134 CellIndexes firstCellIndexes(MOZ_KnownLive(scanner.ElementsRef()[0]), in DeleteTableCellWithTransaction() local
1140 startRowIndex = firstCellIndexes.mRow; in DeleteTableCellWithTransaction()
1141 startColIndex = firstCellIndexes.mColumn; in DeleteTableCellWithTransaction()
1342 CellIndexes firstCellIndexes(MOZ_KnownLive(scanner.ElementsRef()[0]), in DeleteTableCellContentsWithTransaction() local
1349 startRowIndex = firstCellIndexes.mRow; in DeleteTableCellContentsWithTransaction()
1350 startColIndex = firstCellIndexes.mColumn; in DeleteTableCellContentsWithTransaction()
1450 CellIndexes firstCellIndexes(MOZ_KnownLive(scanner.ElementsRef()[0]), in DeleteSelectedTableColumnsWithTransaction() local
1456 startRowIndex = firstCellIndexes.mRow; in DeleteSelectedTableColumnsWithTransaction()
1457 startColIndex = firstCellIndexes.mColumn; in DeleteSelectedTableColumnsWithTransaction()
1713 startRowIndex = firstCellIndexes.mRow; in DeleteSelectedTableRowsWithTransaction()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/editor/libeditor/
H A DHTMLTableEditor.cpp1138 CellIndexes firstCellIndexes(MOZ_KnownLive(scanner.ElementsRef()[0]), in DeleteTableCellWithTransaction() local
1144 startRowIndex = firstCellIndexes.mRow; in DeleteTableCellWithTransaction()
1145 startColIndex = firstCellIndexes.mColumn; in DeleteTableCellWithTransaction()
1346 CellIndexes firstCellIndexes(MOZ_KnownLive(scanner.ElementsRef()[0]), in DeleteTableCellContentsWithTransaction() local
1353 startRowIndex = firstCellIndexes.mRow; in DeleteTableCellContentsWithTransaction()
1354 startColIndex = firstCellIndexes.mColumn; in DeleteTableCellContentsWithTransaction()
1454 CellIndexes firstCellIndexes(MOZ_KnownLive(scanner.ElementsRef()[0]), in DeleteSelectedTableColumnsWithTransaction() local
1460 startRowIndex = firstCellIndexes.mRow; in DeleteSelectedTableColumnsWithTransaction()
1461 startColIndex = firstCellIndexes.mColumn; in DeleteSelectedTableColumnsWithTransaction()
1716 startRowIndex = firstCellIndexes.mRow; in DeleteSelectedTableRowsWithTransaction()
[all …]