Searched refs:pasteStr (Results 1 – 2 of 2) sorted by relevance
381 auto pasteStr = richEditorPattern->GetPasteStr(); variable382 richEditorPattern->InsertValueByPaste(pasteStr);588 auto pasteStr = richEditorPattern->GetPasteStr(); variable589 richEditorPattern->InsertValueByPaste(pasteStr);
7293 auto pasteStr = GetPasteStr(); in OnBackPressed() local7298 InsertValueByPaste(pasteStr); in OnBackPressed()7302 void RichEditorPattern::InsertValueByPaste(const std::string& pasteStr) in OnBackPressed() argument7306 InsertValueInStyledString(pasteStr); in OnBackPressed()7309 InsertValueByOperationType(pasteStr, OperationType::DEFAULT); in OnBackPressed()