Searched refs:passThru (Results 1 - 8 of 8) sorted by relevance

/haiku/src/kits/shared/
H A DSettingsHandler.cpp109 ArgvParser::SendArgv(ArgvHandler argvHandlerFunc, void* passThru) argument
114 const char* result = (argvHandlerFunc)(fArgc, fCurrentArgv, passThru);
173 void* passThru)
177 return parser.EachArgvPrivate(name, argvHandlerFunc, passThru);
183 void* passThru)
196 result = SendArgv(argvHandlerFunc, passThru);
217 result = SendArgv(argvHandlerFunc, passThru);
230 result = SendArgv(argvHandlerFunc, passThru);
172 EachArgv(const char* name, ArgvHandler argvHandlerFunc, void* passThru) argument
182 EachArgvPrivate(const char* name, ArgvHandler argvHandlerFunc, void* passThru) argument
/haiku/headers/private/shared/
H A DSettingsHandler.h66 ArgvHandler argvHandlerFunc, void* passThru);
73 ArgvHandler argvHandlerFunc, void* passThru);
76 status_t SendArgv(ArgvHandler argvHandlerFunc, void* passThru);
/haiku/src/kits/tracker/
H A DUtilities.h369 void* passThru = 0);
371 const entry_ref* (*)(const entry_ref*, void*), void* passThru = 0);
374 void* passThru, int32 maxCount);
376 const entry_ref* (*)(const entry_ref*, void*), void* passThru,
H A DUtilities.cpp1153 void* passThru, int32 maxCount)
1165 entry_ref* newRef = (func)(&ref, passThru);
1190 void* passThru)
1192 return EachEntryRefCommon(message, func, passThru, -1);
1200 const entry_ref* (*func)(const entry_ref*, void*), void* passThru)
1203 (EachEntryIteratee)func, passThru, -1);
1209 void* passThru, int32 maxCount)
1211 return EachEntryRefCommon(message, func, passThru, maxCount);
1217 const entry_ref *(*func)(const entry_ref *, void *), void* passThru,
1221 (EachEntryIteratee)func, passThru, maxCoun
1152 EachEntryRefCommon(BMessage* message, entry_ref *(*func)(entry_ref*, void*), void* passThru, int32 maxCount) argument
1189 EachEntryRef(BMessage* message, entry_ref* (*func)(entry_ref*, void*), void* passThru) argument
1199 EachEntryRef(const BMessage* message, const entry_ref* (*func)(const entry_ref*, void*), void* passThru) argument
1208 EachEntryRef(BMessage* message, entry_ref* (*func)(entry_ref*, void*), void* passThru, int32 maxCount) argument
1216 EachEntryRef(const BMessage* message, const entry_ref *(*func)(const entry_ref *, void *), void* passThru, int32 maxCount) argument
[all...]
H A DTitleView.h78 BRect passThru = BRect(0, 0, 0, 0));
H A DTitleView.cpp216 void (*trackRectBlitter)(BView*, BRect), BRect passThru)
273 (trackRectBlitter)(view, passThru);
279 (trackRectBlitter)(view, passThru);
214 Draw(BRect , bool useOffscreen, bool updateOnly, const BColumnTitle* pressedColumn, void (*trackRectBlitter)(BView*, BRect), BRect passThru) argument
H A DContainerWindow.cpp2897 void* passThru, BStringList& mimeTypes, BMenu* menu)
2944 item->modifiers, primary, passThru, this, menu));
2894 EachAddOn(bool (eachAddOn)const Model*, const char*, uint32 shortcut, uint32 modifiers, bool primary, void* context, BContainerWindow* window, BMenu* menu), void* passThru, BStringList& mimeTypes, BMenu* menu) argument
H A DPoseView.cpp4130 void* passThru)
4145 if (func(pose, poseView, passThru))
4128 EachItemInDraggedSelection(const BMessage* message, bool (*func)(BPose*, BPoseView*, void*), BPoseView* poseView, void* passThru) argument

Completed in 83 milliseconds