Home
last modified time | relevance | path

Searched refs:aCellIdx (Results 1 – 25 of 199) sorted by relevance

12345678

/dports/lang/spidermonkey78/firefox-78.9.0/accessible/xpcom/
H A DxpcAccessibleTable.cpp79 int32_t* aCellIdx) { in GetCellIndexAt() argument
80 NS_ENSURE_ARG_POINTER(aCellIdx); in GetCellIndexAt()
81 *aCellIdx = -1; in GetCellIndexAt()
89 *aCellIdx = Intl()->CellIndexAt(aRowIdx, aColIdx); in GetCellIndexAt()
291 if (aCellIdx < 0 || static_cast<uint32_t>(aCellIdx) >= in GetColumnIndexAt()
295 *aColIdx = Intl()->ColIndexAt(aCellIdx); in GetColumnIndexAt()
300 xpcAccessibleTable::GetRowIndexAt(int32_t aCellIdx, int32_t* aRowIdx) { in GetRowIndexAt() argument
306 if (aCellIdx < 0 || static_cast<uint32_t>(aCellIdx) >= in GetRowIndexAt()
310 *aRowIdx = Intl()->RowIndexAt(aCellIdx); in GetRowIndexAt()
324 if (aCellIdx < 0 || static_cast<uint32_t>(aCellIdx) >= in GetRowAndColumnIndicesAt()
[all …]
/dports/www/firefox/firefox-99.0/accessible/xpcom/
H A DxpcAccessibleTable.cpp80 int32_t* aCellIdx) { in GetCellIndexAt() argument
81 NS_ENSURE_ARG_POINTER(aCellIdx); in GetCellIndexAt()
82 *aCellIdx = -1; in GetCellIndexAt()
91 *aCellIdx = Intl()->CellIndexAt(aRowIdx, aColIdx); in GetCellIndexAt()
300 if (aCellIdx < 0 || static_cast<uint32_t>(aCellIdx) >= in GetColumnIndexAt()
305 *aColIdx = Intl()->ColIndexAt(aCellIdx); in GetColumnIndexAt()
310 xpcAccessibleTable::GetRowIndexAt(int32_t aCellIdx, int32_t* aRowIdx) { in GetRowIndexAt() argument
316 if (aCellIdx < 0 || static_cast<uint32_t>(aCellIdx) >= in GetRowIndexAt()
321 *aRowIdx = Intl()->RowIndexAt(aCellIdx); in GetRowIndexAt()
335 if (aCellIdx < 0 || static_cast<uint32_t>(aCellIdx) >= in GetRowAndColumnIndicesAt()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/accessible/xpcom/
H A DxpcAccessibleTable.cpp80 int32_t* aCellIdx) { in GetCellIndexAt() argument
81 NS_ENSURE_ARG_POINTER(aCellIdx); in GetCellIndexAt()
82 *aCellIdx = -1; in GetCellIndexAt()
91 *aCellIdx = Intl()->CellIndexAt(aRowIdx, aColIdx); in GetCellIndexAt()
300 if (aCellIdx < 0 || static_cast<uint32_t>(aCellIdx) >= in GetColumnIndexAt()
305 *aColIdx = Intl()->ColIndexAt(aCellIdx); in GetColumnIndexAt()
310 xpcAccessibleTable::GetRowIndexAt(int32_t aCellIdx, int32_t* aRowIdx) { in GetRowIndexAt() argument
316 if (aCellIdx < 0 || static_cast<uint32_t>(aCellIdx) >= in GetRowIndexAt()
321 *aRowIdx = Intl()->RowIndexAt(aCellIdx); in GetRowIndexAt()
335 if (aCellIdx < 0 || static_cast<uint32_t>(aCellIdx) >= in GetRowAndColumnIndicesAt()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/xpcom/
H A DxpcAccessibleTable.cpp80 int32_t* aCellIdx) { in GetCellIndexAt() argument
81 NS_ENSURE_ARG_POINTER(aCellIdx); in GetCellIndexAt()
82 *aCellIdx = -1; in GetCellIndexAt()
91 *aCellIdx = Intl()->CellIndexAt(aRowIdx, aColIdx); in GetCellIndexAt()
300 if (aCellIdx < 0 || static_cast<uint32_t>(aCellIdx) >= in GetColumnIndexAt()
305 *aColIdx = Intl()->ColIndexAt(aCellIdx); in GetColumnIndexAt()
310 xpcAccessibleTable::GetRowIndexAt(int32_t aCellIdx, int32_t* aRowIdx) { in GetRowIndexAt() argument
316 if (aCellIdx < 0 || static_cast<uint32_t>(aCellIdx) >= in GetRowIndexAt()
321 *aRowIdx = Intl()->RowIndexAt(aCellIdx); in GetRowIndexAt()
335 if (aCellIdx < 0 || static_cast<uint32_t>(aCellIdx) >= in GetRowAndColumnIndicesAt()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/xpcom/
H A DxpcAccessibleTable.cpp79 int32_t* aCellIdx) { in GetCellIndexAt() argument
80 NS_ENSURE_ARG_POINTER(aCellIdx); in GetCellIndexAt()
81 *aCellIdx = -1; in GetCellIndexAt()
89 *aCellIdx = Intl()->CellIndexAt(aRowIdx, aColIdx); in GetCellIndexAt()
331 if (aCellIdx < 0 || static_cast<uint32_t>(aCellIdx) >= in GetColumnIndexAt()
335 *aColIdx = Intl()->ColIndexAt(aCellIdx); in GetColumnIndexAt()
340 xpcAccessibleTable::GetRowIndexAt(int32_t aCellIdx, int32_t* aRowIdx) { in GetRowIndexAt() argument
346 if (aCellIdx < 0 || static_cast<uint32_t>(aCellIdx) >= in GetRowIndexAt()
350 *aRowIdx = Intl()->RowIndexAt(aCellIdx); in GetRowIndexAt()
364 if (aCellIdx < 0 || static_cast<uint32_t>(aCellIdx) >= in GetRowAndColumnIndicesAt()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/accessible/xpcom/
H A DxpcAccessibleTable.cpp88 int32_t* aCellIdx) in GetCellIndexAt() argument
90 NS_ENSURE_ARG_POINTER(aCellIdx); in GetCellIndexAt()
91 *aCellIdx = -1; in GetCellIndexAt()
100 *aCellIdx = Intl()->CellIndexAt(aRowIdx, aColIdx); in GetCellIndexAt()
373 if (aCellIdx < 0 || in GetColumnIndexAt()
377 *aColIdx = Intl()->ColIndexAt(aCellIdx); in GetColumnIndexAt()
382 xpcAccessibleTable::GetRowIndexAt(int32_t aCellIdx, int32_t* aRowIdx) in GetRowIndexAt() argument
390 if (aCellIdx < 0 || in GetRowIndexAt()
394 *aRowIdx = Intl()->RowIndexAt(aCellIdx); in GetRowIndexAt()
410 if (aCellIdx < 0 || in GetRowAndColumnIndicesAt()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/generic/
H A DTableAccessible.h60 virtual int32_t ColIndexAt(uint32_t aCellIdx) { in ColIndexAt() argument
61 return aCellIdx % ColCount(); in ColIndexAt()
67 virtual int32_t RowIndexAt(uint32_t aCellIdx) { in RowIndexAt() argument
68 return aCellIdx / ColCount(); in RowIndexAt()
74 virtual void RowAndColIndicesAt(uint32_t aCellIdx, int32_t* aRowIdx, in RowAndColIndicesAt() argument
77 *aRowIdx = aCellIdx / colCount; in RowAndColIndicesAt()
78 *aColIdx = aCellIdx % colCount; in RowAndColIndicesAt()
/dports/www/firefox-legacy/firefox-52.8.0esr/accessible/generic/
H A DTableAccessible.h59 virtual int32_t ColIndexAt(uint32_t aCellIdx) in ColIndexAt() argument
60 { return aCellIdx % ColCount(); } in ColIndexAt()
65 virtual int32_t RowIndexAt(uint32_t aCellIdx) in RowIndexAt() argument
66 { return aCellIdx / ColCount(); } in RowIndexAt()
71 virtual void RowAndColIndicesAt(uint32_t aCellIdx, int32_t* aRowIdx, in RowAndColIndicesAt() argument
75 *aRowIdx = aCellIdx / colCount; in RowAndColIndicesAt()
76 *aColIdx = aCellIdx % colCount; in RowAndColIndicesAt()
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/generic/
H A DTableAccessible.cpp268 int32_t TableAccessible::ColIndexAt(uint32_t aCellIdx) { in ColIndexAt() argument
270 if (colCount < 1 || aCellIdx >= colCount * RowCount()) { in ColIndexAt()
274 return aCellIdx % colCount; in ColIndexAt()
277 int32_t TableAccessible::RowIndexAt(uint32_t aCellIdx) { in RowIndexAt() argument
279 if (colCount < 1 || aCellIdx >= colCount * RowCount()) { in RowIndexAt()
283 return aCellIdx / colCount; in RowIndexAt()
286 void TableAccessible::RowAndColIndicesAt(uint32_t aCellIdx, int32_t* aRowIdx, in RowAndColIndicesAt() argument
289 if (colCount < 1 || aCellIdx >= colCount * RowCount()) { in RowAndColIndicesAt()
295 *aRowIdx = aCellIdx / colCount; in RowAndColIndicesAt()
296 *aColIdx = aCellIdx % colCount; in RowAndColIndicesAt()
H A DTableAccessible.h62 virtual int32_t ColIndexAt(uint32_t aCellIdx);
69 virtual int32_t RowIndexAt(uint32_t aCellIdx);
76 virtual void RowAndColIndicesAt(uint32_t aCellIdx, int32_t* aRowIdx,
/dports/www/firefox/firefox-99.0/accessible/generic/
H A DTableAccessible.cpp288 int32_t TableAccessible::ColIndexAt(uint32_t aCellIdx) { in ColIndexAt() argument
290 if (colCount < 1 || aCellIdx >= colCount * RowCount()) { in ColIndexAt()
294 return aCellIdx % colCount; in ColIndexAt()
297 int32_t TableAccessible::RowIndexAt(uint32_t aCellIdx) { in RowIndexAt() argument
299 if (colCount < 1 || aCellIdx >= colCount * RowCount()) { in RowIndexAt()
303 return aCellIdx / colCount; in RowIndexAt()
306 void TableAccessible::RowAndColIndicesAt(uint32_t aCellIdx, int32_t* aRowIdx, in RowAndColIndicesAt() argument
309 if (colCount < 1 || aCellIdx >= colCount * RowCount()) { in RowAndColIndicesAt()
315 *aRowIdx = aCellIdx / colCount; in RowAndColIndicesAt()
316 *aColIdx = aCellIdx % colCount; in RowAndColIndicesAt()
H A DTableAccessible.h65 virtual int32_t ColIndexAt(uint32_t aCellIdx);
72 virtual int32_t RowIndexAt(uint32_t aCellIdx);
79 virtual void RowAndColIndicesAt(uint32_t aCellIdx, int32_t* aRowIdx,
/dports/www/firefox-esr/firefox-91.8.0/accessible/generic/
H A DTableAccessible.cpp288 int32_t TableAccessible::ColIndexAt(uint32_t aCellIdx) { in ColIndexAt() argument
290 if (colCount < 1 || aCellIdx >= colCount * RowCount()) { in ColIndexAt()
294 return aCellIdx % colCount; in ColIndexAt()
297 int32_t TableAccessible::RowIndexAt(uint32_t aCellIdx) { in RowIndexAt() argument
299 if (colCount < 1 || aCellIdx >= colCount * RowCount()) { in RowIndexAt()
303 return aCellIdx / colCount; in RowIndexAt()
306 void TableAccessible::RowAndColIndicesAt(uint32_t aCellIdx, int32_t* aRowIdx, in RowAndColIndicesAt() argument
309 if (colCount < 1 || aCellIdx >= colCount * RowCount()) { in RowAndColIndicesAt()
315 *aRowIdx = aCellIdx / colCount; in RowAndColIndicesAt()
316 *aColIdx = aCellIdx % colCount; in RowAndColIndicesAt()
H A DTableAccessible.h65 virtual int32_t ColIndexAt(uint32_t aCellIdx);
72 virtual int32_t RowIndexAt(uint32_t aCellIdx);
79 virtual void RowAndColIndicesAt(uint32_t aCellIdx, int32_t* aRowIdx,
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/generic/
H A DTableAccessible.cpp288 int32_t TableAccessible::ColIndexAt(uint32_t aCellIdx) { in ColIndexAt() argument
290 if (colCount < 1 || aCellIdx >= colCount * RowCount()) { in ColIndexAt()
294 return aCellIdx % colCount; in ColIndexAt()
297 int32_t TableAccessible::RowIndexAt(uint32_t aCellIdx) { in RowIndexAt() argument
299 if (colCount < 1 || aCellIdx >= colCount * RowCount()) { in RowIndexAt()
303 return aCellIdx / colCount; in RowIndexAt()
306 void TableAccessible::RowAndColIndicesAt(uint32_t aCellIdx, int32_t* aRowIdx, in RowAndColIndicesAt() argument
309 if (colCount < 1 || aCellIdx >= colCount * RowCount()) { in RowAndColIndicesAt()
315 *aRowIdx = aCellIdx / colCount; in RowAndColIndicesAt()
316 *aColIdx = aCellIdx % colCount; in RowAndColIndicesAt()
H A DTableAccessible.h65 virtual int32_t ColIndexAt(uint32_t aCellIdx);
72 virtual int32_t RowIndexAt(uint32_t aCellIdx);
79 virtual void RowAndColIndicesAt(uint32_t aCellIdx, int32_t* aRowIdx,
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/windows/ia2/
H A Dia2AccessibleTable.cpp134 ia2AccessibleTable::get_columnIndex(long aCellIdx, long* aColIdx) { in get_columnIndex() argument
140 if (aCellIdx < 0 || static_cast<uint32_t>(aCellIdx) >= in get_columnIndex()
144 *aColIdx = mTable->ColIndexAt(aCellIdx); in get_columnIndex()
243 ia2AccessibleTable::get_rowIndex(long aCellIdx, long* aRowIdx) { in get_rowIndex() argument
249 if (aCellIdx < 0 || static_cast<uint32_t>(aCellIdx) >= in get_rowIndex()
253 *aRowIdx = mTable->RowIndexAt(aCellIdx); in get_rowIndex()
394 ia2AccessibleTable::get_rowColumnExtentsAtIndex(long aCellIdx, long* aRowIdx, in get_rowColumnExtentsAtIndex() argument
409 if (aCellIdx < 0 || static_cast<uint32_t>(aCellIdx) >= in get_rowColumnExtentsAtIndex()
414 mTable->RowAndColIndicesAt(aCellIdx, &rowIdx, &colIdx); in get_rowColumnExtentsAtIndex()
/dports/www/firefox-legacy/firefox-52.8.0esr/accessible/windows/ia2/
H A Dia2AccessibleTable.cpp173 ia2AccessibleTable::get_columnIndex(long aCellIdx, long* aColIdx) in get_columnIndex() argument
184 if (aCellIdx < 0 || in get_columnIndex()
185 static_cast<uint32_t>(aCellIdx) >= mTable->ColCount() * mTable->RowCount()) in get_columnIndex()
188 *aColIdx = mTable->ColIndexAt(aCellIdx); in get_columnIndex()
339 ia2AccessibleTable::get_rowIndex(long aCellIdx, long* aRowIdx) in get_rowIndex() argument
350 if (aCellIdx < 0 || in get_rowIndex()
351 static_cast<uint32_t>(aCellIdx) >= mTable->ColCount() * mTable->RowCount()) in get_rowIndex()
354 *aRowIdx = mTable->RowIndexAt(aCellIdx); in get_rowIndex()
566 ia2AccessibleTable::get_rowColumnExtentsAtIndex(long aCellIdx, long* aRowIdx, in get_rowColumnExtentsAtIndex() argument
585 if (aCellIdx < 0 || in get_rowColumnExtentsAtIndex()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/windows/ia2/
H A Dia2AccessibleTable.cpp134 ia2AccessibleTable::get_columnIndex(long aCellIdx, long* aColIdx) { in get_columnIndex() argument
140 if (aCellIdx < 0) { in get_columnIndex()
144 long colIdx = mTable->ColIndexAt(aCellIdx); in get_columnIndex()
248 ia2AccessibleTable::get_rowIndex(long aCellIdx, long* aRowIdx) { in get_rowIndex() argument
254 if (aCellIdx < 0) { in get_rowIndex()
258 long rowIdx = mTable->RowIndexAt(aCellIdx); in get_rowIndex()
404 ia2AccessibleTable::get_rowColumnExtentsAtIndex(long aCellIdx, long* aRowIdx, in get_rowColumnExtentsAtIndex() argument
419 if (aCellIdx < 0) { in get_rowColumnExtentsAtIndex()
424 mTable->RowAndColIndicesAt(aCellIdx, &rowIdx, &colIdx); in get_rowColumnExtentsAtIndex()
/dports/www/firefox/firefox-99.0/accessible/windows/ia2/
H A Dia2AccessibleTable.cpp145 ia2AccessibleTable::get_columnIndex(long aCellIdx, long* aColIdx) { in get_columnIndex() argument
152 if (aCellIdx < 0) { in get_columnIndex()
156 long colIdx = table->ColIndexAt(aCellIdx); in get_columnIndex()
266 ia2AccessibleTable::get_rowIndex(long aCellIdx, long* aRowIdx) { in get_rowIndex() argument
273 if (aCellIdx < 0) { in get_rowIndex()
277 long rowIdx = table->RowIndexAt(aCellIdx); in get_rowIndex()
431 ia2AccessibleTable::get_rowColumnExtentsAtIndex(long aCellIdx, long* aRowIdx, in get_rowColumnExtentsAtIndex() argument
447 if (aCellIdx < 0) { in get_rowColumnExtentsAtIndex()
452 table->RowAndColIndicesAt(aCellIdx, &rowIdx, &colIdx); in get_rowColumnExtentsAtIndex()
/dports/www/firefox-esr/firefox-91.8.0/accessible/windows/ia2/
H A Dia2AccessibleTable.cpp145 ia2AccessibleTable::get_columnIndex(long aCellIdx, long* aColIdx) { in get_columnIndex() argument
152 if (aCellIdx < 0) { in get_columnIndex()
156 long colIdx = table->ColIndexAt(aCellIdx); in get_columnIndex()
266 ia2AccessibleTable::get_rowIndex(long aCellIdx, long* aRowIdx) { in get_rowIndex() argument
273 if (aCellIdx < 0) { in get_rowIndex()
277 long rowIdx = table->RowIndexAt(aCellIdx); in get_rowIndex()
431 ia2AccessibleTable::get_rowColumnExtentsAtIndex(long aCellIdx, long* aRowIdx, in get_rowColumnExtentsAtIndex() argument
447 if (aCellIdx < 0) { in get_rowColumnExtentsAtIndex()
452 table->RowAndColIndicesAt(aCellIdx, &rowIdx, &colIdx); in get_rowColumnExtentsAtIndex()
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/windows/ia2/
H A Dia2AccessibleTable.cpp145 ia2AccessibleTable::get_columnIndex(long aCellIdx, long* aColIdx) { in get_columnIndex() argument
152 if (aCellIdx < 0) { in get_columnIndex()
156 long colIdx = table->ColIndexAt(aCellIdx); in get_columnIndex()
266 ia2AccessibleTable::get_rowIndex(long aCellIdx, long* aRowIdx) { in get_rowIndex() argument
273 if (aCellIdx < 0) { in get_rowIndex()
277 long rowIdx = table->RowIndexAt(aCellIdx); in get_rowIndex()
431 ia2AccessibleTable::get_rowColumnExtentsAtIndex(long aCellIdx, long* aRowIdx, in get_rowColumnExtentsAtIndex() argument
447 if (aCellIdx < 0) { in get_rowColumnExtentsAtIndex()
452 table->RowAndColIndicesAt(aCellIdx, &rowIdx, &colIdx); in get_rowColumnExtentsAtIndex()
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/html/
H A DHTMLTableAccessible.cpp567 int32_t HTMLTableAccessible::ColIndexAt(uint32_t aCellIdx) { in ColIndexAt() argument
572 tableFrame->GetRowAndColumnByIndex(aCellIdx, &rowIdx, &colIdx); in ColIndexAt()
578 return TableAccessible::ColIndexAt(aCellIdx); in ColIndexAt()
584 int32_t HTMLTableAccessible::RowIndexAt(uint32_t aCellIdx) { in RowIndexAt() argument
589 tableFrame->GetRowAndColumnByIndex(aCellIdx, &rowIdx, &colIdx); in RowIndexAt()
595 return TableAccessible::RowIndexAt(aCellIdx); in RowIndexAt()
601 void HTMLTableAccessible::RowAndColIndicesAt(uint32_t aCellIdx, in RowAndColIndicesAt() argument
606 tableFrame->GetRowAndColumnByIndex(aCellIdx, aRowIdx, aColIdx); in RowAndColIndicesAt()
611 TableAccessible::RowAndColIndicesAt(aCellIdx, aRowIdx, aColIdx); in RowAndColIndicesAt()
/dports/www/firefox-esr/firefox-91.8.0/accessible/html/
H A DHTMLTableAccessible.cpp584 int32_t HTMLTableAccessible::ColIndexAt(uint32_t aCellIdx) { in ColIndexAt() argument
589 tableFrame->GetRowAndColumnByIndex(aCellIdx, &rowIdx, &colIdx); in ColIndexAt()
595 return TableAccessible::ColIndexAt(aCellIdx); in ColIndexAt()
601 int32_t HTMLTableAccessible::RowIndexAt(uint32_t aCellIdx) { in RowIndexAt() argument
606 tableFrame->GetRowAndColumnByIndex(aCellIdx, &rowIdx, &colIdx); in RowIndexAt()
612 return TableAccessible::RowIndexAt(aCellIdx); in RowIndexAt()
618 void HTMLTableAccessible::RowAndColIndicesAt(uint32_t aCellIdx, in RowAndColIndicesAt() argument
623 tableFrame->GetRowAndColumnByIndex(aCellIdx, aRowIdx, aColIdx); in RowAndColIndicesAt()
628 TableAccessible::RowAndColIndicesAt(aCellIdx, aRowIdx, aColIdx); in RowAndColIndicesAt()
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/html/
H A DHTMLTableAccessible.cpp584 int32_t HTMLTableAccessible::ColIndexAt(uint32_t aCellIdx) { in ColIndexAt() argument
589 tableFrame->GetRowAndColumnByIndex(aCellIdx, &rowIdx, &colIdx); in ColIndexAt()
595 return TableAccessible::ColIndexAt(aCellIdx); in ColIndexAt()
601 int32_t HTMLTableAccessible::RowIndexAt(uint32_t aCellIdx) { in RowIndexAt() argument
606 tableFrame->GetRowAndColumnByIndex(aCellIdx, &rowIdx, &colIdx); in RowIndexAt()
612 return TableAccessible::RowIndexAt(aCellIdx); in RowIndexAt()
618 void HTMLTableAccessible::RowAndColIndicesAt(uint32_t aCellIdx, in RowAndColIndicesAt() argument
623 tableFrame->GetRowAndColumnByIndex(aCellIdx, aRowIdx, aColIdx); in RowAndColIndicesAt()
628 TableAccessible::RowAndColIndicesAt(aCellIdx, aRowIdx, aColIdx); in RowAndColIndicesAt()

12345678