Searched refs:m_ControlMap (Results 1 – 2 of 2) sorted by relevance
735 const auto it = m_ControlMap.find(pAnnot); in GetControlAtPoint()736 if (it == m_ControlMap.end()) in GetControlAtPoint()752 const auto it = m_ControlMap.find(pWidgetDict); in GetControlByDict()753 return it != m_ControlMap.end() ? it->second.get() : nullptr; in GetControlByDict()969 const auto it = m_ControlMap.find(pWidgetDict); in AddControl()970 if (it != m_ControlMap.end()) in AddControl()975 m_ControlMap[pWidgetDict] = std::move(pNew); in AddControl()
125 m_ControlMap; variable