Searched refs:newAttributes (Results 1 – 2 of 2) sorted by relevance
/haiku/src/preferences/filetypes/ |
H A D | AttributeWindow.cpp | 449 BMessage newAttributes; in MessageReceived() local 453 newAttributes.AddString("attr:name", item->Name()); in MessageReceived() 454 newAttributes.AddString("attr:public_name", item->PublicName()); in MessageReceived() 455 newAttributes.AddInt32("attr:type", (int32)item->Type()); in MessageReceived() 456 newAttributes.AddString("attr:display_as", item->DisplayAs()); in MessageReceived() 457 newAttributes.AddInt32("attr:alignment", item->Alignment()); in MessageReceived() 458 newAttributes.AddInt32("attr:width", item->Width()); in MessageReceived() 459 newAttributes.AddBool("attr:viewable", item->Visible()); in MessageReceived() 460 newAttributes.AddBool("attr:editable", item->Editable()); in MessageReceived() 465 status = fMimeType.SetAttrInfo(&newAttributes); in MessageReceived()
|
/haiku/src/add-ons/kernel/file_systems/netfs/client/ |
H A D | ShareAttrDir.cpp | 213 Attribute** newAttributes = NULL; in Update() local 215 status_t error = _GetAttributes(dirInfo, newAttributes, newCount); in Update() 218 ArrayDeleter<Attribute*> _2(newAttributes); in Update() 259 Attribute* newAttr = (newCount > 0 ? newAttributes[newIndex] : NULL); in Update()
|