Home
last modified time | relevance | path

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

/haiku/src/apps/mediaplayer/interface/
H A DPlayPauseButton.h15 BShape* playSymbolShape,
33 void SetSymbols(BShape* playSymbolShape,
H A DPlayPauseButton.cpp19 BShape* playSymbolShape, BShape* pauseSymbolShape, BMessage* message, in PlayPauseButton() argument
23 fPlaySymbol(playSymbolShape), in PlayPauseButton()
168 PlayPauseButton::SetSymbols(BShape* playSymbolShape, BShape* pauseSymbolShape) in SetSymbols() argument
173 fPlaySymbol = playSymbolShape; in SetSymbols()