Searched refs:aProcessor (Results 1 – 3 of 3) sorted by relevance
443 public void browseElementRecursively( XInterface xElement, IConfigurationProcessor aProcessor ) in browseElementRecursively() argument452 aProcessor.processStructuralElement( sPath, xElement); in browseElementRecursively()473 browseElementRecursively( xChildElement, aProcessor ); in browseElementRecursively()485 aProcessor.processValueElement( sChildPath, aChild ); in browseElementRecursively()495 public void browseConfiguration( String sRootPath, IConfigurationProcessor aProcessor ) in browseConfiguration() argument502 browseElementRecursively( xViewRoot, aProcessor ); in browseConfiguration()
403 … drawinglayer::processor2d::ObjectInfoPrimitiveExtractor2D aProcessor( aViewInformation2D ); in onGraphicChanged() local405 aProcessor.process( aSequence ); in onGraphicChanged()407 … const drawinglayer::primitive2d::ObjectInfoPrimitive2D* pResult = aProcessor.getResult(); in onGraphicChanged()
372 … drawinglayer::processor2d::ObjectInfoPrimitiveExtractor2D aProcessor(aViewInformation2D); in onGraphicChanged() local374 aProcessor.process(aSequence); in onGraphicChanged()376 … const drawinglayer::primitive2d::ObjectInfoPrimitive2D* pResult = aProcessor.getResult(); in onGraphicChanged()
Completed in 33 milliseconds