Lines Matching refs:xDispatcher
253 XDispatch xDispatcher = xDispProv.queryDispatch(aURL, "", 0); in checkPositiveViewForwarder() local
254 if(xDispatcher != null) in checkPositiveViewForwarder()
256 xDispatcher.dispatch( aURL, null ); in checkPositiveViewForwarder()
664 XDispatch xDispatcher = xDispProv.queryDispatch(aURL, "", 0); in checkNegativeViewForwarder() local
665 if(xDispatcher != null) in checkNegativeViewForwarder()
667 xDispatcher.dispatch( aURL, null ); in checkNegativeViewForwarder()
877 XDispatch xDispatcher = xDispProv.queryDispatch(aURL, "", 0); in checkPreviewHeaderCells() local
878 if(xDispatcher != null) in checkPreviewHeaderCells()
880 xDispatcher.dispatch( aURL, null ); in checkPreviewHeaderCells()
1022 XDispatch xDispatcher = xDispProv.queryDispatch(aURL, "", 0); in checkPreviewShape() local
1023 if(xDispatcher != null) in checkPreviewShape()
1025 xDispatcher.dispatch( aURL, null ); in checkPreviewShape()