Searched refs:DOMPickerDialog (Results 1 – 3 of 3) sorted by relevance
23 class DOMPickerDialog final : public DOMPickerBase {24 DECLARE_ACE_TYPE(DOMPickerDialog, DOMPickerBase);27 DOMPickerDialog(NodeId nodeId, const std::string& nodeName);28 ~DOMPickerDialog() override = default;
20 DOMPickerDialog::DOMPickerDialog(NodeId nodeId, const std::string& nodeName) : DOMPickerBase(nodeId… in DOMPickerDialog() function in OHOS::Ace::Framework::DOMPickerDialog
184 { DOM_NODE_TAG_PICKER_DIALOG, &DOMNodeCreator<DOMPickerDialog> }, in CreateNodeWithId()