Home
last modified time | relevance | path

Searched defs:selectedText (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ime/
H A Dtext_editing_value.cpp212 std::string selectedText; in GetSelectedText() local
228 std::string selectedText; in GetSelectedText() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Ddrag_drop_event.cpp86 const std::string& selectedText, const std::string& imageSrc) in AddDataToClipboard()
H A Drender_box.cpp237 const std::string& selectedText, const std::string& imageSrc) in AddDataToClipboard()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dspan_node.cpp474 auto selectedText = displayContent.substr(finalSelStart, finalSelEnd - finalSelStart); in UpdateTextStyle() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp1687 auto selectedText = contentController_->GetSelectedValue(start, end); in HandleOnCut() local