Searched refs:m_ControlMap (Results 1 – 2 of 2) sorted by relevance
826 const auto it = m_ControlMap.find(pAnnot); in GetControlAtPoint()827 if (it == m_ControlMap.end()) in GetControlAtPoint()843 const auto it = m_ControlMap.find(pWidgetDict); in GetControlByDict()844 return it != m_ControlMap.end() ? it->second.get() : nullptr; in GetControlByDict()1059 const auto it = m_ControlMap.find(pWidgetDict); in AddControl()1060 if (it != m_ControlMap.end()) in AddControl()1065 m_ControlMap[pWidgetDict] = std::move(pNew); in AddControl()
111 m_ControlMap; variable