Searched refs:checkboxList (Results 1 – 4 of 4) sorted by relevance
89 auto& checkboxList = checkBoxListMap_[group]; in RemoveCheckBoxFromGroup() local90 for (auto && item : checkboxList) { in RemoveCheckBoxFromGroup()93 checkboxList.remove(item); in RemoveCheckBoxFromGroup()110 auto checkboxList = checkBoxListMap_[group]; in GetCheckboxList() local112 …for (std::list<WeakPtr<FrameNode>>::iterator iter = checkboxList.begin(); iter != checkboxList.end… in GetCheckboxList()115 iter = checkboxList.erase(iter); in GetCheckboxList()
108 auto checkboxList = selfComponent->GetCheckboxList(); in SetNewComponent() local109 if (!checkboxList.empty()) { in SetNewComponent()112 for (auto item : checkboxList) { in SetNewComponent()141 auto checkboxList = selfComponent->GetCheckboxList(); in Deactivate() local142 if (!checkboxList.empty()) { in Deactivate()145 for (auto item : checkboxList) { in Deactivate()
277 auto checkboxList = component_->GetCheckboxList(); in UpdateGroupStatus() local279 isGroup_ = !checkboxList.empty(); in UpdateGroupStatus()281 for (auto& item : checkboxList) { in UpdateGroupStatus()286 if (count == (int)checkboxList.size()) { in UpdateGroupStatus()288 } else if (count > 0 && (int)checkboxList.size() > count) { in UpdateGroupStatus()
354 auto checkboxList = groupManager->GetCheckboxList(group); in OnDetachFromFrameNode() local355 UpdateCheckBoxGroupStatus(groupNode, checkboxList); in OnDetachFromFrameNode()424 auto checkboxList = groupManager->GetCheckboxList(group); in UpdateState() local425 UpdateCheckBoxGroupStatus(groupNode, checkboxList); in UpdateState()