Searched refs:what (Results 251 - 275 of 1021) sorted by relevance

<<11121314151617181920>>

/haiku/src/bin/
H A Dspybmessage.cpp44 if (message->what == 'plop') /* our doesn't count */
95 switch (msg->what) {
/haiku/src/kits/interface/
H A DWindowStack.cpp204 BWindowStack::_StartMessage(int32 what) argument
209 return fLink->Attach<int32>(what);
/haiku/src/tests/kits/app/broster/testapps/
H A DRosterWatchingTestApp1.cpp107 message.what = MSG_REFS_RECEIVED;
116 switch (_message->what) {
/haiku/src/tests/kits/media/notificationtest/
H A Dmain.cpp128 if (msg->what == 0x42524157) // eat this
132 switch (msg->what) {
/haiku/src/add-ons/print/transports/lpr/
H A DLprTransport.cpp130 DBGMSG(("error: %s\n", err.what()));
131 BAlert *alert = new BAlert("", err.what(), "OK");
H A DLprSetupDlg.cpp144 BAlert *alert = new BAlert("", err.what(), "OK");
180 switch (msg->what) {
/haiku/src/servers/app/
H A DDesktopListener.h41 virtual bool KeyPressed(uint32 what, int32 key,
99 bool NotifyKeyPressed(uint32 what, int32 key,
/haiku/src/apps/drivesetup/
H A DAbstractParametersPanel.cpp50 switch (message->what) {
116 switch (message->what) {
/haiku/src/add-ons/media/media-add-ons/reader/
H A DMediaReader.cpp405 const media_source & what,
413 if (output.source != what) {
538 const media_source & what,
547 if (output.source != what) {
563 const media_source & what,
569 if (what == output.source) {
610 const media_source & what,
616 if (output.source != what) {
404 PrepareToConnect( const media_source & what, const media_destination & where, media_format * format, media_source * out_source, char * out_name) argument
537 Disconnect( const media_source & what, const media_destination & where) argument
562 LateNoticeReceived( const media_source & what, bigtime_t how_much, bigtime_t performance_time) argument
609 EnableOutput( const media_source & what, bool enabled, int32 * _deprecated_) argument
/haiku/src/libs/print/libprint/
H A DAddPrinterDlg.cpp152 if (msg->what == kMsgProtocolClassChanged) {
196 switch (msg->what) {
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.h105 uint32 what, ContextActionList* actions,
108 uint32 what, ActionMenuItem*& _item);
/haiku/src/servers/package/
H A DResultWindow.cpp178 switch (message->what) {
182 fAccepted = message->what == kApplyMessage;
/haiku/src/servers/keystore/
H A DAppAccessRequestWindow.cpp140 switch (message->what) {
144 fResult = message->what;
/haiku/src/kits/app/
H A DRoster.cpp630 if (reply.what == B_REG_SUCCESS) {
665 if (reply.what == B_REG_SUCCESS) {
694 if (reply.what == B_REG_SUCCESS)
720 if (reply.what == B_REG_SUCCESS)
746 if (reply.what == B_REG_SUCCESS)
768 if (reply.what == B_REG_SUCCESS)
827 if (error == B_OK && reply.what != B_REG_SUCCESS
852 if (error == B_OK && reply.what != B_REG_SUCCESS
875 if (error == B_OK && reply.what != B_REG_SUCCESS
1043 message.what
[all...]
/haiku/src/apps/cortex/TipManager/
H A DTipManager.cpp73 switch(message->what)
288 switch(message->what) {
/haiku/src/apps/pulse/
H A DPulseWindow.cpp76 switch (message->what) {
80 SetMode(message->what);
/haiku/src/add-ons/input_server/devices/keyboard/
H A DTeamMonitorWindow.cpp72 if (reply.what != B_REPLY
75 message.what = kMsgQuitFailed;
77 message.AddInt32("error", reply.what);
80 return reply.what;
91 if (message->what == B_LOCALE_CHANGED && gTeamMonitorWindow != NULL)
102 if (message->what == B_KEY_DOWN && gTeamMonitorWindow != NULL) {
256 switch (msg->what) {
635 switch (message->what) {
/haiku/src/apps/login/
H A DLoginApp.cpp83 switch (message->what) {
166 reply.what = kLoginOk;
/haiku/src/servers/debug/
H A DDebugWindow.cpp115 switch(message->what) {
124 fAction = message->what;
/haiku/src/apps/bootmanager/
H A DPartitionsPage.cpp192 PartitionsPage::_CreateControlMessage(uint32 what, int32 index) argument
194 BMessage* message = new BMessage(what);
/haiku/src/add-ons/input_server/methods/pen/
H A DPenInputInkWindow.cpp83 switch (message->what) {
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DColorValueView.cpp81 switch (message->what) {
/haiku/src/apps/packageinstaller/
H A DPackageStatus.cpp81 switch (msg->what) {
/haiku/src/apps/switcher/
H A DLaunchButton.cpp105 switch (message->what) {
117 message->what = B_REFS_RECEIVED;
193 && ((dragMessage->what == B_SIMPLE_DATA
194 || dragMessage->what == B_REFS_RECEIVED) || fRef)) {
/haiku/src/tests/add-ons/print/ppd/test/
H A DPPDConfigApplication.cpp52 switch(message->what) {

Completed in 135 milliseconds

<<11121314151617181920>>