Lines Matching defs:property

217 	const char* property = 0;
224 &form, &property);
229 ASSERT(property != NULL);
233 handled = CreateProperty(message, &specifier, form, property,
238 handled = GetProperty(&specifier, form, property, &reply);
242 handled = SetProperty(message, &specifier, form, property,
247 handled = CountProperty(&specifier, form, property, &reply);
251 handled = DeleteProperty(&specifier, form, property, &reply);
255 handled = ExecuteProperty(&specifier, form, property, &reply);
270 const char* property, BMessage* reply)
274 if (strcmp(property, kPropertyEntry) == 0) {
320 const char* property, BMessage* reply)
324 if (strcmp(property, kPropertySelection) == 0) {
376 const char* property, BMessage* reply)
381 if (strcmp(property, kPropertySelection) == 0) {
420 } else if (strcmp(property, kPropertyEntry) == 0) {
473 BPoseView::CountProperty(BMessage*, int32, const char* property,
477 //PRINT(("BPoseView::CountProperty, %s\n", property));
480 if (strcmp(property, kPropertySelection) == 0) {
483 } else if (strcmp(property, kPropertyEntry) == 0) {
494 const char* property, BMessage* reply)
496 // PRINT(("GetProperty %s\n", property));
500 if (strcmp(property, kPropertyPath) == 0) {
508 } else if (strcmp(property, kPropertySelection) == 0) {
556 } else if (strcmp(property, kPropertyEntry) == 0) {
626 const char* property, BMessage* reply)
631 if (strcmp(property, kPropertySelection) == 0) {
656 // PRINT(("SetProperty direct/previous/next %s\n", property));
694 BMessage* specifier, int32 form, const char* property)
700 property);
704 form, property);