Lines Matching refs:maHandler
39 maHandler = aHandler; in HandlerDescriptor()
42 public NodeHandler maHandler; field in AccTreeNode.HandlerDescriptor
79 aDescriptor.maHandler = aDescriptor.maHandler.createHandler (mxContext); in update()
81 aDescriptor.maHandler.getChildCount (this); in update()
159 aDescriptor.maHandler.getChildCount (this); in getHandlerDescriptor()
186 return aDescriptor.maHandler.getChild (this, nIndex); in getChild()
209 return aDescriptor.maHandler.getChildNoCreate (this, nIndex); in getChildNoCreate()
234 bStatus = aDescriptor.maHandler.removeChild (this, nIndex); in removeChild()
235 aDescriptor.mnChildCount = aDescriptor.maHandler.getChildCount (this); in removeChild()
257 int nIndex = aDescriptor.maHandler.indexOf (aNode); in indexOf()
287 NodeHandler aHandler = aDescriptor.maHandler; in getActions()
305 NodeHandler aHandler = aDescriptor.maHandler; in performAction()
328 if (aDescriptor.maHandler instanceof AccessibleTreeHandler) in addAccessibleChild()
330 AccessibleTreeHandler aHandler = (AccessibleTreeHandler)aDescriptor.maHandler; in addAccessibleChild()
356 if ((class1.isInstance(aDescriptor.maHandler)) in updateChildren()
357 || (class2 !=null && class2.isInstance(aDescriptor.maHandler))) in updateChildren()
359 aDescriptor.maHandler.update(this); in updateChildren()
361 int nChildCount = aDescriptor.maHandler.getChildCount (this); in updateChildren()