Searched refs:refMsg (Results 1 – 3 of 3) sorted by relevance
150 BMessage refMsg(B_REFS_RECEIVED); in MessageReceived() local151 refMsg.AddRef("refs",&folderRef); in MessageReceived()152 msgr.SendMessage(&refMsg); in MessageReceived()
361 BMessage refMsg(B_REFS_RECEIVED); in MouseDown() local381 refMsg.AddRef("refs", fNotification->OnClickRefAt(i)); in MouseDown()382 messages.AddItem((void*)&refMsg); in MouseDown()
141 status_t check_ref_count(BMessage *refMsg, int32 count);161 check_ref_count(BMessage *refMsg, int32 count) in check_ref_count() argument165 status_t err = refMsg ? B_OK : B_BAD_VALUE; in check_ref_count()168 err = refMsg->GetInfo("refs", &type, &realCount); in check_ref_count()