Searched refs:what (Results 451 - 475 of 1021) sorted by relevance

<<11121314151617181920>>

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DBreakpointsView.cpp93 switch (message->what) {
97 _HandleBreakpointAction(message->what);
/haiku/src/servers/app/
H A DEventStream.cpp133 if (event->what == B_MOUSE_MOVED)
148 if (event->what == B_MOUSE_MOVED)
/haiku/src/add-ons/media/media-add-ons/demultiplexer/
H A DMediaDemultiplexerNode.cpp607 const media_source & what,
617 if (itr->output.source == what) {
684 // XXX: what do I set the buffer duration to?
728 const media_source & what,
735 if (itr->output.source == what) {
767 const media_source & what,
774 if (itr->output.source == what) {
808 const media_source & what,
816 if (itr->output.source == what) {
953 /* override only if you know what yo
606 PrepareToConnect( const media_source & what, const media_destination & where, media_format * format, media_source * out_source, char * out_name) argument
727 Disconnect( const media_source & what, const media_destination & where) argument
766 LateNoticeReceived( const media_source & what, bigtime_t how_much, bigtime_t performance_time) argument
807 EnableOutput( const media_source & what, bool enabled, int32 * _deprecated_) argument
[all...]
/haiku/src/preferences/time/
H A DDateTimeView.cpp85 switch (message->what) {
106 msg.what = H_USER_CHANGE;
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsWindow.cpp107 switch (message->what) {
149 if (message->what == B_CANCEL)
/haiku/src/kits/interface/
H A DWindow.cpp727 if (message->what == B_KEY_DOWN)
730 if (message->what == (int32)kMsgAppServerRestarted) {
787 int32 what; local
791 if (message->GetCurrentSpecifier(&index, &specifier, &what, &prop) != B_OK)
795 switch (propertyInfo.FindMatch(message, index, &specifier, what, prop)) {
797 if (message->what == B_GET_PROPERTY) {
800 } else if (message->what == B_SET_PROPERTY) {
809 if (message->what == B_GET_PROPERTY) {
821 if (message->what == B_GET_PROPERTY) {
833 if (message->what
2685 ResolveSpecifier(BMessage* message, int32 index, BMessage* specifier, int32 what, const char* property) argument
[all...]
H A DPrintJob.cpp120 PrintServerMessenger(uint32 what, BMessage* input);
725 PrintServerMessenger::PrintServerMessenger(uint32 what, BMessage *input) argument
727 fWhat(what),
827 fRequest->what = fWhat;
873 || reply.what != 'okok' ) {
H A DChannelSlider.cpp181 if (message->what == B_COLORS_UPDATED
196 switch (message->what) {
202 int32 what = 0; local
206 &what, &property);
209 && propInfo.FindMatch(message, index, &specifier, what,
212 if (message->what == B_SET_PROPERTY) {
218 } else if (message->what == B_GET_PROPERTY)
H A DTextControl.cpp473 if (message->what == B_COLORS_UPDATED) {
483 if (message->what == B_GET_PROPERTY || message->what == B_SET_PROPERTY) {
493 if (message->what == B_GET_PROPERTY) {
778 BMessage* specifier, int32 what, const char* property)
782 if (propInfo.FindMatch(message, 0, specifier, what, property) >= B_OK)
785 return BControl::ResolveSpecifier(message, index, specifier, what,
777 ResolveSpecifier(BMessage* message, int32 index, BMessage* specifier, int32 what, const char* property) argument
/haiku/src/servers/index/
H A DCatchUpManager.cpp41 switch (message->what) {
155 switch (message->what) {
/haiku/src/bin/debug/strace/
H A Dstrace.cpp591 const char *what = NULL; local
595 // next arg is what
596 what = argv[++argi];
600 if (strcasecmp(what, "strings") == 0)
602 else if (strcasecmp(what, "enums") == 0)
604 else if (strcasecmp(what, "simple") == 0)
606 else if (strcasecmp(what, "complex") == 0)
608 else if (strcasecmp(what, "pointer_values") == 0)
612 kCommandName, what);
/haiku/src/apps/haikudepot/ui/
H A DScreenshotWindow.cpp31 // Drawn as a border around the screenshots and also what's behind their
110 if (fOnCloseTarget.IsValid() && fOnCloseMessage.what != 0)
121 switch (message->what) {
/haiku/src/kits/tracker/
H A DFindPanel.h213 const BMessenger* target, uint32 what);
329 const BMessenger* target, uint32 what);
H A DSettingsViews.cpp65 send_bool_notices(uint32 what, const char* name, bool value) argument
73 tracker->SendNotices(what, &message);
223 switch (message->what) {
501 switch (message->what) {
854 switch (message->what) {
/haiku/src/apps/sudoku/
H A DSudokuWindow.cpp444 switch (message->what) {
528 uint32 flag = message->what == kMsgMarkInvalid
569 int32 what; local
570 if (message->FindInt32(B_OBSERVE_WHAT_CHANGE, &what) != B_OK)
573 if (what == kUndoRedoChanged) {
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DCommandActuators.cpp33 #define IS_KEY_DOWN(msg) ((msg->what == B_KEY_DOWN) \
34 || (msg->what == B_UNMAPPED_KEY_DOWN))
267 fakeMouse->what = mouseDown ? B_MOUSE_DOWN : B_MOUSE_UP;
936 temp.what = B_KEY_DOWN;
938 temp.what = B_KEY_UP;
1486 // Parse the what code. It may be in any of the following formats:
1499 fSendMessage.what = 0;
1502 fSendMessage.what += ((uint32)(whatStr[4 - i]))* mult;
1507 fSendMessage.what = strtoul(&whatStr[2], NULL, 16);
1509 fSendMessage.what
[all...]
/haiku/src/apps/icon-o-matic/
H A DMainWindow.cpp175 switch (message->what) {
216 switch (message->what) {
241 message->what = B_REFS_RECEIVED;
285 if (archive.what == PathListView::kSelectionArchiveCode)
287 if (archive.what == ShapeListView::kSelectionArchiveCode)
289 if (archive.what == StyleListView::kSelectionArchiveCode)
291 if (archive.what == TransformerListView::kSelectionArchiveCode)
325 if (message->what == MSG_SAVE)
372 bool isExportMode = message->what == MSG_EXPORT_AS
373 || message->what
[all...]
/haiku/src/apps/mail/
H A DPrefs.cpp298 switch (msg->what) {
335 message.what = M_FONT;
425 message.what = M_FONT;
439 message.what = M_FONT;
761 TPrefsWindow::_BuildBoolMenu(uint32 what, const char* boolItem, bool isTrue) argument
768 msg = new BMessage(what);
774 msg = new BMessage(what);
H A DSignature.cpp169 switch (msg->what) {
470 switch (msg->what) {
557 switch (msg->what) {
/haiku/src/apps/cortex/Persistence/Wrappers/
H A DMessageIO.cpp133 if(m_message->what)
134 context.writeAttr("what", m_message->what);
237 if(!strcmp(key, "what"))
238 m_message->what = atol(value);
/haiku/src/apps/soundrecorder/
H A DTransportButton.cpp177 && (message->what == B_KEY_DOWN || message->what == B_KEY_UP)) {
194 if (message->what == B_KEY_DOWN)
/haiku/src/tests/servers/app/look_and_feel/
H A DLookAndFeel.cpp230 switch (message->what) {
292 if (message->what == kMsgAddSubsetWindow) {
335 message->what = kMsgAddSubsetWindow;
/haiku/src/preferences/mail/
H A DFilterConfigView.cpp144 switch (msg->what) {
160 BMessage msg(fItemMovedMessage->what);
384 switch (msg->what) {
/haiku/src/servers/print/
H A DConfigWindow.cpp270 switch (m->what) {
353 const char* picture, uint32 what)
371 button = new BButton(name, new BMessage(what));
352 AddPictureButton(BView* panel, const char* name, const char* picture, uint32 what) argument
/haiku/src/add-ons/input_server/devices/tablet/
H A DTabletInputDevice.cpp117 BMessage* _BuildMouseMessage(uint32 what,
426 TabletDevice::_BuildMouseMessage(uint32 what, uint64 when, uint32 buttons, argument
429 BMessage* message = new BMessage(what);

Completed in 198 milliseconds

<<11121314151617181920>>