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

/haiku/src/bin/
H A Dsetmime.cpp234 const char* UserArgValue(TUserArgs& map, const char* name);
334 const char* value = UserArgValue(args, kAttribute);
338 value = UserArgValue(args, kAttrName);
342 value = UserArgValue(args, kAttrType);
361 value = UserArgValue(args, kAttrWidth);
365 value = UserArgValue(args, kAttrAlignment);
377 value = UserArgValue(args, kAttrViewable);
381 value = UserArgValue(args, kAttrEditable);
385 value = UserArgValue(args, kAttrExtra);
467 MimeAttribute::UserArgValue(TUserArg function in class:MimeAttribute
[all...]

Completed in 32 milliseconds