Searched refs:m_eventBindingHash (Results 1 – 2 of 2) sorted by relevance
181 EventBindingHash::const_iterator it = m_eventBindingHash.begin(); in Commit()182 EventBindingHash::const_iterator it_end = m_eventBindingHash.end(); in Commit()253 m_eventBindingHash[ eventName ] = sMacroURL; in initBindingInfo()282 m_eventBindingHash[ aName ] = macroURL; in replaceByName()293 EventBindingHash::const_iterator it = m_eventBindingHash.find( aName ); in getByName()294 if( it != m_eventBindingHash.end() ) in getByName()320 if ( m_eventBindingHash.find( aName ) != m_eventBindingHash.end() ) in hasByName()340 return ( m_eventBindingHash.empty() ); in hasElements()
71 EventBindingHash m_eventBindingHash; member in GlobalEventConfig_Impl
Completed in 83 milliseconds