Searched refs:JudgeSelectType (Results 1 – 3 of 3) sorted by relevance
491 auto selectType = richEditorPattern->JudgeSelectType(offset).second;495 selectType = richEditorPattern->JudgeSelectType(offset).second;
1297 std::pair<int32_t, SelectType> JudgeSelectType(const Offset& pos);
7765 auto [currentPosition, selectType] = JudgeSelectType(pos); in OnBackPressed()7793 std::pair<int32_t, SelectType> RichEditorPattern::JudgeSelectType(const Offset& pos) in OnBackPressed() function in OHOS::Ace::NG::RichEditorPattern