Home
last modified time | relevance | path

Searched refs:ResetScrollBarColor (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.h51 static ArkUINativeModuleValue ResetScrollBarColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_grid_bridge.h37 static ArkUINativeModuleValue ResetScrollBarColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_scroll_bridge.h37 static ArkUINativeModuleValue ResetScrollBarColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_water_flow_bridge.cpp489 ArkUINativeModuleValue WaterFlowBridge::ResetScrollBarColor(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetScrollBarColor() function in OHOS::Ace::NG::WaterFlowBridge
H A Darkts_native_grid_bridge.cpp341 ArkUINativeModuleValue GridBridge::ResetScrollBarColor(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetScrollBarColor() function in OHOS::Ace::NG::GridBridge
H A Darkts_native_scroll_bridge.cpp273 ArkUINativeModuleValue ScrollBridge::ResetScrollBarColor(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetScrollBarColor() function in OHOS::Ace::NG::ScrollBridge
H A Darkts_native_api_impl_bridge.cpp3287 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), GridBridge::ResetScrollBarColor)); in RegisterGridAttributes()
4276 … panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), WaterFlowBridge::ResetScrollBarColor)); in RegisterWaterFlowAttributes()
4553 … panda::FunctionRef::New(const_cast<panda::EcmaVM *>(vm), ScrollBridge::ResetScrollBarColor)); in RegisterScrollAttributes()