Searched defs:customBuilder (Results 1 - 7 of 7) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | refresh_model_impl.cpp | 194 void RefreshModelImpl::SetCustomBuilder(const RefPtr<NG::UINode>& customBuilder) {} in SetCustomBuilder() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/ |
H A D | refresh_model_ng.cpp | 180 void RefreshModelNG::SetCustomBuilder(const RefPtr<NG::UINode>& customBuilder) in SetCustomBuilder() argument 194 void RefreshModelNG::SetCustomBuilder(FrameNode* frameNode, FrameNode* customBuilder) in SetCustomBuilder() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate.h | 238 virtual void CreateSnapshot(std::function<void()>&& customBuilder, in CreateSnapshot() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/dialog/ |
H A D | dialog_properties.h | 241 std::function<void()> customBuilder; member 288 std::function<void()> customBuilder; member
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | frontend_delegate_declarative_ng.cpp | 1215 CreateSnapshot( std::function<void()>&& customBuilder, NG::ComponentSnapshot::JsCallback&& callback, bool enableInspector, const NG::SnapshotParam& param) CreateSnapshot() argument
|
/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/ |
H A D | js_drag_controller.cpp | 89 napi_value customBuilder; member 1099 GetPixelMapArrayByCustom(std::shared_ptr<DragControllerAsyncCtx> asyncCtx, napi_value customBuilder, int arrayLength) GetPixelMapArrayByCustom() argument [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | frontend_delegate_declarative.cpp | 3388 CreateSnapshot( std::function<void()>&& customBuilder, NG::ComponentSnapshot::JsCallback&& callback, bool enableInspector, const NG::SnapshotParam& param) CreateSnapshot() argument
|
Completed in 14 milliseconds