Searched refs:changed (Results 1 - 25 of 36) sorted by last modified time

12

/haiku/src/preferences/screen/
H A DScreenWindow.cpp725 bool changed = false; local
732 changed = true;
757 changed = true;
760 if (changed) {
/haiku/src/servers/app/
H A DServerApp.cpp341 // value everytime a window has closed or changed workspaces
371 // value everytime a window has closed or changed workspaces
1543 bool changed = false; local
1549 changed = true;
1553 if (changed)
H A DDesktop.cpp288 // click count when modifiers or pressed buttons have changed
317 // If the click target changed, always reset the click count.
760 // Check if the mode has actually changed
1270 // (the code below would have to be changed then, though)
1392 // Remove the focus lock so the focus can be changed below
1638 bool changed = window->SetTabLocation(location, isShifting, dirty); local
1639 if (changed)
1644 return changed;
1654 bool changed = window->SetDecoratorSettings(settings, dirty); local
1656 if (changed || listenerChange
1848 bool changed = false; local
[all...]
H A DDesktopSettings.cpp668 bool* changed)
674 if (changed != NULL)
675 *changed = fShared.colors[index] != color;
688 DesktopSettingsPrivate::SetUIColors(const BMessage& colors, bool* changed) argument
706 if (changed != NULL)
707 changed[index] = false;
713 if (changed != NULL)
714 changed[index] = fShared.colors[colorIndex] != color;
1064 LockedDesktopSettings::SetUIColors(const BMessage& colors, bool* changed) argument
1066 fSettings->SetUIColors(colors, &changed[
667 SetUIColor(color_which which, const rgb_color color, bool* changed) argument
[all...]
H A DDesktopSettingsPrivate.h79 bool* changed = NULL);
81 bool* changed = NULL);
82 // changed must be boolean array equal in
H A DDesktopSettings.h106 bool* changed = NULL);
/haiku/src/kits/tracker/
H A DWidgetAttributeText.cpp1146 // false, even if the attribute text hasn't changed
1147 bool changed = fValue.int64t != tmpValue.int64t local
1149 if (changed)
/haiku/src/kits/interface/
H A DListView.cpp702 // bail out if selection hasn't changed
773 // redraw items whose selection has changed
1704 case the selection was changed because of this method.
1718 bool changed = false;
1721 changed = _DeselectAll(index, index);
1729 return changed;
1753 case the selection was changed because of this method.
1766 bool changed = false;
1769 changed = _DeselectAll(from, to);
1787 changed
[all...]
/haiku/src/apps/glteapot/
H A DObjectView.cpp681 bool changed = false; local
688 changed = true;
699 changed = true;
710 changed = true;
721 changed = true;
733 changed = true;
751 changed = true;
754 changed = changed || RepositionView();
755 changed
[all...]
H A DGLObject.cpp90 changed(false),
145 changed = true;
161 bool c = changed;
185 changed = true;
207 changed = false;
/haiku/src/apps/mail/
H A DPrefs.cpp515 bool changed = old_size != new_size local
530 fRevert->SetEnabled(changed);
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dattrib.c2606 * can have changed. It has been set according to
2645 * changed to BAAD but no error is returned, i.e. it is possible that any of
4821 /* If the actual attribute length has changed, move things around. */
5289 * size cannot be changed.
5940 BOOL changed; local
5968 changed = sparse > 0;
5976 changed = (((na->data_size - 1)
5980 if (changed) {
/haiku/src/add-ons/input_server/devices/keyboard/
H A DTeamMonitorWindow.cpp510 bool changed = false; local
540 changed = true;
554 changed = true;
558 if (changed)
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8812a/
H A Dr12a_caps.c75 int changed, rxmask; local
80 changed = 0;
84 changed = 1;
89 changed = 1;
91 if (changed) {
/haiku/src/servers/registrar/
H A DAuthenticationManager.cpp216 if (message.FindInt32("last changed", &intValue) == B_OK)
290 || (error = message.AddInt32("last changed", fLastChanged)) != B_OK
622 bool changed = false; local
626 changed |= group->MemberRemoved(user);
628 return changed;
/haiku/src/preferences/mail/
H A DAutoConfigView.cpp471 bool changed = _HasMarkedChanged(fInboundAuthMenu, fInboundAuthItemStart) local
476 if (changed) {
/haiku/src/system/kernel/arch/ppc/paging/classic/
H A DPPCVMTranslationMapClassic.cpp672 bool modified = entry->changed;
996 *_outFlags |= entry->changed ? PAGE_MODIFIED : 0;
1179 if (flags & PAGE_MODIFIED && entry->changed) {
1180 entry->changed = false;
1320 // something changed -- check again
/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCVMTranslationMap460.cpp672 bool modified = entry->changed;
996 *_outFlags |= entry->changed ? PAGE_MODIFIED : 0;
1179 if (flags & PAGE_MODIFIED && entry->changed) {
1180 entry->changed = false;
1320 // something changed -- check again
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_power.c292 int changed; local
303 changed = (set != (isset(vap->iv_tim_bitmap, aid) != 0));
304 if (changed) {
317 return changed;
323 * is changed, if necessary.
H A Dieee80211_ioctl.c2258 int changed, error, mode, is11n, nmodes; local
2272 changed = 0;
2275 /* validate parameters and check if anything changed */
2292 changed++;
2295 changed++;
2297 if (changed) {
2325 int error, mode, changed, is11n, nmodes; local
2334 changed = 0;
2335 /* validate parameters and check if anything changed */
2349 changed
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c3741 * XXX sc_updateslot isn't changed behind a lock?
5215 * Set/change channels. If the channel is really being changed,
5952 /* NB: collect bss node again, it may have changed */
6695 * changed.
6736 int changed = 0; local
6784 changed = avp->av_set_tim(ni, enable);
6795 changed = avp->av_set_tim(ni, enable);
6808 changed = avp->av_set_tim(ni, enable);
6822 changed = 0;
6825 return (changed);
[all...]
H A Dif_ath_tdma.h53 const struct ieee80211_tdma_param *tdma, int changed);
H A Dif_ath_tdma.c357 const struct ieee80211_tdma_param *tdma, int changed)
378 if (changed != 0) {
382 if (changed & TDMA_UPDATE_SLOTLEN)
356 ath_tdma_update(struct ieee80211_node *ni, const struct ieee80211_tdma_param *tdma, int changed) argument
/haiku/src/libs/bsd/
H A Dgetpass.c22 bool changed = false; local
30 changed = tcsetattr(fileno(stdin), TCSAFLUSH, &noEchoTermios) == 0;
44 if (changed) {
51 if (changed)
/haiku/src/bin/
H A Dlistfont.cpp86 bool changed = update_font_families(true); local
87 printf("font families %s.\n", changed ? "changed" : "did not change");

Completed in 178 milliseconds

12