Searched refs:DOMPickerBase (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_picker_base.cpp | 31 DOMPickerBase::DOMPickerBase(NodeId nodeId, const std::string& nodeName, bool hasValue) in DOMPickerBase() function in OHOS::Ace::Framework::DOMPickerBase 46 void DOMPickerBase::InitializeStyle() in InitializeStyle() 51 void DOMPickerBase::ResetInitializedStyle() in ResetInitializedStyle() 64 RefPtr<Component> DOMPickerBase::GetSpecializedComponent() in GetSpecializedComponent() 72 void DOMPickerBase::HandleClickCallback() const in HandleClickCallback() 80 void DOMPickerBase::ShowDialog() const in ShowDialog() 465 void DOMPickerBase::PrepareSpecializedComponent() in PrepareSpecializedComponent() 486 void DOMPickerBase::CompositeComponents() in CompositeComponents() 508 bool DOMPickerBase::CreatePicker() in CreatePicker() 578 bool DOMPickerBase::SetStart(const std::string& value) in SetStart() [all …]
|
H A D | dom_picker_base.h | 33 class DOMPickerBase : public DOMNode { 34 DECLARE_ACE_TYPE(DOMPickerBase, DOMNode); 37 DOMPickerBase(NodeId nodeId, const std::string& nodeName, bool hasValue); 38 ~DOMPickerBase() override = default;
|
H A D | dom_picker_dialog.h | 23 class DOMPickerDialog final : public DOMPickerBase { 24 DECLARE_ACE_TYPE(DOMPickerDialog, DOMPickerBase);
|
H A D | dom_picker_view.h | 23 class DOMPickerView final : public DOMPickerBase { 24 DECLARE_ACE_TYPE(DOMPickerView, DOMPickerBase);
|
H A D | dom_picker_dialog.cpp | 20 DOMPickerDialog::DOMPickerDialog(NodeId nodeId, const std::string& nodeName) : DOMPickerBase(nodeId… in DOMPickerDialog()
|
H A D | dom_picker_view.cpp | 20 DOMPickerView::DOMPickerView(NodeId nodeId, const std::string& nodeName) : DOMPickerBase(nodeId, no… in DOMPickerView()
|