Searched refs:dragResultObjects_ (Results 1 – 5 of 5) sorted by relevance
1437 EXPECT_TRUE(!pattern->dragResultObjects_.empty());1451 EXPECT_TRUE(pattern->dragResultObjects_.empty());1501 pattern->dragResultObjects_.clear();1511 pattern->dragResultObjects_.clear();1516 for (auto obj : pattern->dragResultObjects_) {1561 pattern->dragResultObjects_.clear();1564 EXPECT_TRUE(!pattern->dragResultObjects_.empty());1567 for (auto obj : pattern->dragResultObjects_) {1575 pattern->dragResultObjects_.clear();1578 EXPECT_TRUE(!pattern->dragResultObjects_.empty());[all …]
1662 richEditorPattern->dragResultObjects_.emplace_back(resultObject);1665 richEditorPattern->dragResultObjects_.emplace_back(resultObject);1669 richEditorPattern->dragResultObjects_.emplace_back(resultObject);1673 richEditorPattern->dragResultObjects_.emplace_back(resultObject);1678 richEditorPattern->dragResultObjects_.emplace_back(resultObject);
1666 dragResultObjects_ = textSelectInfo.GetSelection().resultObjects; in OnDragStart()1667 ResetDragRecordSize(dragResultObjects_.empty() ? -1 : 1); in OnDragStart()1669 if (dragResultObjects_.empty() || !gestureHub->GetIsTextDraggable()) { in OnDragStart()1710 for (const auto& resultObj : dragResultObjects_) { in ProcessNormalUdmfData()1760 UpdateSpanItemDragStatus(dragResultObjects_, true); in CloseOperate()1761 recoverDragResultObjects_ = dragResultObjects_; in CloseOperate()1868 if (dragResultObjects_.empty()) { in OnDragEnd()1871 UpdateSpanItemDragStatus(dragResultObjects_, false); in OnDragEnd()1872 dragResultObjects_.clear(); in OnDragEnd()
354 std::list<ResultObject> dragResultObjects_; variable
1385 std::list<ResultObject> dragResultObjects_; variable