Searched refs:ResetPlaceholderColor (Results 1 - 8 of 8) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_search_bridge.h | 29 static ArkUINativeModuleValue ResetPlaceholderColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_text_input_bridge.h | 31 static ArkUINativeModuleValue ResetPlaceholderColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_text_area_bridge.h | 33 static ArkUINativeModuleValue ResetPlaceholderColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_search_bridge.cpp | 186 ArkUINativeModuleValue SearchBridge::ResetPlaceholderColor(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetPlaceholderColor() function in OHOS::Ace::NG::SearchBridge
|
H A D | arkts_native_text_input_bridge.cpp | 144 ArkUINativeModuleValue TextInputBridge::ResetPlaceholderColor(ArkUIRuntimeCallInfo *runtimeCallInfo) in ResetPlaceholderColor() function in OHOS::Ace::NG::TextInputBridge
|
H A D | arkts_native_text_area_bridge.cpp | 186 ArkUINativeModuleValue TextAreaBridge::ResetPlaceholderColor(ArkUIRuntimeCallInfo *runtimeCallInfo) in ResetPlaceholderColor() function in OHOS::Ace::NG::TextAreaBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 1362 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), SearchBridge::ResetPlaceholderColor)); in GetArkUINativeModule() 1866 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), TextAreaBridge::ResetPlaceholderColor)); in GetArkUINativeModule() 2243 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), TextInputBridge::ResetPlaceholderColor)); in GetArkUINativeModule()
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 4213 void ResetPlaceholderColor(ArkUI_NodeHandle node) in ResetPlaceholderColor() function 13232 ResetShowUnderline, ResetMaxLength, ResetEnterKeyType, ResetPlaceholderColor, ResetTextInputPlaceholderFont, in ResetTextInputAttribute() 13283 static Resetter* setters[] = { ResetTextAreaPlaceholder, ResetTextAreaText, ResetMaxLength, ResetPlaceholderColor, in ResetTextAreaAttribute()
|
Completed in 48 milliseconds