Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_tabs_feature.h28 static void UnbindTabsFromNestedScrollable(const JSCallbackInfo& info);
H A Djs_tabs_feature.cpp343 void JSTabsFeature::UnbindTabsFromNestedScrollable(const JSCallbackInfo& info) in UnbindTabsFromNestedScrollable() function in OHOS::Ace::Framework::JSTabsFeature
H A Djs_view_context.cpp988 "unbindTabsFromNestedScrollable", JSTabsFeature::UnbindTabsFromNestedScrollable); in JSBind()