Lines Matching refs:xDispatcher
266 XDispatch xDispatcher = xDispProv.queryDispatch(aURL, "", 0); in checkPositiveViewForwarder() local
267 if(xDispatcher != null) in checkPositiveViewForwarder()
269 xDispatcher.dispatch( aURL, null ); in checkPositiveViewForwarder()
677 XDispatch xDispatcher = xDispProv.queryDispatch(aURL, "", 0); in checkNegativeViewForwarder() local
678 if(xDispatcher != null) in checkNegativeViewForwarder()
680 xDispatcher.dispatch( aURL, null ); in checkNegativeViewForwarder()
890 XDispatch xDispatcher = xDispProv.queryDispatch(aURL, "", 0); in checkPreviewHeaderCells() local
891 if(xDispatcher != null) in checkPreviewHeaderCells()
893 xDispatcher.dispatch( aURL, null ); in checkPreviewHeaderCells()
1035 XDispatch xDispatcher = xDispProv.queryDispatch(aURL, "", 0); in checkPreviewShape() local
1036 if(xDispatcher != null) in checkPreviewShape()
1038 xDispatcher.dispatch( aURL, null ); in checkPreviewShape()