Home
last modified time | relevance | path

Searched refs:ResetScrollBarWidth (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_water_flow_bridge.h49 static ArkUINativeModuleValue ResetScrollBarWidth(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_grid_bridge.h35 static ArkUINativeModuleValue ResetScrollBarWidth(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_scroll_bridge.h39 static ArkUINativeModuleValue ResetScrollBarWidth(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_water_flow_bridge.cpp463 ArkUINativeModuleValue WaterFlowBridge::ResetScrollBarWidth(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetScrollBarWidth() function in OHOS::Ace::NG::WaterFlowBridge
H A Darkts_native_grid_bridge.cpp303 ArkUINativeModuleValue GridBridge::ResetScrollBarWidth(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetScrollBarWidth() function in OHOS::Ace::NG::GridBridge
H A Darkts_native_scroll_bridge.cpp305 ArkUINativeModuleValue ScrollBridge::ResetScrollBarWidth(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetScrollBarWidth() function in OHOS::Ace::NG::ScrollBridge
H A Darkts_native_api_impl_bridge.cpp3283 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), GridBridge::ResetScrollBarWidth)); in RegisterGridAttributes()
4272 … panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), WaterFlowBridge::ResetScrollBarWidth)); in RegisterWaterFlowAttributes()
4557 … panda::FunctionRef::New(const_cast<panda::EcmaVM *>(vm), ScrollBridge::ResetScrollBarWidth)); in RegisterScrollAttributes()