Lines Matching refs:aChild
81 AccessibleTreeNode aChild = null; in createChild() local
93 aChild = new StringNode (xText.getText(), aParent); in createChild()
96 aChild = new StringNode ("# chars: " + xText.getCharacterCount(), aParent); in createChild()
99 aChild = new StringNode (characters( xText ), aParent); in createChild()
102 aChild = new StringNode ("selection: " in createChild()
109 … aChild = new StringNode ("getCaretPosition: " + xText.getCaretPosition(), aParent); in createChild()
114 aChild = aVec; in createChild()
146 aChild = new StringNode (bounds( xText ), aParent); in createChild()
149 aChild = getAttributes( xText, aParent ); in createChild()
152 aChild = new StringNode ("unknown child index " + nIndex, aParent); in createChild()
161 return aChild; in createChild()