Searched refs:changed (Results 26 - 36 of 36) sorted by relevance

12

/haiku/src/servers/app/
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 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)
/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCPagingMethod460.cpp310 entry->changed = false;
/haiku/src/system/kernel/arch/ppc/paging/classic/
H A DPPCPagingMethodClassic.cpp310 entry->changed = false;
/haiku/src/preferences/screen/
H A DScreenWindow.cpp725 bool changed = false; local
732 changed = true;
757 changed = true;
760 if (changed) {
/haiku/src/libs/compat/freebsd_wlan/net80211/
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/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/apps/mail/
H A DPrefs.cpp515 bool changed = old_size != new_size local
530 fRevert->SetEnabled(changed);
/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/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...]
/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) {

Completed in 807 milliseconds

12