Searched refs:IsActive (Results 1 - 25 of 69) sorted by relevance

123

/haiku/src/add-ons/input_server/devices/wacom/
H A DPointingDevice.cpp41 // IsActive
43 PointingDevice::IsActive() const function in class:PointingDevice
H A DPointingDevice.h25 bool IsActive() const;
/haiku/src/apps/terminal/
H A DInlineInput.h27 bool IsActive() const;
H A DInlineInput.cpp60 InlineInput::IsActive() const function in class:InlineInput
/haiku/src/kits/interface/textview_support/
H A DInlineInput.h24 bool IsActive() const;
H A DInlineInput.cpp62 BTextView::InlineInput::IsActive() const function in class:BTextView::InlineInput
/haiku/src/libs/glut/
H A DglutGameMode.h28 bool IsActive() const { return fActive; } function in class:GlutGameMode
H A DglutGameMode.cpp318 return gState.gameMode.IsActive();
/haiku/src/kits/tracker/
H A DTextWidget.h97 bool IsActive() const;
170 BTextWidget::IsActive() const function in class:BPrivate::BTextWidget
H A DMiniMenuField.cpp138 float tint = Window()->IsActive() ? B_DARKEN_3_TINT : B_DARKEN_1_TINT;
H A DDialogPane.cpp120 if (!IsFocus() || !Window()->IsActive())
264 float tint = IsEnabled() && Window()->IsActive() ? B_DARKEN_3_TINT
H A DTextWidget.cpp440 if (!IsEditable() || IsActive())
635 highColor = view->TextColor(selected && view->Window()->IsActive());
643 } else if (selected && view->Window()->IsActive())
/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DStream.h27 bool IsActive() { return fIsActive; } function in class:Stream
H A DDevice.cpp476 if (!fRecordStream.IsActive()) {
484 if (!fPlaybackStream.IsActive()) {
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCMidiInQ.h121 BOOL IsActive();
H A DCMidiInQ.cpp401 BOOL CMidiInQ::IsActive() function in class:CMidiInQ
416 } // IsActive
/haiku/src/system/kernel/device_manager/
H A DIOScheduler.h26 bool IsActive() const function in struct:IORequestOwner
H A DIOSchedulerSimple.cpp255 bool wasActive = owner->IsActive();
372 if (!owner->IsActive()) {
790 if (owner != NULL && !owner->IsActive())
/haiku/src/tests/apps/fake_app_server/
H A DServerApp.h55 bool IsActive(void) const { return fIsActive; } function in class:ServerApp
/haiku/src/servers/package/
H A DPackage.h43 bool IsActive() const function in class:Package
H A DVolume.cpp361 if (package->IsActive()) {
382 if (package->IsActive()) {
415 if (activeOnly && !package->IsActive())
549 const char* fieldName = package->IsActive()
568 if (!package->IsActive())
982 if (!package->IsActive()) {
1295 if (package == NULL || !package->IsActive()) {
1310 if (package->IsActive())
1403 if (package->IsActive()) {
1415 if (!package->IsActive())
[all...]
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DTransaction.h52 inline bool IsActive() const { return fID >= 0; } function in class:Transaction
/haiku/src/preferences/screensaver/
H A DScreenCornerSelector.cpp98 if (IsFocus() && Window()->IsActive())
122 if (IsFocus() && Window()->IsActive())
/haiku/src/kits/translation/
H A DTranslatorRosterPrivate.h73 bool IsActive() const { return Looper(); } function in class:BTranslatorRoster::Private
/haiku/src/servers/app/
H A DServerApp.h63 bool IsActive() const { return fIsActive; } function in class:ServerApp

Completed in 149 milliseconds

123