Searched refs:what (Results 176 - 200 of 1021) sorted by relevance

1234567891011>>

/haiku/src/apps/launchbox/
H A DPanel.cpp30 switch (message->what) {
/haiku/src/apps/poorman/
H A DPoorManApplication.cpp47 switch (message->what) {
/haiku/src/apps/resedit/
H A DNumberEditors.cpp36 if (msg->what == M_UPDATE_RESOURCE) {
/haiku/src/apps/switcher/
H A DApplicationsView.cpp49 switch (message->what) {
/haiku/src/kits/shared/
H A DDragTrackingFilter.cpp11 * threshold distance and sends a message with the 'what' field of your
43 switch (message->what) {
/haiku/src/libs/print/libprint/
H A DDialogWindow.cpp37 if (msg->what == kGetThreadId) {
/haiku/src/tests/kits/interface/bprintjob/
H A DPrintTestApp.cpp24 switch(msg->what) {
123 // or else what you want...
/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DControlTest.cpp84 switch (message->what) {
H A DTextControlTest.cpp96 switch (message->what) {
H A DTextViewTest.cpp27 "check out what happens when the text changes.";
93 switch (message->what) {
/haiku/src/tests/system/kernel/
H A Dnode_monitor_test.cpp73 switch (message->what) {
/haiku/src/tools/cppunit/cppunit/
H A DException.cpp81 Exception::what() const throw() function in class:CppUnit::Exception
H A DTestCase.cpp40 result->addError( this, new Exception( e.what() ) );
/haiku/src/preferences/locale/
H A DLocalePreflet.cpp62 switch (message->what) {
/haiku/src/apps/packageinstaller/
H A DPackageTextViewer.cpp42 switch (message->what) {
/haiku/src/apps/expander/
H A DExpanderApp.cpp34 message->what = B_REFS_RECEIVED;
/haiku/src/servers/registrar/
H A DPackageWatchingManager.cpp36 status_t error = request->what == B_REG_PACKAGE_START_WATCHING
/haiku/headers/os/storage/
H A DStatable.h72 virtual status_t set_stat(struct stat &st, uint32 what) = 0;
/haiku/src/kits/tracker/
H A DFavoritesMenu.h115 RecentsMenu(const char* name, int32 which, uint32 what,
/haiku/headers/private/shared/
H A DMessageBuilder.h24 void SetWhat(uint32 what);
/haiku/src/servers/print/
H A DConfigWindow.h51 const char* picture, uint32 what);
/haiku/src/add-ons/input_server/filters/minimize_all/
H A DMinimizeAllInputFilter.cpp41 switch (message->what) {
/haiku/src/apps/text_search/
H A DGrepApp.cpp73 // TODO: stippi: I don't understand what this is supposed to do:
82 switch (message->what) {
/haiku/src/apps/debugger/user_interface/gui/value/
H A DTableCellTextControlEditor.cpp78 switch (message->what) {
/haiku/src/tests/kits/shared/shake_filter/
H A DShakeFilterTest.cpp52 if (msg->what == kMsgShake) {

Completed in 195 milliseconds

1234567891011>>