Searched refs:Perform (Results 1 - 25 of 226) sorted by relevance

12345678910

/haiku/src/apps/softwareupdater/
H A DCheckAction.h19 status_t Perform();
H A DUpdateAction.h19 status_t Perform(update_type action_request);
H A DWorkingLooper.cpp41 fCheckAction->Perform();
44 fUpdateAction->Perform(fActionRequested);
/haiku/src/apps/icon-o-matic/shape/commands/
H A DReversePathCommand.cpp34 // Perform
36 ReversePathCommand::Perform() function in class:ReversePathCommand
47 return Perform();
H A DCleanUpPathCommand.h20 virtual status_t Perform();
H A DReversePathCommand.h19 virtual status_t Perform();
H A DRotatePathIndicesCommand.h18 virtual status_t Perform();
H A DFlipPointsCommand.h25 virtual status_t Perform();
H A DUnassignPathCommand.h32 virtual status_t Perform();
H A DCleanUpPathCommand.cpp37 // Perform
39 CleanUpPathCommand::Perform() function in class:CleanUpPathCommand
H A DAddPointCommand.h25 virtual status_t Perform();
/haiku/src/apps/mediaplayer/support/
H A DCommand.cpp33 // Perform
35 Command::Perform() function in class:Command
51 return Perform();
/haiku/src/apps/haikudepot/edits_generic/
H A DUndoableEdit.cpp34 UndoableEdit::Perform(EditContext& context) function in class:UndoableEdit
50 return Perform(context);
H A DEditManager.h31 status_t Perform(UndoableEdit* edit,
33 status_t Perform(const UndoableEditRef& edit,
/haiku/src/apps/icon-o-matic/generic/command/
H A DCommand.cpp33 // Perform
35 Command::Perform() function in class:Command
51 return Perform();
H A DCompoundCommand.cpp42 // Perform
44 CompoundCommand::Perform() function in class:CompoundCommand
51 status = fCommands[i]->Perform();
88 return Perform();
H A DCommandStack.h27 status_t Perform(Command* command);
H A DCompoundCommand.h24 virtual status_t Perform();
/haiku/src/tests/kits/app/blooper/
H A DPerformTest.cpp24 CPPUNIT_ASSERT(Looper.Perform(1, NULL) == B_ERROR);
29 TestSuite* suite = new TestSuite("BLooper::Perform(perform_code, void*)");
/haiku/src/kits/interface/
H A DCardView.cpp67 BCardView::Perform(perform_code d, void* arg) function in class:BCardView
69 return BView::Perform(d, arg);
/haiku/src/apps/icon-o-matic/transformable/
H A DResetTransformationCommand.h34 virtual status_t Perform();
/haiku/src/kits/media/
H A DWriterPlugin.cpp40 Writer::Perform(perform_code code, void* data) function in class:Writer
/haiku/src/apps/mediaplayer/playlist/
H A DCopyPLItemsCommand.h24 virtual status_t Perform();
/haiku/src/apps/icon-o-matic/style/
H A DRemoveStylesCommand.h36 virtual status_t Perform();
/haiku/src/apps/icon-o-matic/document/
H A DSetPropertiesCommand.h27 virtual status_t Perform();

Completed in 84 milliseconds

12345678910