Searched refs:m_aLastKnownStates (Results 1 – 2 of 2) sorted by relevance
173 StateCache::const_iterator aCachedStatePos = m_aLastKnownStates.find( _nAttributeId ); in getAttributeState()174 if ( aCachedStatePos == m_aLastKnownStates.end() ) in getAttributeState()253 StateCache::iterator aCachePos = m_aLastKnownStates.find( _nAttribute ); in implCheckUpdateCache()254 if ( aCachePos == m_aLastKnownStates.end() ) in implCheckUpdateCache()256 m_aLastKnownStates.insert( StateCache::value_type( _nAttribute, _rState ) ); in implCheckUpdateCache()
55 StateCache m_aLastKnownStates; member in frm::RichTextControlImpl
Completed in 13 milliseconds