Searched refs:PickerValueComponent (Results 1 – 3 of 3) sorted by relevance
25 class PickerValueComponent : public SoleChildComponent {26 DECLARE_ACE_TYPE(PickerValueComponent, SoleChildComponent);29 explicit PickerValueComponent(const PickerValueCallback& clickCallback) in PickerValueComponent() function38 ~PickerValueComponent() override = default;
100 RefPtr<PickerValueComponent> valuePickerChild_;
37 valuePickerChild_ = AceType::MakeRefPtr<PickerValueComponent>([weak = WeakClaim(this)]() { in DOMPickerBase()