Searched refs:Perform (Results 76 - 100 of 226) sorted by relevance

12345678910

/haiku/headers/os/interface/
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);
/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/src/apps/softwareupdater/
H A DUpdateAction.cpp42 UpdateAction::Perform(update_type action_request) function in class:UpdateAction
H A DCheckAction.cpp40 CheckAction::Perform() function in class:CheckAction
/haiku/headers/os/app/
H A DCursor.h68 virtual status_t Perform(perform_code d, void* arg);
/haiku/src/kits/network/libnetservices/
H A DUrlSynchronousRequest.cpp30 BUrlSynchronousRequest::Perform() function in class:BUrlSynchronousRequest
/haiku/src/apps/icon-o-matic/shape/commands/
H A DRotatePathIndicesCommand.cpp45 RotatePathIndicesCommand::Perform() function in class:RotatePathIndicesCommand
H A DAddPointCommand.cpp45 // Perform
47 AddPointCommand::Perform() function in class:AddPointCommand
/haiku/src/apps/icon-o-matic/transformable/
H A DResetTransformationCommand.cpp64 // Perform
66 ResetTransformationCommand::Perform() function in class:ResetTransformationCommand
/haiku/src/apps/icon-o-matic/document/
H A DSetPropertiesCommand.cpp58 // Perform
60 SetPropertiesCommand::Perform() function in class:SetPropertiesCommand
/haiku/src/apps/icon-o-matic/generic/command/
H A DCommandStack.cpp33 // Perform
35 CommandStack::Perform(Command* command) function in class:CommandStack
45 ret = command->Perform();
H A DMoveCommand.h47 virtual status_t Perform();
137 MoveCommand<Type>::Perform() function in class:MoveCommand
/haiku/src/apps/mediaplayer/support/
H A DCommandStack.cpp34 // Perform
36 CommandStack::Perform(Command* command) function in class:CommandStack
46 ret = command->Perform();
/haiku/src/kits/interface/
H A DAbstractLayoutItem.cpp200 BAbstractLayoutItem::Perform(perform_code d, void* arg) function in class:BAbstractLayoutItem
202 return BLayoutItem::Perform(d, arg);
H A DLayoutItem.cpp207 BLayoutItem::Perform(perform_code code, void* _data) function in class:BLayoutItem
209 return BArchivable::Perform(code, _data);
/haiku/src/kits/print/
H A DPrintPanel.cpp182 BPrintPanel::Perform(perform_code d, void* arg) function in class:BPrivate::Print::BPrintPanel
184 return BWindow::Perform(d, arg);
/haiku/headers/private/print/
H A DPrintPanel.h50 virtual status_t Perform(perform_code d, void* arg);
/haiku/src/kits/media/
H A DEncoderPlugin.cpp104 Encoder::Perform(perform_code code, void* data) function in class:Encoder
/haiku/src/apps/mediaplayer/playlist/
H A DCopyPLItemsCommand.cpp74 CopyPLItemsCommand::Perform() function in class:CopyPLItemsCommand

Completed in 152 milliseconds

12345678910