Searched refs:thisNode (Results 1 – 2 of 2) sorted by relevance
292 commits.sort([] (const MultiVerCommitNode &thisNode, const MultiVerCommitNode &thatNode) { in GetAllCommitsInTree() argument293 return (thisNode.version > thatNode.version); in GetAllCommitsInTree()
2525 RefPtr<FocusHub> thisNode = AceType::Claim(this); in SetLastWeakFocusNodeWholeScope() local2528 parent->SetLastWeakFocusNode(AceType::WeakClaim(AceType::RawPtr(thisNode))); in SetLastWeakFocusNodeWholeScope()2532 thisNode = parent; in SetLastWeakFocusNodeWholeScope()2562 RefPtr<FocusHub> thisNode = AceType::Claim(this); in GetChildPriorfocusNode() local2573 if (child->IsFocusAbleChildOf(thisNode)) { in GetChildPriorfocusNode()