Searched refs:Perform (Results 51 - 75 of 226) sorted by relevance

12345678910

/haiku/headers/os/interface/
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);
/haiku/src/apps/icon-o-matic/shape/commands/
H A DRemovePointsCommand.h32 virtual status_t Perform();
H A DFlipPointsCommand.cpp64 // Perform
66 FlipPointsCommand::Perform() function in class:FlipPointsCommand
101 status_t status = Perform();
H A DRemovePathsCommand.cpp69 RemovePathsCommand::Perform() function in class:RemovePathsCommand
72 status_t ret = RemoveCommand<VectorPath>::Perform();
/haiku/src/apps/haikudepot/edits_generic/
H A DUndoableEdit.h21 virtual status_t Perform(EditContext& context);
H A DEditManager.cpp35 EditManager::Perform(UndoableEdit* edit, EditContext& context) function in class:EditManager
40 return Perform(UndoableEditRef(edit, true), context);
45 EditManager::Perform(const UndoableEditRef& edit, EditContext& context) function in class:EditManager
52 ret = edit->Perform(context);
H A DCompoundEdit.cpp33 CompoundEdit::Perform(EditContext& context) function in class:CompoundEdit
40 status = fEdits[i]->Perform(context);
/haiku/src/kits/media/
H A DReaderPlugin.cpp70 Reader::Perform(perform_code code, void* _data) function in class:Reader
/haiku/headers/private/netservices/
H A DUrlSynchronousRequest.h24 virtual status_t Perform();
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformCommand.h34 virtual status_t Perform();
H A DTransformGradientBox.h48 Command* Perform();
H A DPerspectiveCommand.h34 virtual status_t Perform();
/haiku/src/apps/icon-o-matic/style/
H A DAssignStyleCommand.cpp53 // Perform
55 AssignStyleCommand::Perform() function in class:AssignStyleCommand
H A DRemoveStylesCommand.cpp66 RemoveStylesCommand::Perform() function in class:RemoveStylesCommand
69 status_t ret = RemoveCommand<Style>::Perform();
/haiku/src/apps/icon-o-matic/gui/
H A DPathListView.cpp359 fCommandStack->Perform(command);
378 fCommandStack->Perform(command);
394 fCommandStack->Perform(command);
431 fCommandStack->Perform(command);
445 fCommandStack->Perform(command);
458 fCommandStack->Perform(command);
471 fCommandStack->Perform(command);
486 fCommandStack->Perform(command);
563 fCommandStack->Perform(command);
593 fCommandStack->Perform(comman
[all...]
/haiku/src/kits/interface/
H A DListItem.cpp159 BListItem::Perform(perform_code d, void* arg) function in class:BListItem
161 return BArchivable::Perform(d, arg);
H A DStringItem.cpp138 BStringItem::Perform(perform_code d, void* arg) function in class:BStringItem
140 return BListItem::Perform(d, arg);
/haiku/src/apps/icon-o-matic/generic/command/
H A DRemoveCommand.h47 virtual status_t Perform();
104 RemoveCommand<Type>::Perform() function in class:RemoveCommand
H A DAddCommand.h57 virtual status_t Perform();
121 AddCommand<Type>::Perform() function in class:AddCommand
/haiku/src/apps/icon-o-matic/generic/gui/stateview/
H A DStateView.h42 virtual status_t Perform(perform_code code, void* data);
43 // Avoids warning about hiding BView::Perform().
79 status_t Perform(Command* command);
/haiku/headers/os/media/
H A DSound.h44 virtual status_t Perform(int32 code, ...);
/haiku/src/tests/kits/support/barchivable/
H A DBArchivableTester.cpp28 BArchivable::Perform(perform_code d, void* arg)
37 CPPUNIT_ASSERT(Archive.Perform(0, NULL) == B_ERROR);

Completed in 94 milliseconds

12345678910