Lines Matching refs:aTargetURL
159 util::URL aTargetURL; in isCommandEnabled() local
166 aTargetURL.Complete = m_aCommandURL; in isCommandEnabled()
167 m_xURLTransformer->parseStrict( aTargetURL ); in isCommandEnabled()
171 xDispatch = m_xDispatchProvider->queryDispatch( aTargetURL, aSelf, 0 ); in isCommandEnabled()
189 xDispatch->addStatusListener( xSelf, aTargetURL ); in isCommandEnabled()
190 xDispatch->removeStatusListener( xSelf, aTargetURL ); in isCommandEnabled()
215 util::URL aTargetURL; member
365 util::URL aTargetURL; in dispatchCommand() local
369 aTargetURL.Complete = aCommandURL; in dispatchCommand()
370 m_xURLTransformer->parseStrict( aTargetURL ); in dispatchCommand()
378 xDispatch = xDispatchProvider->queryDispatch( aTargetURL, m_aSelf, 0 ); in dispatchCommand()
394 pExecuteInfo->aTargetURL = aTargetURL; in dispatchCommand()
671 pExecuteInfo->xDispatch->dispatch( pExecuteInfo->aTargetURL, pExecuteInfo->aArgs ); in IMPL_STATIC_LINK_NOINSTANCE()