Searched refs:update (Results 26 - 50 of 97) sorted by relevance

1234

/haiku/src/add-ons/translators/raw/
H A DRAWTranslator.cpp190 BMessage update(data.message);
191 update.AddString("message", message);
192 update.AddFloat("percent", percentage);
193 update.AddInt64("time", system_time());
195 data.monitor.SendMessage(&update);
/haiku/src/apps/icon-o-matic/gui/
H A DGradientControl.cpp179 bool update = false; local
188 update = true;
193 update = true;
195 if (update) {
216 bool update = false; local
224 update = fGradient->RemoveColor(fCurrentStepIndex);
225 if (update) {
257 update = fGradient->SetOffset(fCurrentStepIndex,
289 if (update)
/haiku/src/kits/interface/
H A DStatusBar.cpp299 // update labels
536 // update only the part of the status bar with actual changes
537 BRect update = barFrame;
539 update.left = floorf(max_c(oldPosition - 1, update.left));
540 update.right = ceilf(newPosition);
542 update.left = floorf(max_c(newPosition - 1, update.left));
543 update.right = ceilf(oldPosition);
547 update
[all...]
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_power.c484 int update; local
486 update = 0;
490 update = 1;
496 if (update)
501 update = 1;
510 if (update) {
/haiku/src/tests/kits/interface/
H A DToolTipTest.cpp62 BMessage update('updt');
63 fRunner = new BMessageRunner(this, &update, 100000);
/haiku/src/kits/translation/
H A DTranslatorRosterPrivate.h76 int32& count, BMessage* update = NULL);
109 void _NotifyListeners(BMessage& update) const;
H A DTranslatorRoster.cpp561 int32& count, BMessage* update)
604 if (update)
605 update->AddInt32("translator_id", translator->fID);
643 if (update)
644 update->AddInt32("translator_id", translator->fID);
1090 BMessage update(B_TRANSLATOR_REMOVED);
1101 update.AddInt32("translator_id", iterator->first);
1109 _NotifyListeners(update);
1146 BMessage update(B_TRANSLATOR_ADDED);
1148 CreateTranslators(ref, count, &update);
560 CreateTranslators(const entry_ref& ref, int32& count, BMessage* update) argument
[all...]
/haiku/src/apps/deskbar/
H A DTimeView.h92 void Draw(BRect update);
/haiku/src/apps/people/
H A DPersonView.cpp353 PersonView::SetAttribute(const char* attribute, bool update) argument
367 SetAttribute(attribute, value, update);
376 bool update)
394 if (update) {
375 SetAttribute(const char* attribute, const char* value, bool update) argument
/haiku/src/apps/installer/
H A DPackageViews.cpp153 PackageCheckBox::Draw(BRect update) argument
155 BCheckBox::Draw(update);
163 be_control_look->DrawLabel(this, string, NULL, sizeRect, update,
264 // Force scrollbars to update
/haiku/src/servers/app/
H A DEventStream.cpp118 BMessage update(IS_SCREEN_BOUNDS_UPDATED);
119 update.AddRect("screen_bounds", bounds);
121 fInputServer.SendMessage(&update);
/haiku/src/servers/net/
H A DServices.cpp56 uint32 update; member in struct:service
245 service.update = fUpdate;
282 service.update = fUpdate;
400 iterator->second->update = fUpdate;
404 // stop all services that are not part of the update message
411 if (service->update != fUpdate) {
/haiku/src/bin/makebootable/platform/bios_ia32/
H A Dmakebootable.cpp648 // This partition is mounted, we need to tell BFS to update its
653 update_boot_block update; local
654 update.offset = kSecondBootCodePartOffset - 512;
655 update.data = bootCodeData + kSecondBootCodePartOffset;
656 update.length = kSecondBootCodePartSize;
659 if (ioctl(mountFD, BFS_IOCTL_UPDATE_BOOT_BLOCK, &update,
661 fprintf(stderr, "Could not update BFS boot block: %s\n",
666 fprintf(stderr, "Could not update BFS boot code while the "
/haiku/src/preferences/filetypes/
H A DFileTypesWindow.cpp623 // update settings
624 BMessage update(kMsgSettingsChanged);
625 update.AddBool("show_icons", item->IsMarked());
626 be_app_messenger.SendMessage(&update);
639 // update settings
640 BMessage update(kMsgSettingsChanged);
641 update.AddBool("show_rule", item->IsMarked());
642 be_app_messenger.SendMessage(&update);
975 BMessage update(kMsgSettingsChanged);
976 update
[all...]
H A DFileTypes.cpp477 BMessage update(kMsgSettingsChanged);
478 update.AddRect("app_type_next_frame", lastFrame);
479 fSettings.UpdateFrom(&update);
H A DApplicationTypesWindow.cpp425 // update version information
574 BMessage update(kMsgSettingsChanged);
575 update.AddRect("app_types_frame", Frame());
576 be_app_messenger.SendMessage(&update);
/haiku/src/tests/servers/app/newerClipping/
H A DDesktop.cpp208 BRegion update = *clipping; local
209 update.Exclude(&fMasterClipping);
221 update.Exclude(&fBackgroundRegion);
222 MarkDirty(&update);
/haiku/src/apps/diskprobe/
H A DDataView.cpp195 BMessage update; local
196 update.AddInt64("start", fStart);
197 update.AddInt64("end", fEnd);
198 SendNotices(kDataViewSelection, &update);
727 // nothing has changed, no need to update
733 BMessage update; local
734 update.AddInt64("position", start);
735 SendNotices(kDataViewCursorPosition, &update);
738 BMessage update; local
739 update
[all...]
H A DFindWindow.cpp609 // update the application's settings
610 BMessage update(kMsgSettingsChanged);
611 update.AddBool("case_sensitive", fCaseCheckBox->Value() != 0);
612 update.AddInt8("find_mode", fTextView->Mode());
613 be_app_messenger.SendMessage(&update);
/haiku/src/kits/storage/disk_device/
H A DDiskDevice.cpp113 \param update If \c true, Update() is invoked after successful ejection.
121 BDiskDevice::Eject(bool update) argument
141 if (status == B_OK && update)
167 \return \c B_OK, if the update went fine, another error code otherwise.
516 // update existing partitions and add new ones
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpivar.h80 int update:1; member in struct:wpi_tx_ring
94 int update; member in struct:wpi_rx_ring
/haiku/src/add-ons/kernel/bluetooth/btCoreData/
H A DConnectionInterface.cpp70 goto update;
80 update:
/haiku/headers/os/interface/
H A DChannelSlider.h104 void _FinishChange(bool update = false);
H A DColorControl.h99 void _DrawColorArea(BView* target, BRect update);
/haiku/src/kits/tracker/
H A DDeskWindow.cpp263 BDeskWindow::InitAddOnsList(bool update) argument
267 if (update) {
288 BDeskWindow::ApplyShortcutPreferences(bool update) argument
292 if (!update) {
646 PRINT(("will update addon shortcuts\n"));

Completed in 139 milliseconds

1234