Lines Matching refs:aObjList
89 ::std::deque< AttachedObject_Impl > aObjList;
531 ::std::deque< AttachedObject_Impl > aList = (*aIt).aObjList; in registerScriptEvent()
546 ::std::deque< AttachedObject_Impl >::iterator aObjIt = (*aIt).aObjList.begin(); in registerScriptEvent()
547 ::std::deque< AttachedObject_Impl >::iterator aObjEnd = (*aIt).aObjList.end(); in registerScriptEvent()
584 ::std::deque< AttachedObject_Impl > aList = (*aIt).aObjList; in registerScriptEvents()
609 ::std::deque< AttachedObject_Impl > aList = (*aIt).aObjList; in revokeScriptEvent()
666 ::std::deque< AttachedObject_Impl > aList = (*aIt).aObjList; in revokeScriptEvents()
702 ::std::deque< AttachedObject_Impl > aList = (*aIt).aObjList; in removeEntry()
758 aCurrentPosition->aObjList.push_back( aTmp ); in attach()
761 AttachedObject_Impl & rCurObj = aCurrentPosition->aObjList.back(); in attach()
824 ::std::deque< AttachedObject_Impl >::iterator aObjIt = aCurrentPosition->aObjList.begin(); in detach()
825 ::std::deque< AttachedObject_Impl >::iterator aObjEnd = aCurrentPosition->aObjList.end(); in detach()
870 aCurrentPosition->aObjList.erase( aObjIt ); in detach()