Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_refresh.h25 static bool ParseCustomBuilder(const JSCallbackInfo& info);
H A Djs_refresh.cpp180 bool isCustomBuilderExist = ParseCustomBuilder(info); in Create()
218 bool JSRefresh::ParseCustomBuilder(const JSCallbackInfo& info) in ParseCustomBuilder() function in OHOS::Ace::Framework::JSRefresh