зеркало из https://github.com/mozilla/gecko-dev.git
bug 1207862 - make it possible to traverse down the tree of proxied documents r=davidb
This commit is contained in:
Родитель
d409d241c1
Коммит
2672cf7d54
|
@ -123,6 +123,10 @@ public:
|
|||
const ProxyAccessible* GetAccessible(uintptr_t aID) const
|
||||
{ return const_cast<DocAccessibleParent*>(this)->GetAccessible(aID); }
|
||||
|
||||
size_t ChildDocCount() const { return mChildDocs.Length(); }
|
||||
const DocAccessibleParent* ChildDocAt(size_t aIdx) const
|
||||
{ return mChildDocs[aIdx]; }
|
||||
|
||||
private:
|
||||
|
||||
class ProxyEntry : public PLDHashEntryHdr
|
||||
|
|
Загрузка…
Ссылка в новой задаче