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

/haiku/src/apps/processcontroller/
H A DProcessController.cpp81 #define addtopbottom(x) if (top) popup->AddItem(x); else popup->AddItem(x, 0) macro
807 addtopbottom(MemoryPopup);
825 addtopbottom(CPUPopup);
826 addtopbottom(new BSeparatorItem());
839 addtopbottom(item);
841 addtopbottom (new BSeparatorItem ());
857 addtopbottom(item);
858 addtopbottom(new BSeparatorItem());
864 addtopbottom(item);
870 addtopbottom(ite
[all...]

Completed in 116 milliseconds