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

/haiku/headers/private/shared/
H A DCalendarView.h64 BMessage* InvocationMessage() const;
/haiku/headers/os/interface/
H A DListView.h93 BMessage* InvocationMessage() const;
/haiku/headers/private/interface/
H A DColumnListView.h266 BMessage* InvocationMessage() const;
/haiku/src/kits/shared/
H A DCalendarView.cpp138 if (status == B_OK && InvocationMessage())
139 status = archive->AddMessage("_invokeMsg", InvocationMessage());
274 BCalendarView::InvocationMessage() const function in class:BPrivate::BCalendarView
/haiku/src/kits/interface/
H A DOutlineListView.cpp158 if (status >= B_OK && InvocationMessage() != NULL)
159 status = archive->AddMessage("_msg", InvocationMessage());
H A DListView.cpp193 if (status >= B_OK && InvocationMessage() != NULL)
194 status = data->AddMessage("_msg", InvocationMessage());
1050 BListView::InvocationMessage() const function in class:BListView
H A DColumnListView.cpp940 BColumnListView::InvocationMessage() const function in class:BColumnListView

Completed in 93 milliseconds