Searched refs:update (Results 1 - 25 of 97) sorted by last modified time

1234

/haiku/src/apps/charactermap/
H A DCharacterView.cpp437 BMessage update(fTargetCommand);
438 update.AddInt32("character", character);
439 fTarget.SendMessage(&update);
/haiku/src/servers/app/
H A DServerApp.cpp1566 BMessage update(_SHOW_DRAG_HANDLES_);
1567 update.AddBool("show", show);
1569 SendMessageToClient(&update);
1798 // TODO: Should we also update our internal copies now?
H A DDesktop.cpp321 // update our click count management attributes
332 // update the message's "clicks" field, if necessary
1026 // either update the workspaces window, or switch to
1027 // the last available workspace - which will update
1566 // Track the region that was drawn in previous update sessions, so we can compute the newly
1567 // exposed areas by excluding this from the update region.
2214 // look for desktop background view, and update its background color
2236 // update workspaces view as well
3041 The only place where you don't want to update floating windows is
3216 // no need to update the
[all...]
/haiku/src/apps/installer/
H A DInstallerWindow.cpp73 virtual void Draw(BRect update);
109 LogoView::Draw(BRect update) argument
566 // we need to update the guidance message, unless install
/haiku/src/apps/diskprobe/
H A DProbeView.cpp660 BMessage update(kMsgPositionUpdate);
661 update.AddInt64("position", fPosition);
662 Messenger().SendMessage(&update);
707 // update position text control
735 // update views
790 // update views
804 // update views
880 It will listen to the offset changes of the editor, let him update its
1516 // update menu items
1824 // update th
[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);
H A DDataEditor.cpp161 BMessage update; local
163 update.AddBool("can_redo", fEditor.CanRedo());
165 update.AddBool("can_undo", fEditor.CanUndo());
167 update.AddBool("modified", fEditor.IsModified());
169 // only send an update if we have to report anything
170 if (!update.IsEmpty())
171 fEditor.SendNotices(kMsgDataEditorStateChange, &update);
552 // update state observers
558 // update observers
743 // update stat
874 BMessage update; local
921 BMessage update; local
948 BMessage update; local
1037 BMessage update; local
1045 BMessage update; local
1215 BMessage update; local
[all...]
/haiku/src/apps/activitymonitor/
H A DSettingsWindow.cpp130 BMessage update(kMsgTimeIntervalUpdated);
131 update.AddInt64("interval", kUpdateIntervals[level] * 1000LL);
133 fTarget.SendMessage(&update);
/haiku/src/add-ons/kernel/bluetooth/btCoreData/
H A DConnectionInterface.cpp70 goto update;
80 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...]
H A DOutlineListView.cpp680 // update selection hints
689 BRect update(top.left, top.top, bottom.right, bottom.bottom);
690 Invalidate(update);
/haiku/src/apps/webpositive/
H A DURLInputGroup.cpp160 void SetUpdateAutoCompleterChoices(bool update);
340 URLInputGroup::URLTextView::SetUpdateAutoCompleterChoices(bool update) argument
342 fUpdateAutoCompleterChoices = update;
/haiku/src/apps/deskbar/
H A DSwitcher.cpp145 virtual void Draw(BRect update);
185 void DrawTeams(BRect update);
208 virtual void Draw(BRect update);
1328 TBox::Draw(BRect update) argument
1333 BBox::Draw(update);
2090 TIconView::DrawTeams(BRect update) argument
2103 FillRect(update);
2114 if (rect.Intersects(update) && group != NULL) {
2128 TIconView::Draw(BRect update) argument
2130 DrawTeams(update);
2282 Draw(BRect update) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwm.c3454 printf("%s: failed to update MAC\n", DEVNAME(sc));
3529 printf("%s: failed to update PHY\n", DEVNAME(sc));
3655 printf("%s: could not update sta (error %d)\n",
5117 /* either way, update our tracking state */
5133 /* update state */
5512 * If RA has chosen a new TX rate we must update
7246 iwm_add_sta_cmd(struct iwm_softc *sc, struct iwm_node *in, int update) argument
7256 if (!update && (sc->sc_flags & IWM_FLAG_STA_ACTIVE))
7291 if (!update) {
7299 add_sta_cmd.add_modify = update
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwx.c3570 printf("%s: failed to update MAC\n", DEVNAME(sc));
3615 printf("%s: failed to update PHY\n", DEVNAME(sc));
4907 /* either way, update our tracking state */
4923 /* update state */
6470 printf("%s: could not update sta (error %d)\n",
6637 iwx_add_sta_cmd(struct iwx_softc *sc, struct iwx_node *in, int update) argument
6646 if (!update && (sc->sc_flags & IWX_FLAG_STA_ACTIVE))
6660 if (!update) {
6668 add_sta_cmd.add_modify = update ? 1 : 0;
8087 printf("%s: could not update PH
[all...]
/haiku/src/preferences/filetypes/
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/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"));
/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/apps/haikudepot/build/scripts/
H A Dhdsjsonschemacommon.py40 d.update(d2)
/haiku/src/apps/people/
H A DPersonView.h56 void SetAttribute(const char* attribute, bool update);
58 const char* value, bool update);
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/mail/
H A DMailWindow.cpp1558 BMessage update(FIELD_CHANGED);
1559 update.AddInt32("bitmask", 0);
1561 PostMessage(&update);
/haiku/
H A Dconfigure16 --update Re-runs last configure invocation [must be given
541 # check for update request
542 if [ "$1" = "--update" ]; then
544 echo $0 --update: \'$buildConfigFile\' not found - updating not possible.
553 echo "$0 --update: The previous configure invocation was not properly" \
/haiku/src/system/kernel/arch/x86/
H A Darch_cpu.cpp1016 dprintf("find_microcode_intel update is too small for header\n");
1030 dprintf("find_microcode_intel update is too small for data\n");
1035 // prepare the next update
1043 // 9.11.6 The microcode update data requires a 16-byte boundary
1093 struct intel_microcode_header* update = (struct intel_microcode_header*)sLoadedUcodeUpdate;
1094 if (update == NULL) {
1095 update = find_microcode_intel((addr_t)sUcodeData, sUcodeDataSize,
1098 if (update == NULL) {
1099 dprintf("CPU %d: no update found\n", currentCPU);
1100 } else if (update
[all...]
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DAudioMixer.cpp958 // AudioMixer::PrepareToConnect() and we need to update it.
1457 bool update = false; local
1473 update = true;
1479 update = true;
1485 update = true;
1493 update = true; // XXX should use BroadcastChangedParameter()
1688 // We trigger a complete ParameterWeb update as workaround
1690 update = true;
1699 if (update)

Completed in 391 milliseconds

1234