Home
last modified time | relevance | path

Searched refs:aColIdx (Results 1 – 25 of 151) sorted by relevance

1234567

/dports/lang/spidermonkey78/firefox-78.9.0/accessible/xpcom/
H A DxpcAccessibleTable.cpp70 aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= Intl()->ColCount()) in GetCellAt()
86 aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= Intl()->ColCount()) in GetCellIndexAt()
102 aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= Intl()->ColCount()) in GetColumnExtentAt()
118 aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= Intl()->ColCount()) in GetRowExtentAt()
130 if (aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= Intl()->ColCount()) in GetColumnDescription()
162 if (aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= Intl()->ColCount()) in IsColumnSelected()
192 aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= Intl()->ColCount()) in IsCellSelected()
287 *aColIdx = -1; in GetColumnIndexAt()
320 *aColIdx = -1; in GetRowAndColumnIndicesAt()
357 if (aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= Intl()->ColCount()) in SelectColumn()
[all …]
/dports/www/firefox/firefox-99.0/accessible/xpcom/
H A DxpcAccessibleTable.cpp70 aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= Intl()->ColCount()) { in GetCellAt()
87 aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= Intl()->ColCount()) { in GetCellIndexAt()
104 aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= Intl()->ColCount()) { in GetColumnExtentAt()
121 aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= Intl()->ColCount()) { in GetRowExtentAt()
134 if (aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= Intl()->ColCount()) { in GetColumnDescription()
168 if (aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= Intl()->ColCount()) { in IsColumnSelected()
200 aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= Intl()->ColCount()) { in IsCellSelected()
296 *aColIdx = -1; in GetColumnIndexAt()
331 *aColIdx = -1; in GetRowAndColumnIndicesAt()
369 if (aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= Intl()->ColCount()) { in SelectColumn()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/accessible/xpcom/
H A DxpcAccessibleTable.cpp70 aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= Intl()->ColCount()) { in GetCellAt()
87 aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= Intl()->ColCount()) { in GetCellIndexAt()
104 aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= Intl()->ColCount()) { in GetColumnExtentAt()
121 aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= Intl()->ColCount()) { in GetRowExtentAt()
134 if (aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= Intl()->ColCount()) { in GetColumnDescription()
168 if (aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= Intl()->ColCount()) { in IsColumnSelected()
200 aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= Intl()->ColCount()) { in IsCellSelected()
296 *aColIdx = -1; in GetColumnIndexAt()
331 *aColIdx = -1; in GetRowAndColumnIndicesAt()
369 if (aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= Intl()->ColCount()) { in SelectColumn()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/xpcom/
H A DxpcAccessibleTable.cpp70 aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= Intl()->ColCount()) { in GetCellAt()
87 aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= Intl()->ColCount()) { in GetCellIndexAt()
104 aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= Intl()->ColCount()) { in GetColumnExtentAt()
121 aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= Intl()->ColCount()) { in GetRowExtentAt()
134 if (aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= Intl()->ColCount()) { in GetColumnDescription()
168 if (aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= Intl()->ColCount()) { in IsColumnSelected()
200 aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= Intl()->ColCount()) { in IsCellSelected()
296 *aColIdx = -1; in GetColumnIndexAt()
331 *aColIdx = -1; in GetRowAndColumnIndicesAt()
369 if (aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= Intl()->ColCount()) { in SelectColumn()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/xpcom/
H A DxpcAccessibleTable.cpp70 aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= Intl()->ColCount()) in GetCellAt()
86 aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= Intl()->ColCount()) in GetCellIndexAt()
102 aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= Intl()->ColCount()) in GetColumnExtentAt()
118 aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= Intl()->ColCount()) in GetRowExtentAt()
130 if (aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= Intl()->ColCount()) in GetColumnDescription()
162 if (aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= Intl()->ColCount()) in IsColumnSelected()
192 aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= Intl()->ColCount()) in IsCellSelected()
327 *aColIdx = -1; in GetColumnIndexAt()
360 *aColIdx = -1; in GetRowAndColumnIndicesAt()
397 if (aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= Intl()->ColCount()) in SelectColumn()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/accessible/xpcom/
H A DxpcAccessibleTable.cpp79 aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= Intl()->ColCount()) in GetCellAt()
97 aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= Intl()->ColCount()) in GetCellIndexAt()
115 aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= Intl()->ColCount()) in GetColumnExtentAt()
133 aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= Intl()->ColCount()) in GetRowExtentAt()
147 if (aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= Intl()->ColCount()) in GetColumnDescription()
182 if (aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= Intl()->ColCount()) in IsColumnSelected()
216 aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= Intl()->ColCount()) in IsCellSelected()
368 *aColIdx = -1; in GetColumnIndexAt()
405 *aColIdx = -1; in GetRowAndColumnIndicesAt()
449 if (aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= Intl()->ColCount()) in SelectColumn()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/windows/ia2/
H A Dia2AccessibleTable.cpp79 if (aRowIdx < 0 || aColIdx < 0 || in get_childIndex()
95 if (aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= mTable->ColCount()) in get_columnDescription()
137 *aColIdx = 0; in get_columnIndex()
149 *aColIdx = colIdx; in get_columnIndex()
321 if (aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= mTable->ColCount()) in get_isColumnSelected()
374 if (aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= mTable->ColCount()) in selectColumn()
377 mTable->SelectCol(aColIdx); in selectColumn()
396 if (aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= mTable->ColCount()) in unselectColumn()
399 mTable->UnselectCol(aColIdx); in unselectColumn()
413 *aColIdx = 0; in get_rowColumnExtentsAtIndex()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/windows/ia2/
H A Dia2AccessibleTable.cpp79 if (aRowIdx < 0 || aColIdx < 0 || in get_childIndex()
95 if (aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= mTable->ColCount()) in get_columnDescription()
114 if (aRowIdx < 0 || aColIdx < 0 || in get_columnExtentAt()
137 *aColIdx = 0; in get_columnIndex()
311 if (aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= mTable->ColCount()) in get_isColumnSelected()
364 if (aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= mTable->ColCount()) in selectColumn()
367 mTable->SelectCol(aColIdx); in selectColumn()
386 if (aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= mTable->ColCount()) in unselectColumn()
389 mTable->UnselectCol(aColIdx); in unselectColumn()
403 *aColIdx = 0; in get_rowColumnExtentsAtIndex()
[all …]
/dports/www/firefox/firefox-99.0/accessible/windows/ia2/
H A Dia2AccessibleTable.cpp88 if (aRowIdx < 0 || aColIdx < 0 || in get_childIndex()
105 if (aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= table->ColCount()) in get_columnDescription()
148 *aColIdx = 0; in get_columnIndex()
161 *aColIdx = colIdx; in get_columnIndex()
342 if (aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= table->ColCount()) in get_isColumnSelected()
399 if (aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= table->ColCount()) in selectColumn()
402 table->SelectCol(aColIdx); in selectColumn()
423 if (aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= table->ColCount()) in unselectColumn()
426 table->UnselectCol(aColIdx); in unselectColumn()
440 *aColIdx = 0; in get_rowColumnExtentsAtIndex()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/accessible/windows/ia2/
H A Dia2AccessibleTable.cpp88 if (aRowIdx < 0 || aColIdx < 0 || in get_childIndex()
105 if (aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= table->ColCount()) in get_columnDescription()
148 *aColIdx = 0; in get_columnIndex()
161 *aColIdx = colIdx; in get_columnIndex()
342 if (aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= table->ColCount()) in get_isColumnSelected()
399 if (aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= table->ColCount()) in selectColumn()
402 table->SelectCol(aColIdx); in selectColumn()
423 if (aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= table->ColCount()) in unselectColumn()
426 table->UnselectCol(aColIdx); in unselectColumn()
440 *aColIdx = 0; in get_rowColumnExtentsAtIndex()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/windows/ia2/
H A Dia2AccessibleTable.cpp88 if (aRowIdx < 0 || aColIdx < 0 || in get_childIndex()
105 if (aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= table->ColCount()) in get_columnDescription()
148 *aColIdx = 0; in get_columnIndex()
161 *aColIdx = colIdx; in get_columnIndex()
342 if (aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= table->ColCount()) in get_isColumnSelected()
399 if (aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= table->ColCount()) in selectColumn()
402 table->SelectCol(aColIdx); in selectColumn()
423 if (aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= table->ColCount()) in unselectColumn()
426 table->UnselectCol(aColIdx); in unselectColumn()
440 *aColIdx = 0; in get_rowColumnExtentsAtIndex()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/accessible/windows/ia2/
H A Dia2AccessibleTable.cpp95 if (aRowIdx < 0 || aColIdx < 0 || in get_childIndex()
118 if (aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= mTable->ColCount()) in get_columnDescription()
177 if (!aColIdx) in get_columnIndex()
180 *aColIdx = 0; in get_columnIndex()
443 if (aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= mTable->ColCount()) in get_isColumnSelected()
522 if (aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= mTable->ColCount()) in selectColumn()
525 mTable->SelectCol(aColIdx); in selectColumn()
556 if (aColIdx < 0 || static_cast<uint32_t>(aColIdx) >= mTable->ColCount()) in unselectColumn()
559 mTable->UnselectCol(aColIdx); in unselectColumn()
578 *aColIdx = 0; in get_rowColumnExtentsAtIndex()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/generic/
H A DTableAccessible.h46 virtual Accessible* CellAt(uint32_t aRowIdx, uint32_t aColIdx) { in CellAt() argument
53 virtual int32_t CellIndexAt(uint32_t aRowIdx, uint32_t aColIdx) { in CellIndexAt() argument
54 return ColCount() * aRowIdx + aColIdx; in CellIndexAt()
75 int32_t* aColIdx) { in RowAndColIndicesAt() argument
78 *aColIdx = aCellIdx % colCount; in RowAndColIndicesAt()
85 virtual uint32_t ColExtentAt(uint32_t aRowIdx, uint32_t aColIdx) { return 1; } in ColExtentAt() argument
96 virtual void ColDescription(uint32_t aColIdx, nsString& aDescription) { in ColDescription() argument
110 virtual bool IsColSelected(uint32_t aColIdx) { return false; } in IsColSelected() argument
120 virtual bool IsCellSelected(uint32_t aRowIdx, uint32_t aColIdx) { in IsCellSelected() argument
162 virtual void SelectCol(uint32_t aColIdx) {} in SelectCol() argument
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/accessible/generic/
H A DTableAccessible.h48 virtual Accessible* CellAt(uint32_t aRowIdx, uint32_t aColIdx) { return nullptr; } in CellAt() argument
53 virtual int32_t CellIndexAt(uint32_t aRowIdx, uint32_t aColIdx) in CellIndexAt() argument
54 { return ColCount() * aRowIdx + aColIdx; } in CellIndexAt()
72 int32_t* aColIdx) in RowAndColIndicesAt() argument
76 *aColIdx = aCellIdx % colCount; in RowAndColIndicesAt()
83 virtual uint32_t ColExtentAt(uint32_t aRowIdx, uint32_t aColIdx) { return 1; } in ColExtentAt() argument
89 virtual uint32_t RowExtentAt(uint32_t aRowIdx, uint32_t aColIdx) { return 1; } in RowExtentAt() argument
94 virtual void ColDescription(uint32_t aColIdx, nsString& aDescription) in ColDescription() argument
106 virtual bool IsColSelected(uint32_t aColIdx) { return false; } in IsColSelected() argument
156 virtual void SelectCol(uint32_t aColIdx) {} in SelectCol() argument
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/generic/
H A DTableAccessible.h46 virtual Accessible* CellAt(uint32_t aRowIdx, uint32_t aColIdx) { in CellAt() argument
53 virtual int32_t CellIndexAt(uint32_t aRowIdx, uint32_t aColIdx) { in CellIndexAt() argument
54 return ColCount() * aRowIdx + aColIdx; in CellIndexAt()
77 int32_t* aColIdx);
83 virtual uint32_t ColExtentAt(uint32_t aRowIdx, uint32_t aColIdx) { return 1; } in ColExtentAt() argument
89 virtual uint32_t RowExtentAt(uint32_t aRowIdx, uint32_t aColIdx) { return 1; } in RowExtentAt() argument
94 virtual void ColDescription(uint32_t aColIdx, nsString& aDescription) { in ColDescription() argument
108 virtual bool IsColSelected(uint32_t aColIdx) { return false; } in IsColSelected() argument
118 virtual bool IsCellSelected(uint32_t aRowIdx, uint32_t aColIdx) { in IsCellSelected() argument
160 virtual void SelectCol(uint32_t aColIdx) {} in SelectCol() argument
[all …]
/dports/www/firefox/firefox-99.0/accessible/generic/
H A DTableAccessible.h49 virtual LocalAccessible* CellAt(uint32_t aRowIdx, uint32_t aColIdx) { in CellAt() argument
56 virtual int32_t CellIndexAt(uint32_t aRowIdx, uint32_t aColIdx) { in CellIndexAt() argument
57 return ColCount() * aRowIdx + aColIdx; in CellIndexAt()
80 int32_t* aColIdx);
86 virtual uint32_t ColExtentAt(uint32_t aRowIdx, uint32_t aColIdx) { return 1; } in ColExtentAt() argument
92 virtual uint32_t RowExtentAt(uint32_t aRowIdx, uint32_t aColIdx) { return 1; } in RowExtentAt() argument
97 virtual void ColDescription(uint32_t aColIdx, nsString& aDescription) { in ColDescription() argument
111 virtual bool IsColSelected(uint32_t aColIdx) { return false; } in IsColSelected() argument
121 virtual bool IsCellSelected(uint32_t aRowIdx, uint32_t aColIdx) { in IsCellSelected() argument
163 virtual void SelectCol(uint32_t aColIdx) {} in SelectCol() argument
[all …]
/dports/www/firefox-esr/firefox-91.8.0/accessible/generic/
H A DTableAccessible.h49 virtual LocalAccessible* CellAt(uint32_t aRowIdx, uint32_t aColIdx) { in CellAt() argument
56 virtual int32_t CellIndexAt(uint32_t aRowIdx, uint32_t aColIdx) { in CellIndexAt() argument
57 return ColCount() * aRowIdx + aColIdx; in CellIndexAt()
80 int32_t* aColIdx);
86 virtual uint32_t ColExtentAt(uint32_t aRowIdx, uint32_t aColIdx) { return 1; } in ColExtentAt() argument
92 virtual uint32_t RowExtentAt(uint32_t aRowIdx, uint32_t aColIdx) { return 1; } in RowExtentAt() argument
97 virtual void ColDescription(uint32_t aColIdx, nsString& aDescription) { in ColDescription() argument
111 virtual bool IsColSelected(uint32_t aColIdx) { return false; } in IsColSelected() argument
121 virtual bool IsCellSelected(uint32_t aRowIdx, uint32_t aColIdx) { in IsCellSelected() argument
163 virtual void SelectCol(uint32_t aColIdx) {} in SelectCol() argument
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/generic/
H A DTableAccessible.h49 virtual LocalAccessible* CellAt(uint32_t aRowIdx, uint32_t aColIdx) { in CellAt() argument
56 virtual int32_t CellIndexAt(uint32_t aRowIdx, uint32_t aColIdx) { in CellIndexAt() argument
57 return ColCount() * aRowIdx + aColIdx; in CellIndexAt()
80 int32_t* aColIdx);
86 virtual uint32_t ColExtentAt(uint32_t aRowIdx, uint32_t aColIdx) { return 1; } in ColExtentAt() argument
92 virtual uint32_t RowExtentAt(uint32_t aRowIdx, uint32_t aColIdx) { return 1; } in RowExtentAt() argument
97 virtual void ColDescription(uint32_t aColIdx, nsString& aDescription) { in ColDescription() argument
111 virtual bool IsColSelected(uint32_t aColIdx) { return false; } in IsColSelected() argument
121 virtual bool IsCellSelected(uint32_t aRowIdx, uint32_t aColIdx) { in IsCellSelected() argument
163 virtual void SelectCol(uint32_t aColIdx) {} in SelectCol() argument
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/atk/
H A DnsMaiInterfaceTable.cpp23 static AtkObject* refAtCB(AtkTable* aTable, gint aRowIdx, gint aColIdx) { in refAtCB() argument
24 if (aRowIdx < 0 || aColIdx < 0) { in refAtCB()
31 Accessible* cell = accWrap->AsTable()->CellAt(aRowIdx, aColIdx); in refAtCB()
38 ProxyAccessible* cell = proxy->TableCellAt(aRowIdx, aColIdx); in refAtCB()
53 static gint getIndexAtCB(AtkTable* aTable, gint aRowIdx, gint aColIdx) { in getIndexAtCB() argument
54 if (aRowIdx < 0 || aColIdx < 0) { in getIndexAtCB()
131 if (aRowIdx < 0 || aColIdx < 0) { in getColumnExtentAtCB()
189 static AtkObject* getColumnHeaderCB(AtkTable* aTable, gint aColIdx) { in getColumnHeaderCB() argument
198 ProxyAccessible* header = proxy->AtkTableColumnHeader(aColIdx); in getColumnHeaderCB()
291 static gboolean isColumnSelectedCB(AtkTable* aTable, gint aColIdx) { in isColumnSelectedCB() argument
[all …]
/dports/www/firefox/firefox-99.0/accessible/atk/
H A DnsMaiInterfaceTable.cpp23 static AtkObject* refAtCB(AtkTable* aTable, gint aRowIdx, gint aColIdx) { in refAtCB() argument
24 if (aRowIdx < 0 || aColIdx < 0) { in refAtCB()
31 LocalAccessible* cell = accWrap->AsTable()->CellAt(aRowIdx, aColIdx); in refAtCB()
38 RemoteAccessible* cell = proxy->TableCellAt(aRowIdx, aColIdx); in refAtCB()
53 static gint getIndexAtCB(AtkTable* aTable, gint aRowIdx, gint aColIdx) { in getIndexAtCB() argument
54 if (aRowIdx < 0 || aColIdx < 0) { in getIndexAtCB()
131 if (aRowIdx < 0 || aColIdx < 0) { in getColumnExtentAtCB()
189 static AtkObject* getColumnHeaderCB(AtkTable* aTable, gint aColIdx) { in getColumnHeaderCB() argument
198 RemoteAccessible* header = proxy->AtkTableColumnHeader(aColIdx); in getColumnHeaderCB()
291 static gboolean isColumnSelectedCB(AtkTable* aTable, gint aColIdx) { in isColumnSelectedCB() argument
[all …]
/dports/www/firefox-esr/firefox-91.8.0/accessible/atk/
H A DnsMaiInterfaceTable.cpp23 static AtkObject* refAtCB(AtkTable* aTable, gint aRowIdx, gint aColIdx) { in refAtCB() argument
24 if (aRowIdx < 0 || aColIdx < 0) { in refAtCB()
31 LocalAccessible* cell = accWrap->AsTable()->CellAt(aRowIdx, aColIdx); in refAtCB()
38 RemoteAccessible* cell = proxy->TableCellAt(aRowIdx, aColIdx); in refAtCB()
53 static gint getIndexAtCB(AtkTable* aTable, gint aRowIdx, gint aColIdx) { in getIndexAtCB() argument
54 if (aRowIdx < 0 || aColIdx < 0) { in getIndexAtCB()
131 if (aRowIdx < 0 || aColIdx < 0) { in getColumnExtentAtCB()
189 static AtkObject* getColumnHeaderCB(AtkTable* aTable, gint aColIdx) { in getColumnHeaderCB() argument
198 RemoteAccessible* header = proxy->AtkTableColumnHeader(aColIdx); in getColumnHeaderCB()
291 static gboolean isColumnSelectedCB(AtkTable* aTable, gint aColIdx) { in isColumnSelectedCB() argument
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/atk/
H A DnsMaiInterfaceTable.cpp23 static AtkObject* refAtCB(AtkTable* aTable, gint aRowIdx, gint aColIdx) { in refAtCB() argument
24 if (aRowIdx < 0 || aColIdx < 0) { in refAtCB()
31 LocalAccessible* cell = accWrap->AsTable()->CellAt(aRowIdx, aColIdx); in refAtCB()
38 RemoteAccessible* cell = proxy->TableCellAt(aRowIdx, aColIdx); in refAtCB()
53 static gint getIndexAtCB(AtkTable* aTable, gint aRowIdx, gint aColIdx) { in getIndexAtCB() argument
54 if (aRowIdx < 0 || aColIdx < 0) { in getIndexAtCB()
131 if (aRowIdx < 0 || aColIdx < 0) { in getColumnExtentAtCB()
189 static AtkObject* getColumnHeaderCB(AtkTable* aTable, gint aColIdx) { in getColumnHeaderCB() argument
198 RemoteAccessible* header = proxy->AtkTableColumnHeader(aColIdx); in getColumnHeaderCB()
291 static gboolean isColumnSelectedCB(AtkTable* aTable, gint aColIdx) { in isColumnSelectedCB() argument
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/atk/
H A DnsMaiInterfaceTable.cpp23 static AtkObject* refAtCB(AtkTable* aTable, gint aRowIdx, gint aColIdx) { in refAtCB() argument
24 if (aRowIdx < 0 || aColIdx < 0) { in refAtCB()
31 Accessible* cell = accWrap->AsTable()->CellAt(aRowIdx, aColIdx); in refAtCB()
38 ProxyAccessible* cell = proxy->TableCellAt(aRowIdx, aColIdx); in refAtCB()
53 static gint getIndexAtCB(AtkTable* aTable, gint aRowIdx, gint aColIdx) { in getIndexAtCB() argument
54 if (aRowIdx < 0 || aColIdx < 0) { in getIndexAtCB()
131 if (aRowIdx < 0 || aColIdx < 0) { in getColumnExtentAtCB()
189 static AtkObject* getColumnHeaderCB(AtkTable* aTable, gint aColIdx) { in getColumnHeaderCB() argument
198 ProxyAccessible* header = proxy->AtkTableColumnHeader(aColIdx); in getColumnHeaderCB()
291 static gboolean isColumnSelectedCB(AtkTable* aTable, gint aColIdx) { in isColumnSelectedCB() argument
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/accessible/atk/
H A DnsMaiInterfaceTable.cpp24 refAtCB(AtkTable* aTable, gint aRowIdx, gint aColIdx) in refAtCB() argument
26 if (aRowIdx < 0 || aColIdx < 0) { in refAtCB()
33 Accessible* cell = accWrap->AsTable()->CellAt(aRowIdx, aColIdx); in refAtCB()
40 ProxyAccessible* cell = proxy->TableCellAt(aRowIdx, aColIdx); in refAtCB()
56 getIndexAtCB(AtkTable* aTable, gint aRowIdx, gint aColIdx) in getIndexAtCB() argument
58 if (aRowIdx < 0 || aColIdx < 0) { in getIndexAtCB()
145 if (aRowIdx < 0 || aColIdx < 0) { in getColumnExtentAtCB()
162 getRowExtentAtCB(AtkTable *aTable, gint aRowIdx, gint aColIdx) in getRowExtentAtCB() argument
210 getColumnHeaderCB(AtkTable *aTable, gint aColIdx) in getColumnHeaderCB() argument
325 isColumnSelectedCB(AtkTable *aTable, gint aColIdx) in isColumnSelectedCB() argument
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/html/
H A DHTMLTableAccessible.cpp250 return cellLayout->GetCellIndexes(aRowIdx, aColIdx); in GetCellIndexes()
539 return CellInRowAt(cell, aColIdx); in CellAt()
560 return TableAccessible::CellIndexAt(aRowIdx, aColIdx); in CellIndexAt()
607 if (*aRowIdx == -1 || *aColIdx == -1) { in RowAndColIndicesAt()
625 return TableAccessible::ColExtentAt(aRowIdx, aColIdx); in ColExtentAt()
636 return tableFrame->GetEffectiveRowSpanAt(aRowIdx, aColIdx); in RowExtentAt()
639 bool HTMLTableAccessible::IsColSelected(uint32_t aColIdx) { in IsColSelected() argument
644 isSelected = IsCellSelected(rowIdx, aColIdx); in IsColSelected()
680 void HTMLTableAccessible::SelectCol(uint32_t aColIdx) { in SelectCol() argument
682 aColIdx, TableSelectionMode::Column, true); in SelectCol()
[all …]

1234567