Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_component.h63 void SetWeakTextField(const WeakPtr<RenderTextField>& weakTextField);
H A Dtext_overlay_component.cpp714 void TextOverlayComponent::SetWeakTextField(const WeakPtr<RenderTextField>& weakTextField) in SetWeakTextField() function in OHOS::Ace::TextOverlayComponent
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.cpp936 textOverlay_->SetWeakTextField(WeakClaim(this)); in ShowTextOverlay()