Home
last modified time | relevance | path

Searched refs:targeType (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h1235 …const CaretUpdateType targeType, const int32_t pos, const int32_t& spanStart, const std::string& c…
H A Drich_editor_pattern.cpp8655 …const CaretUpdateType targeType, const int32_t pos, const int32_t& spanStart, const std::string& c… in OnBackPressed() argument
8662 …if (!InputAIChecker::NeedAIAnalysis(content, targeType, lastClickTimeStamp_ - lastAiPosTimeStamp_)… in OnBackPressed()
8666 if (IsClickBoundary(pos) && targeType == CaretUpdateType::PRESSED) { in OnBackPressed()