Home
last modified time | relevance | path

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

/haiku/src/kits/app/
H A DNotification.cpp192 if (status == B_OK && OnClickFile() != NULL) in Archive()
193 status = archive->AddRef("_onClickFile", OnClickFile()); in Archive()
348 BNotification::OnClickFile() const in OnClickFile() function in BNotification
/haiku/headers/os/app/
H A DNotification.h60 const entry_ref* OnClickFile() const;
/haiku/src/servers/notification/
H A DNotificationView.cpp373 if (fNotification->OnClickFile() != NULL in MouseDown()
375 (entry_ref*)fNotification->OnClickFile(), &appRef) in MouseDown()
404 be_roster->Launch(fNotification->OnClickFile(), &messages); in MouseDown()
/haiku/docs/user/app/
H A DNotification.dox426 \fn const entry_ref* BNotification::OnClickFile() const