Searched refs:perform_code (Results 1 - 25 of 121) sorted by relevance

12345

/haiku/src/kits/media/
H A DWriterPlugin.cpp40 Writer::Perform(perform_code code, void* data)
H A DDecoderPlugin.cpp45 Decoder::Perform(perform_code code, void* _data)
H A DReaderPlugin.cpp70 Reader::Perform(perform_code code, void* _data)
H A DEncoderPlugin.cpp104 Encoder::Perform(perform_code code, void* data)
/haiku/headers/build/os/support/
H A DArchivable.h59 virtual status_t Perform(perform_code d, void* arg);
/haiku/headers/os/interface/
H A DGridView.h28 virtual status_t Perform(perform_code d, void* arg);
H A DStringItem.h31 virtual status_t Perform(perform_code code, void* arg);
H A DGroupView.h29 virtual status_t Perform(perform_code d, void* arg);
H A DCardView.h24 virtual status_t Perform(perform_code d, void* arg);
H A DListItem.h50 virtual status_t Perform(perform_code code, void* arg);
H A DPicture.h28 virtual status_t Perform(perform_code code, void* arg);
H A DAbstractLayoutItem.h36 virtual status_t Perform(perform_code d, void* arg);
H A DCardLayout.h34 virtual status_t Perform(perform_code d, void* arg);
H A DPopUpMenu.h46 virtual status_t Perform(perform_code code, void* _data);
H A DLayoutItem.h61 virtual status_t Perform(perform_code d, void* arg);
H A DSeparatorView.h67 virtual status_t Perform(perform_code code, void* data);
/haiku/src/kits/interface/
H A DCardView.cpp67 BCardView::Perform(perform_code d, void* arg)
H A DGridView.cpp69 BGridView::Perform(perform_code code, void* _data)
H A DGroupView.cpp71 BGroupView::Perform(perform_code code, void* _data)
/haiku/headers/private/media/
H A DWriterPlugin.h41 virtual status_t Perform(perform_code code, void* data);
H A DDecoderPlugin.h48 virtual status_t Perform(perform_code code, void* data);
H A DReaderPlugin.h51 virtual status_t Perform(perform_code code, void* data);
/haiku/headers/os/app/
H A DCursor.h68 virtual status_t Perform(perform_code d, void* arg);
/haiku/headers/private/print/
H A DPrintPanel.h50 virtual status_t Perform(perform_code d, void* arg);
/haiku/headers/build/os/interface/
H A DBitmap.h77 virtual status_t Perform(perform_code d, void *arg);

Completed in 443 milliseconds

12345