Lines Matching refs:aInfo

301         FeatureMap::const_iterator aInfo = m_aSupportedFeatures.find( _nFeatureId );  in dispatchWithArgument()  local
302 if ( m_aSupportedFeatures.end() != aInfo ) in dispatchWithArgument()
304 if ( aInfo->second.xDispatcher.is() ) in dispatchWithArgument()
310 aInfo->second.xDispatcher->dispatch( aInfo->second.aURL, aArgs ); in dispatchWithArgument()
318 FeatureMap::const_iterator aInfo = m_aSupportedFeatures.find( _nFeatureId ); in dispatch() local
319 if ( m_aSupportedFeatures.end() != aInfo ) in dispatch()
321 if ( aInfo->second.xDispatcher.is() ) in dispatch()
324 aInfo->second.xDispatcher->dispatch( aInfo->second.aURL, aEmptyArgs ); in dispatch()
332 FeatureMap::const_iterator aInfo = m_aSupportedFeatures.find( _nFeatureId ); in isEnabled() local
333 if ( m_aSupportedFeatures.end() != aInfo ) in isEnabled()
334 return aInfo->second.bCachedState; in isEnabled()
344 FeatureMap::const_iterator aInfo = m_aSupportedFeatures.find( _nFeatureId ); in getBooleanState() local
345 if ( m_aSupportedFeatures.end() != aInfo ) in getBooleanState()
346 aInfo->second.aCachedAdditionalState >>= bState; in getBooleanState()
356 FeatureMap::const_iterator aInfo = m_aSupportedFeatures.find( _nFeatureId ); in getStringState() local
357 if ( m_aSupportedFeatures.end() != aInfo ) in getStringState()
358 aInfo->second.aCachedAdditionalState >>= sState; in getStringState()
368 FeatureMap::const_iterator aInfo = m_aSupportedFeatures.find( _nFeatureId ); in getIntegerState() local
369 if ( m_aSupportedFeatures.end() != aInfo ) in getIntegerState()
370 aInfo->second.aCachedAdditionalState >>= nState; in getIntegerState()