Home
last modified time | relevance | path

Searched refs:newAttribute (Results 1 – 1 of 1) sorted by relevance

/haiku/src/preferences/filetypes/
H A DAttributeWindow.cpp354 const char* newAttribute = fAttributeControl->Text(); in _NewItemFromCurrent() local
384 return new AttributeItem(newAttribute, in _NewItemFromCurrent()
429 const char* newAttribute = fAttributeControl->Text(); in MessageReceived() local
435 || !strcmp(newAttribute, attribute)) { in MessageReceived()