Searched refs:active (Results 26 - 50 of 248) sorted by relevance

12345678910

/haiku/src/apps/terminal/
H A DInlineInput.h28 void SetActive(bool active);
H A DTermViewStates.h43 virtual void WindowActivated(bool active);
77 virtual void WindowActivated(bool active);
122 virtual void WindowActivated(bool active);
/haiku/src/kits/interface/textview_support/
H A DInlineInput.h25 void SetActive(bool active);
H A DInlineInput.cpp69 BTextView::InlineInput::SetActive(bool active) argument
71 fActive = active;
/haiku/src/servers/package/
H A DVolumeState.h31 void SetPackageActive(Package* package, bool active);
H A DPackage.h45 void SetActive(bool active) argument
46 { fActive = active; }
H A DVolumeState.cpp62 VolumeState::SetPackageActive(Package* package, bool active) argument
64 package->SetActive(active);
/haiku/src/apps/webpositive/
H A DURLInputGroup.h20 virtual void WindowActivated(bool active);
/haiku/src/tools/mbrtool/
H A Dmbrtool.cpp47 printf(" -a, --active Partition boot flag\n");
94 createPartition(int handle, int index, bool active, uint8_t type,
97 uint8_t bootable = active ? 0x80 : 0x0;
113 active ? 'b' : '-', offset, offset + size, partitionOffset,
119 if (active) {
142 {"active", no_argument, 0, 'a'},
/haiku/src/apps/resedit/
H A DInlineEditor.cpp96 InlineEditor::WindowActivated(bool active) argument
98 if (!active)
/haiku/src/servers/app/stackandtile/
H A DSATWindow.h80 bool HighlightTab(bool active);
82 bool active);
/haiku/src/apps/mediaplayer/
H A DNetworkStreamWin.cpp106 NetworkStreamWin::WindowActivated(bool active) argument
108 if (active)
/haiku/src/libs/iconv/
H A Dutf7.h74 goto active;
100 goto active;
106 active:
108 /* base64 encoding active */
212 goto active;
231 goto active;
235 active:
237 /* base64 encoding active */
/haiku/src/add-ons/kernel/partitioning_systems/common/
H A DPartitionMap.h69 uint8 active; member in struct:partition_descriptor
149 bool active, off_t tableOffset,
185 void SetActive(bool active) argument
186 { fActive = active; }
212 bool active, uint32 blockSize);
253 bool active, off_t tableOffset,
/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/apps/deskbar/
H A DCalendarMenuWindow.cpp168 CalendarMenuWindow::WindowActivated(bool active) argument
170 if (active)
174 if (!active)
177 if (fSuppressFirstClose && !active) {
182 if (!fSuppressFirstClose && !active)
/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DACM.cpp32 usb_interface_info *interface = config->interface[i].active;
84 usb_interface_info *interface = config->interface[masterIndex].active;
99 usb_interface_info *interface = config->interface[slaveIndex].active;
H A DProlific.cpp36 usb_interface_info *interface = config->interface[0].active;
49 interface = config->interface[1].active;
H A DOption.cpp30 usb_interface_info *interface = config->interface[index].active;
/haiku/src/preferences/screen/
H A DRefreshWindow.cpp83 RefreshWindow::WindowActivated(bool active) argument
85 fRefreshSlider->MakeFocus(active);
/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Digc_i225.h29 s32 igc_set_d0_lplu_state_i225(struct igc_hw *hw, bool active);
30 s32 igc_set_d3_lplu_state_i225(struct igc_hw *hw, bool active);
H A Digc_api.h54 s32 igc_set_d3_lplu_state(struct igc_hw *hw, bool active);
55 s32 igc_set_d0_lplu_state(struct igc_hw *hw, bool active);
/haiku/src/apps/people/
H A DPictureView.h42 virtual void WindowActivated(bool active);
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DAlphaSlider.h19 virtual void WindowActivated(bool active);
/haiku/src/apps/mail/
H A DAddressTextControl.h24 virtual void WindowActivated(bool active);

Completed in 115 milliseconds

12345678910