Searched refs:selectTextContent (Results 1 – 1 of 1) sorted by relevance
2192 auto selectTextContent = GetContentBySpans(); in GetEmojisBySelect() local2193 CHECK_NULL_RETURN(!selectTextContent.empty(), selection); in GetEmojisBySelect()2194 std::u16string u16Content = StringUtils::Str8ToStr16(selectTextContent); in GetEmojisBySelect()10495 auto selectTextContent = GetContentBySpans(); in OnBackPressed() local10496 std::u16string u16Content = StringUtils::Str8ToStr16(selectTextContent); in OnBackPressed()