Home
last modified time | relevance | path

Searched defs:SetTextCaretColor (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtext_model_impl.cpp72 void TextModelImpl::SetTextCaretColor(const Color& value) {} in SetTextCaretColor() function in OHOS::Ace::Framework::TextModelImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_text.cpp393 void JSText::SetTextCaretColor(const JSCallbackInfo& info) in SetTextCaretColor() function in OHOS::Ace::Framework::JSText
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_model_ng.cpp438 void TextModelNG::SetTextCaretColor(const Color& value) in SetTextCaretColor() function in OHOS::Ace::NG::TextModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_text_modifier.cpp961 void SetTextCaretColor(ArkUINodeHandle node, ArkUI_Uint32 color) in SetTextCaretColor() function