Lines Matching refs:aTargetURL
157 util::URL aTargetURL; in isCommandEnabled() local
164 aTargetURL.Complete = m_aCommandURL; in isCommandEnabled()
165 m_xURLTransformer->parseStrict( aTargetURL ); in isCommandEnabled()
169 xDispatch = m_xDispatchProvider->queryDispatch( aTargetURL, aSelf, 0 ); in isCommandEnabled()
187 xDispatch->addStatusListener( xSelf, aTargetURL ); in isCommandEnabled()
188 xDispatch->removeStatusListener( xSelf, aTargetURL ); in isCommandEnabled()
213 util::URL aTargetURL; member
363 util::URL aTargetURL; in dispatchCommand() local
367 aTargetURL.Complete = aCommandURL; in dispatchCommand()
368 m_xURLTransformer->parseStrict( aTargetURL ); in dispatchCommand()
376 xDispatch = xDispatchProvider->queryDispatch( aTargetURL, m_aSelf, 0 ); in dispatchCommand()
392 pExecuteInfo->aTargetURL = aTargetURL; in dispatchCommand()
668 pExecuteInfo->xDispatch->dispatch( pExecuteInfo->aTargetURL, pExecuteInfo->aArgs ); in IMPL_STATIC_LINK_NOINSTANCE()