Home
last modified time | relevance | path

Searched refs:aChildCount (Results 1 – 25 of 61) sorted by relevance

123

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsAttrAndChildArray.h65 nsIContent * const * GetChildArray(uint32_t* aChildCount) const;
184 void SetAttrSlotAndChildCount(uint32_t aSlotCount, uint32_t aChildCount) in SetAttrSlotAndChildCount() argument
187 (aChildCount << ATTRCHILD_ARRAY_ATTR_SLOTS_BITS); in SetAttrSlotAndChildCount()
199 uint32_t aChildCount);
H A DnsAttrAndChildArray.cpp122 nsAttrAndChildArray::GetChildArray(uint32_t* aChildCount) const in GetChildArray()
124 *aChildCount = ChildCount(); in GetChildArray()
126 if (!*aChildCount) { in GetChildArray()
870 uint32_t aIndex, uint32_t aChildCount) in SetChildAtPos() argument
882 if (aIndex != aChildCount) { in SetChildAtPos()
H A DAttr.cpp324 Attr::GetChildArray(uint32_t* aChildCount) const in GetChildArray()
326 *aChildCount = 0; in GetChildArray()
H A DAttr.h68 virtual nsIContent * const * GetChildArray(uint32_t* aChildCount) const override;
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsAttrAndChildArray.h66 nsIContent* const* GetChildArray(uint32_t* aChildCount) const;
199 void SetAttrSlotAndChildCount(uint32_t aSlotCount, uint32_t aChildCount) { in SetAttrSlotAndChildCount() argument
201 aSlotCount | (aChildCount << ATTRCHILD_ARRAY_ATTR_SLOTS_BITS); in SetAttrSlotAndChildCount()
213 uint32_t aChildCount);
H A DnsAttrAndChildArray.cpp106 uint32_t* aChildCount) const { in GetChildArray()
107 *aChildCount = ChildCount(); in GetChildArray()
109 if (!*aChildCount) { in GetChildArray()
866 uint32_t aChildCount) { in SetChildAtPos() argument
877 if (aIndex != aChildCount) { in SetChildAtPos()
/dports/www/firefox/firefox-99.0/accessible/xpcom/
H A DxpcAccessible.cpp86 xpcAccessible::GetChildCount(int32_t* aChildCount) { in GetChildCount() argument
87 NS_ENSURE_ARG_POINTER(aChildCount); in GetChildCount()
91 *aChildCount = IntlGeneric()->ChildCount(); in GetChildCount()
H A DxpcAccessible.h32 NS_IMETHOD GetChildCount(int32_t* aChildCount) final;
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/xpcom/
H A DxpcAccessible.cpp96 xpcAccessible::GetChildCount(int32_t* aChildCount) { in GetChildCount() argument
97 NS_ENSURE_ARG_POINTER(aChildCount); in GetChildCount()
101 *aChildCount = IntlGeneric().ChildCount(); in GetChildCount()
H A DxpcAccessible.h32 NS_IMETHOD GetChildCount(int32_t* aChildCount) final;
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/xpcom/
H A DxpcAccessible.cpp100 xpcAccessible::GetChildCount(int32_t* aChildCount) { in GetChildCount() argument
101 NS_ENSURE_ARG_POINTER(aChildCount); in GetChildCount()
105 *aChildCount = IntlGeneric().ChildCount(); in GetChildCount()
H A DxpcAccessible.h32 NS_IMETHOD GetChildCount(int32_t* aChildCount) final;
/dports/www/firefox-esr/firefox-91.8.0/accessible/xpcom/
H A DxpcAccessible.cpp85 xpcAccessible::GetChildCount(int32_t* aChildCount) { in GetChildCount() argument
86 NS_ENSURE_ARG_POINTER(aChildCount); in GetChildCount()
90 *aChildCount = IntlGeneric()->ChildCount(); in GetChildCount()
H A DxpcAccessible.h32 NS_IMETHOD GetChildCount(int32_t* aChildCount) final;
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/xpcom/
H A DxpcAccessible.cpp85 xpcAccessible::GetChildCount(int32_t* aChildCount) { in GetChildCount() argument
86 NS_ENSURE_ARG_POINTER(aChildCount); in GetChildCount()
90 *aChildCount = IntlGeneric()->ChildCount(); in GetChildCount()
H A DxpcAccessible.h32 NS_IMETHOD GetChildCount(int32_t* aChildCount) final;
/dports/www/firefox-legacy/firefox-52.8.0esr/accessible/xpcom/
H A DxpcAccessible.cpp105 xpcAccessible::GetChildCount(int32_t* aChildCount) in GetChildCount() argument
107 NS_ENSURE_ARG_POINTER(aChildCount); in GetChildCount()
112 *aChildCount = IntlGeneric().ChildCount(); in GetChildCount()
H A DxpcAccessible.h34 NS_IMETHOD GetChildCount(int32_t* aChildCount) final override;
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/windows/ia2/
H A Dia2AccessibleTable.cpp176 ia2AccessibleTable::get_nSelectedChildren(long* aChildCount) { in get_nSelectedChildren() argument
177 return get_nSelectedCells(aChildCount); in get_nSelectedChildren()
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/windows/ia2/
H A Dia2AccessibleTable.cpp171 ia2AccessibleTable::get_nSelectedChildren(long* aChildCount) { in get_nSelectedChildren() argument
172 return get_nSelectedCells(aChildCount); in get_nSelectedChildren()
/dports/www/firefox/firefox-99.0/accessible/windows/ia2/
H A Dia2AccessibleTable.cpp190 ia2AccessibleTable::get_nSelectedChildren(long* aChildCount) { in get_nSelectedChildren() argument
191 return get_nSelectedCells(aChildCount); in get_nSelectedChildren()
/dports/www/firefox-esr/firefox-91.8.0/accessible/windows/ia2/
H A Dia2AccessibleTable.cpp190 ia2AccessibleTable::get_nSelectedChildren(long* aChildCount) { in get_nSelectedChildren() argument
191 return get_nSelectedCells(aChildCount); in get_nSelectedChildren()
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/windows/ia2/
H A Dia2AccessibleTable.cpp190 ia2AccessibleTable::get_nSelectedChildren(long* aChildCount) { in get_nSelectedChildren() argument
191 return get_nSelectedCells(aChildCount); in get_nSelectedChildren()
/dports/www/firefox-legacy/firefox-52.8.0esr/accessible/windows/ia2/
H A Dia2AccessibleTable.cpp231 ia2AccessibleTable::get_nSelectedChildren(long* aChildCount) in get_nSelectedChildren() argument
233 return get_nSelectedCells(aChildCount); in get_nSelectedChildren()
/dports/www/firefox/firefox-99.0/toolkit/components/browser/
H A DnsWebBrowser.cpp419 nsWebBrowser::GetInProcessChildCount(int32_t* aChildCount) { in GetInProcessChildCount() argument
420 NS_ENSURE_ARG_POINTER(aChildCount); in GetInProcessChildCount()
421 *aChildCount = 0; in GetInProcessChildCount()

123