Searched refs:isParagraphStart (Results 1 – 1 of 1) sorted by relevance
10343 bool isParagraphStart = caretPosition_ == currentParagraphStart; in OnBackPressed() local10344 CHECK_NULL_RETURN(!isParagraphStart, PositionType::PARAGRAPH_START); in OnBackPressed()10437 bool isParagraphStart = newPos == GetParagraphBeginPosition(newPos); in OnBackPressed() local10438 if (isParagraphStart && newPos != GetTextContentLength() && newPos != 0) { in OnBackPressed()