Home
last modified time | relevance | path

Searched defs:customBuilder (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/
H A Drefresh_model_ng.cpp179 void RefreshModelNG::SetCustomBuilder(const RefPtr<NG::UINode>& customBuilder) in SetCustomBuilder()
193 void RefreshModelNG::SetCustomBuilder(FrameNode* frameNode, FrameNode* customBuilder) in SetCustomBuilder()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Drefresh_model_impl.cpp195 void RefreshModelImpl::SetCustomBuilder(const RefPtr<NG::UINode>& customBuilder) {} in SetCustomBuilder()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_properties.h241 std::function<void()> customBuilder; member
288 std::function<void()> customBuilder; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate.h239 virtual void CreateSnapshot(std::function<void()>&& customBuilder, in CreateSnapshot()
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/
H A Djs_drag_controller.cpp90 napi_value customBuilder; member
1065 bool GetPixelMapArrayByCustom(DragControllerAsyncCtx* asyncCtx, napi_value customBuilder, int array… in GetPixelMapArrayByCustom()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dfrontend_delegate_declarative_ng.cpp1206std::function<void()>&& customBuilder, NG::ComponentSnapshot::JsCallback&& callback, bool enableIn… in CreateSnapshot()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.cpp3385std::function<void()>&& customBuilder, NG::ComponentSnapshot::JsCallback&& callback, bool enableIn… in CreateSnapshot()