Home
last modified time | relevance | path

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

/haiku/src/apps/mediaplayer/playlist/
H A DImportPLItemsCommand.cpp40 fPlaylingIndex(0), in ImportPLItemsCommand()
74 fPlaylingIndex = fPlaylist->CurrentItemIndex(); in ImportPLItemsCommand()
163 if (fPlaylingIndex >= 0) in Undo()
164 fPlaylist->SetCurrentItemIndex(fPlaylingIndex, false); in Undo()
H A DImportPLItemsCommand.h36 int32 fPlaylingIndex; variable