Home
last modified time | relevance | path

Searched refs:SetTextCaretColor (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtext_model_impl.h37 void SetTextCaretColor(const Color& value) override;
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.h58 static void SetTextCaretColor(const JSCallbackInfo& info);
H A Djs_text.cpp393 void JSText::SetTextCaretColor(const JSCallbackInfo& info) in SetTextCaretColor() function in OHOS::Ace::Framework::JSText
406 TextModel::GetInstance()->SetTextCaretColor(caretColor); in SetTextCaretColor()
1111 JSClass<JSText>::StaticMethod("caretColor", &JSText::SetTextCaretColor); in JSBind()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_model.h140 virtual void SetTextCaretColor(const Color& value) = 0;
H A Dtext_model_ng.h38 void SetTextCaretColor(const Color& value) override;
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
1217 ResetTextLineSpacing, SetTextCaretColor, GetTextCaretColor, ResetTextCaretColor, in GetTextModifier()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_testthree_ng.cpp285 textModelNG.SetTextCaretColor(Color::BLACK);