Home
last modified time | relevance | path

Searched refs:ApplyFunction (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dcomposed_element.h37 using ApplyFunction = std::function<void(const RefPtr<RenderElement>&)>; variable
52 void ApplyComposed(ApplyFunction&& applyFunction) in ApplyComposed()
58 void ApplyComposed(const ApplyFunction& applyFunction) in ApplyComposed()
147 ApplyFunction applyFunction_;