Searched defs:actions (Results 1 - 5 of 5) sorted by relevance

/haiku/src/bin/desklink/
H A DDeskButton.cpp39 DeskButton(BRect frame, entry_ref* ref, const char* name, BList& titles, BList& actions, uint32 resizeMask, uint32 flags) argument
/haiku/src/apps/resedit/
H A DBitmapView.cpp190 int32 actions; local
/haiku/src/system/libroot/posix/
H A Dspawn.cpp57 _file_action *actions; member in struct:_posix_spawn_file_actions
62 posix_spawn_file_actions_extend(struct _posix_spawn_file_actions *actions) argument
78 posix_spawn_file_actions_t actions = (posix_spawn_file_actions_t)malloc( local
94 struct _posix_spawn_file_actions* actions = _actions != NULL ? *_actions : NULL; local
118 struct _posix_spawn_file_actions* actions = _actions != NULL ? *_actions : NULL; local
150 struct _posix_spawn_file_actions* actions = _actions != NULL ? *_actions : NULL; local
175 struct _posix_spawn_file_actions* actions = _actions != NULL ? *_actions : NULL; local
201 struct _posix_spawn_file_actions* actions = _actions != NULL ? *_actions : NULL; local
228 struct _posix_spawn_file_actions* actions = _actions != NULL ? *_actions : NULL; local
452 struct _posix_spawn_file_actions* actions = *_actions; local
500 spawn_using_fork(pid_t *_pid, const char *path, const posix_spawn_file_actions_t *actions, const posix_spawnattr_t *attrp, char *const argv[], char *const envp[], bool envpath) argument
592 do_posix_spawn(pid_t *_pid, const char *path, const posix_spawn_file_actions_t *actions, const posix_spawnattr_t *attrp, char *const argv[], char *const envp[], bool envpath) argument
[all...]
/haiku/src/apps/haikudepot/ui/
H A DPackageInfoView.cpp495 std::vector<PackageActionRef> actions; local
550 bool _IsClearNeededToAdoptActions(std::vector<PackageActionRef> actions) argument
559 _UpdateExistingButtonsForAdoptActions( std::vector<PackageActionRef> actions) argument
572 _CreateAllNewButtonsForAdoptActions( std::vector<PackageActionRef> actions) argument
[all...]
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp947 status_t _AddActionItems(ContextActionList* actions) argument
2763 _AddContextAction(const char* action, uint32 what, ContextActionList* actions, BMessage*& _message) argument
2804 _AddTypeHandlerMenuIfNeeded(ModelNode* node, ContextActionList* actions) argument

Completed in 122 milliseconds