Searched refs:hoverResultIt (Results 1 – 2 of 2) sorted by relevance
106 …for (auto hoverResultIt = lastPenHoverResults_.begin(); hoverResultIt != lastHoverEndNode; ++hover… in DispatchPenHoverEventNG() local108 …if (std::find(currHoverEndNode, curPenHoverResults_.end(), *hoverResultIt) != curPenHoverResults_.… in DispatchPenHoverEventNG()109 (*hoverResultIt)->HandlePenHoverEvent(false, event); in DispatchPenHoverEventNG()
1496 …for (auto hoverResultIt = lastHoverTestResults_.begin(); hoverResultIt != lastHoverEndNode; ++hove… in DispatchMouseHoverEventNG() local1498 …if (std::find(currHoverEndNode, currHoverTestResults_.end(), *hoverResultIt) != currHoverTestResul… in DispatchMouseHoverEventNG()1499 (*hoverResultIt)->HandleHoverEvent(false, event); in DispatchMouseHoverEventNG()1544 …for (auto hoverResultIt = lastAccessibilityHoverResults_.begin(); hoverResultIt != lastHoverEndNod… in DispatchAccessibilityHoverEventNG() local1545 ++hoverResultIt) { in DispatchAccessibilityHoverEventNG()1547 if (std::find(currHoverEndNode, curAccessibilityHoverResults_.end(), *hoverResultIt) != in DispatchAccessibilityHoverEventNG()1549 (*hoverResultIt)->HandleAccessibilityHoverEvent(false, event); in DispatchAccessibilityHoverEventNG()