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

/haiku/src/preferences/filetypes/
H A DAttributeWindow.cpp449 BMessage newAttributes; local
453 newAttributes.AddString("attr:name", item->Name());
454 newAttributes.AddString("attr:public_name", item->PublicName());
455 newAttributes.AddInt32("attr:type", (int32)item->Type());
456 newAttributes.AddString("attr:display_as", item->DisplayAs());
457 newAttributes.AddInt32("attr:alignment", item->Alignment());
458 newAttributes.AddInt32("attr:width", item->Width());
459 newAttributes.AddBool("attr:viewable", item->Visible());
460 newAttributes.AddBool("attr:editable", item->Editable());
465 status = fMimeType.SetAttrInfo(&newAttributes);
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareAttrDir.cpp213 Attribute** newAttributes = NULL; local
215 status_t error = _GetAttributes(dirInfo, newAttributes, newCount);
218 ArrayDeleter<Attribute*> _2(newAttributes);
259 Attribute* newAttr = (newCount > 0 ? newAttributes[newIndex] : NULL);

Completed in 39 milliseconds