Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_grid.h31 static void UseProxy(const JSCallbackInfo& args);
H A Djs_grid.cpp240 void JSGrid::UseProxy(const JSCallbackInfo& args) in UseProxy() function in OHOS::Ace::Framework::JSGrid
349 JSClass<JSGrid>::StaticMethod("willUseProxy", &JSGrid::UseProxy, opt); in JSBind()