Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dtext_model_impl.cpp71 void TextModelImpl::SetTextCaretColor(const Color& value) {} in SetTextCaretColor() function in OHOS::Ace::Framework::TextModelImpl
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_text.cpp399 void JSText::SetTextCaretColor(const JSCallbackInfo& info) in SetTextCaretColor() function in OHOS::Ace::Framework::JSText
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
Dtext_model_ng.cpp525 void TextModelNG::SetTextCaretColor(const Color& value) in SetTextCaretColor() function in OHOS::Ace::NG::TextModelNG
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dnode_text_modifier.cpp1126 void SetTextCaretColor(ArkUINodeHandle node, ArkUI_Uint32 color, void* caretColorRawPtr) in SetTextCaretColor() function