IconExists
return fReplicantTray->IconExists(id);
return fReplicantTray->IconExists(name);
if (view == NULL || IconExists(view->Name())) {
bool IconExists(int32 target, bool byIndex = false);
bool IconExists(const char* name);