Searched refs:newTopPath (Results 1 – 1 of 1) sorted by relevance
2384 const std::optional<std::pair<std::string, RefPtr<UINode>>>& newTopPath) in FireInterceptionEvent() argument2388 if (newTopPath.has_value()) { in FireInterceptionEvent()2390 …AceType::DynamicCast<NavDestinationGroupNode>(hostNode->GetNavDestinationNode(newTopPath->second)); in FireInterceptionEvent()