Searched refs:aExecutor (Results 1 – 3 of 3) sorted by relevance
46 MainThreadDialogExecutor aExecutor = new MainThreadDialogExecutor( aWikiDialog ); in Show() local47 return GetCallback( xContext, aExecutor ); in Show()52 MainThreadDialogExecutor aExecutor = new MainThreadDialogExecutor( xDialog ); in Execute() local53 return GetCallback( xContext, aExecutor ); in Execute()58 MainThreadDialogExecutor aExecutor = new MainThreadDialogExecutor( xMessageBox ); in Execute() local59 return GetCallback( xContext, aExecutor ); in Execute()64 MainThreadDialogExecutor aExecutor = new MainThreadDialogExecutor( xDialog, true ); in Close() local65 return GetCallback( xContext, aExecutor ); in Close()68 …tatic private boolean GetCallback( XComponentContext xContext, MainThreadDialogExecutor aExecutor ) in GetCallback() argument72 if ( aExecutor != null ) in GetCallback()[all …]
246 OnewayExecutor aExecutor = new OnewayExecutor( (IOnewayLink)this , in frameAction() local249 aExecutor.start(); in frameAction()286 OnewayExecutor aExecutor = new OnewayExecutor( (IOnewayLink)this , in dispatch() local289 aExecutor.start(); in dispatch()
220 OnewayExecutor aExecutor = new OnewayExecutor( (IOnewayLink)this , in frameAction() local223 aExecutor.start(); in frameAction()