Searched refs:startSelectionHandle_ (Results 1 – 6 of 6) sorted by relevance
415 g_webPattern->startSelectionHandle_.reset();423 g_webPattern->startSelectionHandle_ = std::make_shared<NWebTouchHandleStateMock>();427 g_webPattern->startSelectionHandle_.reset();
1363 EXPECT_EQ(g_webPattern->startSelectionHandle_, nullptr);
216 std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> startSelectionHandle_ = nullptr; variable
383 OnTouchSelectionChanged(insertHandle_, startSelectionHandle_, endSelectionHandle_); in OnGlobalPositionChanged()693 startSelectionHandle_ = beginTouchHandle; in RunQuickMenu()916 startSelectionHandle_ = startSelectionHandle; in OnTouchSelectionChanged()
3995 firstInfo.paintRect = ComputeTouchHandleRect(startSelectionHandle_); in HideHandleAndQuickMenuIfNecessary()4004 firstInfo.paintRect = ComputeTouchHandleRect(startSelectionHandle_); in HideHandleAndQuickMenuIfNecessary()4006 CheckHandles(firstInfo, startSelectionHandle_); in HideHandleAndQuickMenuIfNecessary()4084 startSelectionHandle_ = beginTouchHandle; in RunQuickMenu()4598 handleInfo.paintRect = ComputeTouchHandleRect(startSelectionHandle_); in UpdateSelectHandleInfo()4599 CheckHandles(handleInfo, startSelectionHandle_); in UpdateSelectHandleInfo()4613 CheckHandles(handleInfo, startSelectionHandle_); in UpdateSelectHandleInfo()4621 if (startSelectionHandle_->GetTouchHandleType() == in IsSelectHandleReverse()4626 } else if (startSelectionHandle_->GetTouchHandleType() == in IsSelectHandleReverse()4647 startSelectionHandle_ = startSelectionHandle; in OnTouchSelectionChanged()[all …]
1050 std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> startSelectionHandle_ = nullptr; variable