Searched refs:what (Results 476 - 500 of 1021) sorted by relevance

<<11121314151617181920>>

/haiku/src/apps/icon-o-matic/gui/
H A DTransformerListView.cpp194 switch (message->what) {
229 into->what = TransformerListView::kSelectionArchiveCode;
250 if (archive->what != TransformerListView::kSelectionArchiveCode
/haiku/src/apps/diskprobe/
H A DProbeView.cpp669 switch (message->what) {
671 int32 what; local
672 if (message->FindInt32(B_OBSERVE_WHAT_CHANGE, &what) != B_OK)
675 switch (what) {
907 switch (message->what) {
1785 switch (message->what) {
1791 int32 what; local
1792 if (message->FindInt32(B_OBSERVE_WHAT_CHANGE, &what) != B_OK)
1795 switch (what) {
1826 update.what
[all...]
/haiku/src/add-ons/print/drivers/gutenprint/
H A DSelectPrinterDialog.cpp176 switch (msg->what) {
/haiku/src/add-ons/print/drivers/postscript/
H A DSelectPPDDlg.cpp182 switch (msg->what) {
/haiku/src/apps/activitymonitor/
H A DSystemInfoHandler.cpp124 switch (message->what) {
/haiku/src/apps/cortex/DiagramView/
H A DDiagramView.cpp93 switch (message->what)
117 switch (message->what)
173 switch (message->what)
408 switch (message->what)
/haiku/src/apps/cortex/ValControl/
H A DValControlSegment.cpp282 switch(message->what) {
/haiku/src/apps/cortex/support/
H A DMultiInvoker.cpp101 return (m_message) ? m_message->what : 0;
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupControl.cpp40 switch (message->what) {
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DOptionValueView.cpp113 switch (message->what) {
/haiku/src/apps/switcher/
H A DCaptureWindow.cpp75 fMovedOutWhat = (uint32)message->FindInt32("what");
218 switch (message->what) {
/haiku/src/kits/print/
H A DPrintPanel.cpp143 switch (message->what) {
/haiku/src/preferences/filetypes/
H A DNewFileTypeWindow.cpp132 switch (message->what) {
/haiku/src/tests/add-ons/kernel/file_systems/bfs/queries/
H A Dtest.cpp96 if (message.what != B_QUERY_UPDATE
98 printf("Expected what = %x, opcode = %ld, got:", B_QUERY_UPDATE, op);
/haiku/src/tests/add-ons/print/ppd/ui/
H A DPrinterSelection.cpp151 switch (msg->what) {
/haiku/src/tests/apps/fake_app_server/
H A DServerApp.cpp93 // From what I've understood, this is the port created by
170 write_port(fClientLooperPort, msg->what, buffer, size);
263 \param code Identifier code for the message. Equivalent to BMessage::what
/haiku/src/tests/kits/app/broster/testapps/
H A DRosterLaunchTestApp1.cpp107 message.what = MSG_REFS_RECEIVED;
/haiku/src/tests/kits/interface/
H A DToolTipTest.cpp73 if (message->what == 'updt') {
H A DSimpleAlertTest.cpp110 switch (message->what) {
/haiku/src/tests/kits/opengl/direct_mode/
H A DGLDirectMode.cpp240 switch (msg->what) {
/haiku/src/tests/servers/app/stress_test/
H A Dmain.cpp78 switch (message->what) {
/haiku/src/tools/cppunit/cppunit/
H A DCompilerOutputter.cpp143 string wrappedMessage = wrap( thrownException->what() );
/haiku/src/apps/terminal/
H A DFindWindow.cpp112 switch (msg->what) {
/haiku/src/servers/app/stackandtile/
H A DStackAndTile.h59 virtual bool KeyPressed(uint32 what, int32 key,
/haiku/src/kits/midi2/
H A DMidiEndpoint.cpp301 msg->what = MSG_CHANGE_ENDPOINT;

Completed in 180 milliseconds

<<11121314151617181920>>