Searched refs:firstResult (Results 1 – 2 of 2) sorted by relevance
47 EnvironmentProxy* firstResult = EnvironmentProxy::GetInstance(); variable48 EXPECT_NE(firstResult, nullptr);54 EXPECT_EQ(secondResult, firstResult);
9750 const RichEditorAbstractSpanResult& firstResult = originalSpans.front(); in OnBackPressed() local9752 std::advance(it, firstResult.GetSpanIndex()); in OnBackPressed()9756 …textTemp = StringUtils::ToWstring(originalStr).erase(firstResult.OffsetInSpan(), firstResult.GetEr… in OnBackPressed()9758 retItem->position -= firstResult.GetEraseLength(); in OnBackPressed()9759 …if (firstResult.GetEraseLength() != static_cast<int32_t>(StringUtils::ToWstring(firstResult.GetVal… in OnBackPressed()9763 if (firstResult.GetSpanIndex() == 0) { in OnBackPressed()