Searched refs:PickerTextDialogComposedElement (Results 1 – 3 of 3) sorted by relevance
25 std::function<std::string(const PickerTextDialogComposedElement&)>> CREATE_JSON_MAP {26 … { "show", [](const PickerTextDialogComposedElement& inspector) { return inspector.GetShow(); } }, in __anon2e61656d0202()30 void PickerTextDialogComposedElement::Dump() in Dump()36 std::unique_ptr<JsonValue> PickerTextDialogComposedElement::ToJsonObject() const in ToJsonObject()45 std::string PickerTextDialogComposedElement::GetShow() const in GetShow()56 std::string PickerTextDialogComposedElement::GetDefaultPickerItemHeight() const in GetDefaultPickerItemHeight()65 std::string PickerTextDialogComposedElement::GetSelected() const in GetSelected()74 std::unique_ptr<JsonValue> PickerTextDialogComposedElement::GetRange() const in GetRange()89 RefPtr<RenderPickerBase> PickerTextDialogComposedElement::GetRenderPickerBase() const in GetRenderPickerBase()
24 class ACE_EXPORT PickerTextDialogComposedElement : public InspectorComposedElement {25 DECLARE_ACE_TYPE(PickerTextDialogComposedElement, InspectorComposedElement) in DECLARE_ACE_TYPE() argument28 explicit PickerTextDialogComposedElement(const ComposeId& id) : InspectorComposedElement(id) {} in DECLARE_ACE_TYPE()29 ~PickerTextDialogComposedElement() override = default;
218 …[](const std::string& id) { return AceType::MakeRefPtr<V2::PickerTextDialogComposedElement>(id); }… in __anona4bda69c4702()