Searched refs:RefreshComposedElement (Results 1 – 3 of 3) sorted by relevance
26 const std::unordered_map<std::string, std::function<std::string(const RefreshComposedElement&)>> C…27 …{ "refreshing", [](const RefreshComposedElement& inspector) { return inspector.GetRefreshing(); }… in __anoneb563f0b0202()28 …{ "offset", [](const RefreshComposedElement& inspector) { return inspector.GetRefreshOffset(); } … in __anoneb563f0b0302()29 … { "friction", [](const RefreshComposedElement& inspector) { return inspector.GetFriction(); } }, in __anoneb563f0b0402()33 void RefreshComposedElement::Dump() in Dump()44 std::unique_ptr<JsonValue> RefreshComposedElement::ToJsonObject() const in ToJsonObject()53 std::string RefreshComposedElement::GetRefreshing() const in GetRefreshing()66 std::string RefreshComposedElement::GetRefreshOffset() const in GetRefreshOffset()79 std::string RefreshComposedElement::GetFriction() const in GetFriction()
26 class ACE_EXPORT RefreshComposedElement : public InspectorComposedElement {27 DECLARE_ACE_TYPE(RefreshComposedElement, InspectorComposedElement) in DECLARE_ACE_TYPE() argument30 explicit RefreshComposedElement(const ComposeId& id) : InspectorComposedElement(id) {} in DECLARE_ACE_TYPE()31 ~RefreshComposedElement() override = default;
190 [](const std::string& id) { return AceType::MakeRefPtr<V2::RefreshComposedElement>(id); } }, in __anona4bda69c3702()