Searched refs:object (Results 226 - 228 of 228) sorted by relevance

12345678910

/haiku/src/kits/interface/
H A DMenu.cpp1569 BArchivable* object = instantiate_object(&msg); local
1570 if (BMenuItem* item = dynamic_cast<BMenuItem*>(object)) {
H A DView.cpp583 BArchivable* object = instantiate_object(&msg); local
584 if (BView* child = dynamic_cast<BView*>(object))
6080 RemoveSelf() deletes the server object again.
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp1045 PathManipulator::ObjectChanged(const Observable* object) argument

Completed in 62 milliseconds

12345678910