Searched refs:resText (Results 1 – 4 of 4) sorted by relevance
433 std::string resText; in GetDataAsync() local435 if (clip->ProcessPasteDataRecord(pasteDataRecord, resText)) { in GetDataAsync()439 if (resText.empty()) { in GetDataAsync()445 …G_LOGI(AceLogTag::ACE_CLIPBOARD, "resText len:%{public}d", static_cast<int32_t>(resText.length())); in GetDataAsync()446 auto result = resText; in GetDataAsync()455 std::string& resText) in ProcessPasteDataRecord() argument466 resText = spanStr->GetString(); in ProcessPasteDataRecord()475 resText = spanStr->GetString(); in ProcessPasteDataRecord()482 resText.append(*textData); in ProcessPasteDataRecord()
69 std::string& resText);
187 double resText = text_.ShrinkWidth(textRemain); in ShrinkWidth() local190 } else if (!NearEqual(resText, 0.0)) { in ShrinkWidth()191 icon_.ShrinkWidth(resText); in ShrinkWidth()246 double resText = text_.ShrinkHeight(textRemain); in ShrinkHeight() local249 } else if (!NearEqual(resText, 0.0)) { in ShrinkHeight()250 icon_.ShrinkHeight(resText); in ShrinkHeight()
339 std::string resText; variable340 enBrkIterator.GetText(resText);341 EXPECT_EQ(resText, text);