Searched refs:FindInt32 (Results 501 - 525 of 570) sorted by relevance

<<212223

/haiku/src/preferences/backgrounds/
H A DBackgroundsView.cpp701 && reply.FindInt32("error", &error) == B_OK
709 && reply.FindInt32("error", &error) == B_OK
1026 if (message->FindInt32("placement", &placement) == B_OK) {
/haiku/src/apps/magnify/
H A DMagnify.cpp436 result = m->FindInt32("data", &zoom);
1434 currentMsg->FindInt32("buttons", (int32 *)&buttons);
1437 currentMsg->FindInt32("modifiers", (int32 *)&modifiers);
/haiku/src/tests/kits/app/bmessage/
H A DMessageSpeedTest.cpp90 message.FindInt32(string, &res); \
/haiku/src/kits/storage/disk_device/
H A DDiskDeviceRoster.cpp729 error = reply.FindInt32("result", &result);
/haiku/src/kits/interface/
H A DPicture.cpp160 if (data->FindInt32("_ver", &version) != B_OK)
H A DBox.cpp666 else if (archive->FindInt32("_style", &style) == B_OK)
H A DAlert.cpp330 if (msg->FindInt32("which", &which) == B_OK) {
H A DStatusBar.cpp74 if (archive->FindInt32("_bcolor", (int32 *)&color) == B_OK) {
/haiku/src/preferences/repositories/
H A DRepositoriesView.cpp406 status_t result = message->FindInt32(key_ID, &timerID);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp1011 if (message->FindInt32("modifiers", &modifiers) != B_OK)
1013 if (message->FindInt32("buttons", &buttons) != B_OK)
1336 if (Looper()->CurrentMessage()->FindInt32("buttons", &buttons) != B_OK)
2095 if (message->FindInt32("line", &line) != B_OK)
/haiku/src/kits/app/
H A DHandler.cpp207 || message->FindInt32(B_OBSERVE_WHAT_CHANGE, (int32*)&what)
/haiku/src/apps/people/
H A DPictureView.cpp337 buttons = Window()->CurrentMessage()->FindInt32("buttons");
/haiku/src/apps/mail/
H A DAddressTextControl.cpp713 if (message->FindInt32("buttons", &buttons) != B_OK)
H A DContent.cpp897 mods = msg->FindInt32("modifiers");
1220 if (msg->FindInt32("opcode", &opcode) == B_NO_ERROR) {
1222 if (msg->FindInt32("device", &device) < B_OK)
1372 if (msg->FindInt32("be:opcode", &im_op) == B_OK) {
1544 Window()->CurrentMessage()->FindInt32("buttons",
/haiku/src/apps/packageinstaller/
H A DPackageView.cpp174 if (message->FindInt32("index", &index) == B_OK)
/haiku/src/add-ons/input_server/devices/virtio/
H A DVirtioInputDevice.cpp497 h->fRepeatMsg.FindInt32("be:key_repeat", &count);
/haiku/src/servers/app/drawing/interface/virtual/
H A DViewHWInterface.cpp299 if (message->FindInt32("be:transit", &transit) == B_OK
/haiku/src/add-ons/input_server/devices/mouse/
H A DMouseInputDevice.cpp802 if (message->FindInt32("opcode", &opcode) != B_OK
/haiku/src/kits/network/libnetservices/
H A DNetworkCookie.cpp82 } else if (archive->FindInt32(kArchivedCookieExpirationDate, &expiration)
/haiku/src/add-ons/translators/tiff/
H A DTIFFTranslator.cpp212 if (ioExtension->FindInt32(DOCUMENT_INDEX, &documentIndex) != B_OK)
/haiku/src/apps/icon-o-matic/
H A DCanvasView.cpp116 if (Window()->CurrentMessage()->FindInt32("buttons", &buttons) < B_OK)
/haiku/src/apps/debugger/
H A DDebugger.cpp409 if (message->FindInt32("team", &teamID) != B_OK)
/haiku/src/kits/tracker/
H A DSettingsViews.cpp866 fCurrentColor = message->FindInt32("index");
/haiku/src/apps/icon-o-matic/gui/
H A DGradientControl.cpp93 if (Window()->CurrentMessage()->FindInt32("clicks", &clicks) >= B_OK && clicks >= 2) {
/haiku/src/servers/notification/
H A DNotificationView.cpp348 Window()->CurrentMessage()->FindInt32("buttons", &buttons);

Completed in 144 milliseconds

<<212223