Searched refs:ExitStateChange (Results 1 - 8 of 8) sorted by relevance

/haiku/src/servers/app/
H A DServerPicture.h51 void ExitStateChange();
H A DServerPicture.cpp1193 ServerPicture::ExitStateChange() function in class:ServerPicture
1218 ExitStateChange();
/haiku/headers/private/print/
H A DTemplate.h62 virtual void ExitStateChange();
H A DPictureIterator.h68 virtual void ExitStateChange() { } function in class:PictureIterator
H A DPicturePrinter.h67 virtual void ExitStateChange();
/haiku/src/kits/print/
H A DTemplate.cpp128 void Template::ExitStateChange() { function in class:Template
H A DPictureIterator.cpp59 static void _ExitStateChange(void *p) { return ((PictureIterator *) p)->ExitStateChange(); }
119 (void *)_ExitStateChange, // 25 ExitStateChange(void *user)
H A DPicturePrinter.cpp237 void PicturePrinter::ExitStateChange() { function in class:PicturePrinter
238 Indent(); Print("ExitStateChange"); Cr();

Completed in 107 milliseconds