Searched refs:active (Results 101 - 125 of 248) sorted by relevance

12345678910

/haiku/headers/os/interface/
H A DTextControl.h66 virtual void WindowActivated(bool active);
H A DScrollView.h51 virtual void WindowActivated(bool active);
H A DMenuField.h50 virtual void WindowActivated(bool active);
/haiku/headers/private/interface/
H A DAbstractSpinner.h69 virtual void WindowActivated(bool active);
/haiku/src/servers/input/
H A DInputServerMethod.cpp65 BInputServerMethod::MethodActivated(bool active) argument
/haiku/src/preferences/backgrounds/
H A DBackgroundsView.h114 bool active);
/haiku/src/apps/mail/
H A DAddressTextControl.cpp653 AddressTextControl::WindowActivated(bool active) argument
655 BControl::WindowActivated(active);
656 if (fWindowActive != active) {
657 fWindowActive = active;
/haiku/src/preferences/keymap/
H A DKeyboardLayoutView.h55 virtual void WindowActivated(bool active);
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_api.c1184 * @active: boolean used to enable/disable lplu
1189 * and SmartSpeed is disabled when active is true, else clear lplu for D0
1195 s32 e1000_set_d0_lplu_state(struct e1000_hw *hw, bool active) argument
1198 return hw->phy.ops.set_d0_lplu_state(hw, active);
1206 * @active: boolean used to enable/disable lplu
1211 * and SmartSpeed is disabled when active is true, else clear lplu for D3
1217 s32 e1000_set_d3_lplu_state(struct e1000_hw *hw, bool active) argument
1220 return hw->phy.ops.set_d3_lplu_state(hw, active);
/haiku/src/apps/mediaplayer/
H A DMainWin.h44 virtual void WindowActivated(bool active);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.h65 virtual void WindowActivated(bool active);
/haiku/src/apps/haikudepot/server/
H A DWebAppInterface.h95 int rating, bool active,
/haiku/src/kits/interface/
H A DPictureButton.cpp178 BPictureButton::WindowActivated(bool active) argument
180 BControl::WindowActivated(active);
/haiku/src/kits/package/
H A DPackageRoster.cpp257 const BPackageInfo info, bool* active)
271 *active = true;
256 IsPackageActive(BPackageInstallationLocation location, const BPackageInfo info, bool* active) argument
/haiku/src/apps/diskprobe/
H A DDataView.cpp906 DataView::SetActive(bool active) argument
908 if (active == fIsActive)
911 fIsActive = active;
915 if (IsFocus() && active) {
926 DataView::WindowActivated(bool active) argument
928 BView::WindowActivated(active);
929 SetActive(active);
/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A Dwrite_support.cpp1285 bool active = get_driver_boolean_parameter(handle, "active", false, true);
1289 if (primary->Active() == active) {
1296 // set the active flags to false for other partitions
1297 if (active) {
1305 primary->SetActive(active);
1452 bool active = get_driver_boolean_parameter(handle, "active", false, true);
1455 // set the active flags to false
1456 if (active) {
[all...]
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_qpair.c316 tr->active = false;
348 * Set the tracker active and copy its command
357 qpair->tr[tr->cid].active = true;
377 qpair->tr[cpl->cid].active = false;
389 qpair->tr[cpl->cid].active = false;
1134 if (tr->active) {
/haiku/src/kits/game/
H A DWindowScreen.cpp242 BWindowScreen::ScreenConnected(bool active) argument
263 BWindowScreen::WindowActivated(bool active) argument
266 fWindowState = active;
267 if (active && fLockState == 0 && fWorkState)
328 // If we aren't active, we just change our local palette
527 BWindowScreen::SuspensionHook(bool active) argument
/haiku/src/apps/terminal/
H A DTermViewStates.cpp134 TermView::State::WindowActivated(bool active) argument
469 TermView::DefaultState::WindowActivated(bool active) argument
471 if (active)
778 TermView::HyperLinkState::WindowActivated(bool active) argument
780 if (!active)
/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dbes.c30 /* abort if overlay is not active */
31 if (!si->overlay.active) return;
310 /* select buffer 0 as active (b16) */
330 /* select buffer 1 as active (b16) */
703 /* select buffer 0 as active (b16) */
738 /* select buffer 1 as active (b16) */
846 si->overlay.active = true;
865 si->overlay.active = false;
/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_bes.c31 /* abort if overlay is not active */
32 if (!si->overlay.active) return;
640 /* Tell BES when to copy the new register values to the actual active registers.
775 si->overlay.active = true;
786 si->overlay.active = false;
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_bes.c30 /* abort if overlay is not active */
31 if (!si->overlay.active) return;
310 /* select buffer 0 as active (b16) */
330 /* select buffer 1 as active (b16) */
706 /* select buffer 0 as active (b16) */
743 /* select buffer 1 as active (b16) */
854 si->overlay.active = true;
873 si->overlay.active = false;
/haiku/src/add-ons/accelerants/via/engine/
H A Dbes.c105 /* abort if overlay is not active */
106 if (!si->overlay.active) return;
1075 si->overlay.active = true;
1102 si->overlay.active = false;
/haiku/src/add-ons/accelerants/neomagic/engine/
H A Dnm_bes.c19 /* abort if overlay is not active */
20 if (!si->overlay.active) return;
686 si->overlay.active = true;
708 si->overlay.active = false;
/haiku/src/apps/autoraise/
H A DAutoRaiseIcon.cpp63 BMenuItem *active = new BMenuItem(B_TRANSLATE("Active"), local
65 active->SetMarked(s->Active());
66 AddItem(active);
273 puts("ERROR loading active icon");

Completed in 146 milliseconds

12345678910