Home
last modified time | relevance | path

Searched refs:FindNextMatch (Results 1 – 2 of 2) sorted by relevance

/haiku/src/kits/tracker/
H A DPoseView.h557 BPose* FindNextMatch(int32* index, bool reverse = false);
H A DPoseView.cpp6707 BPose* pose = FindNextMatch(&index, reverse); in KeyDown()
6715 pose = FindNextMatch(&index, reverse); in KeyDown()
6843 BPoseView::FindNextMatch(int32* matchingIndex, bool reverse) in FindNextMatch() function in BPoseView