Searched refs:GridRowComposedElement (Results 1 – 3 of 3) sorted by relevance
27 std::function<std::unique_ptr<JsonValue>(const GridRowComposedElement&)>> CREATE_JSON_MAP {28 …{ "constructor", [](const GridRowComposedElement& inspector) { return inspector.GetConstructor(); … in __anonf832ac990202()33 void GridRowComposedElement::Dump() in Dump()46 std::unique_ptr<JsonValue> GridRowComposedElement::ToJsonObject() const in ToJsonObject()55 std::unique_ptr<JsonValue> GridRowComposedElement::GetConstructor() const in GetConstructor()66 std::string GridRowComposedElement::GetGridRowSizeType() const in GetGridRowSizeType()95 std::string GridRowComposedElement::GetGridRowDirection() const in GetGridRowDirection()117 std::string GridRowComposedElement::GetGridRowBreakpoints() const in GetGridRowBreakpoints()144 std::string GridRowComposedElement::GetGridRowColumns() const in GetGridRowColumns()158 std::string GridRowComposedElement::GetGridRowGutter() const in GetGridRowGutter()[all …]
26 class ACE_EXPORT GridRowComposedElement : public InspectorComposedElement {27 DECLARE_ACE_TYPE(GridRowComposedElement, InspectorComposedElement) in DECLARE_ACE_TYPE() argument30 explicit GridRowComposedElement(const ComposeId& id) : InspectorComposedElement(id) {} in DECLARE_ACE_TYPE()31 ~GridRowComposedElement() override = default;45 return GridRowComposedElement::TypeId(); in GetTargetTypeId()
202 [](const std::string& id) { return AceType::MakeRefPtr<V2::GridRowComposedElement>(id); } }, in __anona4bda69c3e02()