Home
last modified time | relevance | path

Searched refs:GetCellAt (Results 1 – 25 of 97) sorted by relevance

1234

/dports/lang/spidermonkey60/firefox-60.9.0/layout/xul/grid/
H A DnsGrid.cpp387 GetCellAt(j, i)->SetBoxInRow(child); in PopulateCellMap()
389 GetCellAt(i, j)->SetBoxInColumn(child); in PopulateCellMap()
432 nsGridCell* nsGrid::GetCellAt(int32_t aX, int32_t aY) { in GetCellAt() function in nsGrid
766 child = GetCellAt(i, aIndex); in GetPrefRowHeight()
768 child = GetCellAt(aIndex, i); in GetPrefRowHeight()
834 child = GetCellAt(i, aIndex); in GetMinRowHeight()
836 child = GetCellAt(aIndex, i); in GetMinRowHeight()
902 child = GetCellAt(i, aIndex); in GetMaxRowHeight()
904 child = GetCellAt(aIndex, i); in GetMaxRowHeight()
H A DnsGrid.h30 nsGridCell* GetCellAt(int32_t aX, int32_t aY);
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/xul/grid/
H A DnsGrid.cpp415 GetCellAt(j,i)->SetBoxInRow(child);
417 GetCellAt(i,j)->SetBoxInColumn(child);
468 nsGrid::GetCellAt(int32_t aX, int32_t aY)
847 child = GetCellAt(i,aIndex);
849 child = GetCellAt(aIndex,i);
922 child = GetCellAt(i,aIndex);
924 child = GetCellAt(aIndex,i);
997 child = GetCellAt(i,aIndex);
999 child = GetCellAt(aIndex,i);
H A DnsGrid.h31 nsGridCell* GetCellAt(int32_t aX, int32_t aY); in D()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/xul/grid/
H A DnsGrid.cpp388 GetCellAt(j, i)->SetBoxInRow(child); in PopulateCellMap()
390 GetCellAt(i, j)->SetBoxInColumn(child); in PopulateCellMap()
433 nsGridCell* nsGrid::GetCellAt(int32_t aX, int32_t aY) { in GetCellAt() function in nsGrid
767 child = GetCellAt(i, aIndex); in GetPrefRowHeight()
769 child = GetCellAt(aIndex, i); in GetPrefRowHeight()
835 child = GetCellAt(i, aIndex); in GetMinRowHeight()
837 child = GetCellAt(aIndex, i); in GetMinRowHeight()
903 child = GetCellAt(i, aIndex); in GetMaxRowHeight()
905 child = GetCellAt(aIndex, i); in GetMaxRowHeight()
H A DnsGrid.h30 nsGridCell* GetCellAt(int32_t aX, int32_t aY);
/dports/lang/spidermonkey60/firefox-60.9.0/layout/xul/tree/
H A DTreeBoxObject.h70 void GetCellAt(int32_t x, int32_t y, TreeCellInfo& aRetVal, ErrorResult& aRv);
81 void GetCellAt(JSContext* cx, int32_t x, int32_t y,
H A DTreeBoxObject.cpp403 TreeBoxObject::GetCellAt(int32_t aX, int32_t aY, int32_t* aRow, in GetCellAt() function in mozilla::dom::TreeBoxObject
410 nsresult retval = body->GetCellAt(aX, aY, aRow, aCol, element); in GetCellAt()
417 void TreeBoxObject::GetCellAt(int32_t x, int32_t y, TreeCellInfo& aRetVal, in GetCellAt() function in mozilla::dom::TreeBoxObject
420 GetCellAt(x, y, &aRetVal.mRow, getter_AddRefs(col), aRetVal.mChildElt); in GetCellAt()
424 void TreeBoxObject::GetCellAt(JSContext* cx, int32_t x, int32_t y, in GetCellAt() function in mozilla::dom::TreeBoxObject
432 GetCellAt(x, y, &row, &col, childElt); in GetCellAt()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/xul/tree/
H A DTreeBoxObject.h69 void GetCellAt(int32_t x, int32_t y, TreeCellInfo& aRetVal, ErrorResult& aRv);
79 void GetCellAt(JSContext* cx,
H A DTreeBoxObject.cpp506 TreeBoxObject::GetCellAt(int32_t aX, int32_t aY, int32_t *aRow, in GetCellAt() function in mozilla::dom::TreeBoxObject
514 nsresult retval = body->GetCellAt(aX, aY, aRow, aCol, element); in GetCellAt()
522 TreeBoxObject::GetCellAt(int32_t x, int32_t y, TreeCellInfo& aRetVal, ErrorResult& aRv) in GetCellAt() function in mozilla::dom::TreeBoxObject
525 GetCellAt(x, y, &aRetVal.mRow, getter_AddRefs(col), aRetVal.mChildElt); in GetCellAt()
530 TreeBoxObject::GetCellAt(JSContext* cx, in GetCellAt() function in mozilla::dom::TreeBoxObject
540 GetCellAt(x, y, &row, &col, childElt); in GetCellAt()
/dports/mail/aerc/aerc-0.4.0/vendor/github.com/ddevault/go-libvterm/_example/color/
H A Dmain.go50 cell, err := screen.GetCellAt(row, col)
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/JISP/
H A DMaze.h160 Cell GetCellAt(size_t col, size_t row) const;
/dports/www/firefox-esr/firefox-91.8.0/dom/xul/
H A DXULTreeElement.cpp317 void XULTreeElement::GetCellAt(int32_t aX, int32_t aY, TreeCellInfo& aRetVal, in GetCellAt() function in mozilla::dom::XULTreeElement
325 body->GetCellAt(aX, aY, &aRetVal.mRow, getter_AddRefs(aRetVal.mCol), in GetCellAt()
H A DXULTreeElement.h80 void GetCellAt(int32_t x, int32_t y, TreeCellInfo& aRetVal, ErrorResult& aRv);
/dports/lang/spidermonkey78/firefox-78.9.0/dom/xul/
H A DXULTreeElement.cpp317 void XULTreeElement::GetCellAt(int32_t aX, int32_t aY, TreeCellInfo& aRetVal, in GetCellAt() function in mozilla::dom::XULTreeElement
325 body->GetCellAt(aX, aY, &aRetVal.mRow, getter_AddRefs(aRetVal.mCol), in GetCellAt()
H A DXULTreeElement.h79 void GetCellAt(int32_t x, int32_t y, TreeCellInfo& aRetVal, ErrorResult& aRv);
/dports/www/firefox/firefox-99.0/dom/xul/
H A DXULTreeElement.cpp317 void XULTreeElement::GetCellAt(int32_t aX, int32_t aY, TreeCellInfo& aRetVal, in GetCellAt() function in mozilla::dom::XULTreeElement
325 body->GetCellAt(aX, aY, &aRetVal.mRow, getter_AddRefs(aRetVal.mCol), in GetCellAt()
H A DXULTreeElement.h80 void GetCellAt(int32_t x, int32_t y, TreeCellInfo& aRetVal, ErrorResult& aRv);
/dports/mail/thunderbird/thunderbird-91.8.0/dom/xul/
H A DXULTreeElement.cpp317 void XULTreeElement::GetCellAt(int32_t aX, int32_t aY, TreeCellInfo& aRetVal, in GetCellAt() function in mozilla::dom::XULTreeElement
325 body->GetCellAt(aX, aY, &aRetVal.mRow, getter_AddRefs(aRetVal.mCol), in GetCellAt()
H A DXULTreeElement.h80 void GetCellAt(int32_t x, int32_t y, TreeCellInfo& aRetVal, ErrorResult& aRv);
/dports/www/firefox/firefox-99.0/accessible/xpcom/
H A DxpcAccessibleTable.h32 NS_IMETHOD GetCellAt(int32_t aRowIndex, int32_t aColumnIndex,
/dports/www/firefox-esr/firefox-91.8.0/accessible/xpcom/
H A DxpcAccessibleTable.h32 NS_IMETHOD GetCellAt(int32_t aRowIndex, int32_t aColumnIndex,
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/xpcom/
H A DxpcAccessibleTable.h32 NS_IMETHOD GetCellAt(int32_t aRowIndex, int32_t aColumnIndex,
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/xpcom/
H A DxpcAccessibleTable.h35 NS_IMETHOD GetCellAt(int32_t aRowIndex, int32_t aColumnIndex,
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/xpcom/
H A DxpcAccessibleTable.h35 NS_IMETHOD GetCellAt(int32_t aRowIndex, int32_t aColumnIndex,

1234