Searched defs:ComponentGroup (Results 1 – 3 of 3) sorted by relevance
26 DECLARE_ACE_TYPE(SplitContainerComponent, ComponentGroup) in DECLARE_ACE_TYPE() argument
31 DECLARE_ACE_TYPE(V2::PopupListComponent, ComponentGroup) in DECLARE_ACE_TYPE() argument
32 explicit ComponentGroup(const std::list<RefPtr<Component>>& children) : children_(children) in ComponentGroup() function