Home
last modified time | relevance | path

Searched refs:InvokeKind (Results 1 – 9 of 9) sorted by relevance

/haiku/headers/os/app/
H A DInvoker.h51 uint32 InvokeKind(bool* _notify = NULL);
/haiku/src/kits/app/
H A DInvoker.cpp177 BInvoker::InvokeKind(bool* _notify) in InvokeKind() function in BInvoker
/haiku/src/kits/interface/
H A DChannelControl.cpp291 BMessage invokeMessage(InvokeKind(&notify)); in Invoke()
309 BMessage invokeMessage(InvokeKind(&notify)); in InvokeChannel()
H A DControl.cpp415 uint32 kind = InvokeKind(&notify); in Invoke()
H A DMenuItem.cpp597 uint32 kind = InvokeKind(&notify); in Invoke()
H A DTextControl.cpp560 if (InvokeKind() != B_CONTROL_INVOKED) in SetText()
H A DListView.cpp1320 uint32 kind = InvokeKind(&notify); in Invoke()
/haiku/docs/user/app/
H A DInvoker.dox285 \fn uint32 BInvoker::InvokeKind(bool* _notify)
/haiku/src/kits/shared/
H A DCalendarView.cpp306 uint32 kind = InvokeKind(&notify); in Invoke()