Searched refs:active (Results 1 - 25 of 248) sorted by path

12345678910

/haiku/docs/interface_guidelines/docbook-css/
H A Dmozilla.css24 ulink:active {
/haiku/headers/os/add-ons/input_server/
H A DInputServerMethod.h24 virtual status_t MethodActivated(bool active);
/haiku/headers/os/app/
H A DApplication.h56 virtual void AppActivated(bool active);
/haiku/headers/os/drivers/
H A DUSB2.h66 usb_interface_info *active; /* currently active alternate */ member in struct:usb_interface_list
/haiku/headers/os/interface/
H A DBox.h53 virtual void WindowActivated(bool active);
H A DButton.h57 virtual void WindowActivated(bool active);
H A DCheckBox.h39 virtual void WindowActivated(bool active);
H A DControl.h40 virtual void WindowActivated(bool active);
H A DRadioButton.h42 virtual void WindowActivated(bool active);
H A DTextControl.h66 virtual void WindowActivated(bool active);
/haiku/headers/private/graphics/matrox/
H A DDriverInterface.h263 bool active; /* true is overlay currently in use */ member in struct:__anon785::__anon790
/haiku/headers/private/graphics/neomagic/
H A DDriverInterface.h225 bool active; /* true is overlay currently in use */ member in struct:__anon799::__anon804
/haiku/headers/private/graphics/skeleton/
H A DDriverInterface.h239 bool slaved_tmds1; /* external TMDS encoder active on CRTC1 */
240 bool slaved_tmds2; /* external TMDS encoder active on CRTC2 */
241 bool master_tmds1; /* on die TMDS encoder active on CRTC1 */
242 bool master_tmds2; /* on die TMDS encoder active on CRTC2 */
243 bool tmds1_active; /* found panel on CRTC1 that is active */
244 bool tmds2_active; /* found panel on CRTC2 that is active */
298 bool active; /* true is overlay currently in use */ member in struct:__anon937::__anon944
/haiku/headers/private/graphics/via/
H A DDriverInterface.h250 bool slaved_tmds1; /* external TMDS encoder active on CRTC1 */
251 bool slaved_tmds2; /* external TMDS encoder active on CRTC2 */
252 bool master_tmds1; /* on die TMDS encoder active on CRTC1 */
253 bool master_tmds2; /* on die TMDS encoder active on CRTC2 */
254 bool tmds1_active; /* found panel on CRTC1 that is active */
255 bool tmds2_active; /* found panel on CRTC2 that is active */
309 bool active; /* true is overlay currently in use */ member in struct:__anon7::__anon11
/haiku/headers/private/interface/
H A DAbstractSpinner.h69 virtual void WindowActivated(bool active);
H A DColumnListView.h392 virtual void WindowActivated(bool active);
/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/neomagic/
H A DInitAccelerant.c211 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/skeleton/
H A DInitAccelerant.c177 si->overlay.active = false;
/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/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/input_server/devices/serial_mouse/
H A DMouseInputDevice.cpp76 bool active; member in struct:mouse_device
191 device->active = true;
208 device->active = false;
251 while (dev->active)
368 active = false;
/haiku/src/add-ons/input_server/devices/wacom/
H A DPointingDevice.cpp36 PointingDevice::SetActive(bool active) argument
38 fActive = active;
H A DPointingDevice.h24 virtual void SetActive(bool active);

Completed in 114 milliseconds

12345678910