Home
last modified time | relevance | path

Searched refs:GetWeakTextField (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_component.h64 const WeakPtr<RenderTextField>& GetWeakTextField() const;
H A Dtext_overlay_component.cpp719 const WeakPtr<RenderTextField>& TextOverlayComponent::GetWeakTextField() const in GetWeakTextField() function in OHOS::Ace::TextOverlayComponent
H A Drender_text_overlay.cpp297 weakTextField_ = overlay->GetWeakTextField(); in UpdateWeakTextField()