Searched refs:RadioComposedElement (Results 1 – 3 of 3) sorted by relevance
26 const std::unordered_map<std::string, std::function<std::string(const RadioComposedElement&)>> CREA…27 { "value", [](const RadioComposedElement& inspector) { return inspector.GetValue(); } }, in __anon5642256b0202()28 { "checked", [](const RadioComposedElement& inspector) { return inspector.GetChecked(); } } in __anon5642256b0302()32 void RadioComposedElement::Dump() in Dump()39 std::unique_ptr<JsonValue> RadioComposedElement::ToJsonObject() const in ToJsonObject()48 std::string RadioComposedElement::GetValue() const in GetValue()59 std::string RadioComposedElement::GetChecked() const in GetChecked()66 std::string RadioComposedElement::GetWidth() const in GetWidth()78 std::string RadioComposedElement::GetHeight() const in GetHeight()90 RefPtr<RenderRadio> RadioComposedElement::GetRenderRadio() const in GetRenderRadio()
24 class ACE_EXPORT RadioComposedElement : public InspectorComposedElement {25 DECLARE_ACE_TYPE(RadioComposedElement, InspectorComposedElement) in DECLARE_ACE_TYPE() argument28 explicit RadioComposedElement(const ComposeId& id) : InspectorComposedElement(id) {} in DECLARE_ACE_TYPE()29 ~RadioComposedElement() override = default;
195 …ENT_TAG, [](const std::string& id) { return AceType::MakeRefPtr<V2::RadioComposedElement>(id); } }, in __anona4bda69c3a02()