Searched refs:IsActive (Results 1 - 25 of 69) sorted by last modified time

123

/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCEchoGals_mixer.cpp661 pMixerFunction->Data.bMidiActive = m_MidiIn.IsActive();
/haiku/src/kits/tracker/
H A DContainerWindow.cpp1023 if (IsActive())
1031 if (IsActive())
1039 if (IsActive())
4344 if (focused && window->IsActive() && fEnableBorderHighlight) {
H A DTextWidget.cpp440 if (!IsEditable() || IsActive())
635 highColor = view->TextColor(selected && view->Window()->IsActive());
643 } else if (selected && view->Window()->IsActive())
H A DTracker.cpp352 && fSettingsWindow->IsActive()) {
H A DTitleView.cpp290 if (!window->IsActive()) {
385 if (InColumnResizeArea(where) && window->IsActive())
/haiku/src/servers/package/
H A DCommitTransactionHandler.cpp1719 if (package->IsActive()
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/apps/terminal/
H A DTermViewStates.cpp479 if ((modifiers & B_COMMAND_KEY) != 0 && fView->Window()->IsActive()) {
H A DTermView.cpp1244 if (!wasVisible && fInline && fInline->IsActive())
1248 if (Window()->IsActive() && now - fLastActivityTime >= kCursorBlinkInterval)
1468 if (fInline && fInline->IsActive())
1545 if (focusState && Window() && Window()->IsActive()) {
3096 if (!confirmed && !fInline->IsActive())
3189 if (inlineInput->IsActive() && Window()) {
/haiku/src/kits/interface/
H A DHaikuControlLook.cpp80 && control->Window()->IsActive()) {
H A DScrollView.cpp240 if (fHighlighted && Window()->IsActive())
H A DTextView.cpp675 if (Window()->IsActive() && dragMessage == NULL)
844 if (focus && Window() != NULL && Window()->IsActive()) {
4610 if (fInline != NULL && fInline->IsActive()) {
5703 if (fInline->IsActive()) {
5717 if (!confirmed && !fInline->IsActive())
5823 if (inlineInput->IsActive() && Window()) {
H A DColumnListView.cpp1948 if (IsFocus() && Window()->IsActive())
3429 && Window()->IsActive()) {
3466 && Window()->IsActive()) {
3506 if (Window()->IsActive()) {
3633 && Window()->IsActive()) {
H A DAbstractSpinner.cpp1477 if (fTextView->IsFocus() && Window()->IsActive())
/haiku/src/apps/webpositive/
H A DURLInputGroup.cpp686 fWindowActive = Window()->IsActive();
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.cpp90 && control->Window()->IsActive()) {
/haiku/src/apps/icon-o-matic/gui/
H A DGradientControl.cpp315 bool isFocus = IsFocus() && Window()->IsActive();
/haiku/src/preferences/keymap/
H A DKeyboardLayoutView.cpp661 if (Window()->IsActive())
1181 if (!checkSingle || !Window()->IsActive())
/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.cpp539 if (!IsFocus() || Window() == NULL || !Window()->IsActive())
573 if (IsFocus() && Window() != NULL && Window()->IsActive()) {
/haiku/src/kits/tracker/infowindow/
H A DGeneralInfoView.cpp579 if (Window()->IsActive() && !buttons) {
/haiku/src/apps/magnify/
H A DMagnify.cpp236 state = window->IsActive();
1023 TWindow::IsActive() function in class:TWindow
/haiku/src/apps/launchbox/
H A DPadView.cpp227 && window->IsActive())
/haiku/src/add-ons/kernel/file_cache/
H A Dlaunch_speedup.cpp104 bool IsActive() const { return fActiveUntil >= system_time(); } function in class:Session
734 if (session == NULL || !session->IsActive()) {
/haiku/src/apps/mail/
H A DHeader.cpp194 bool active = TextView()->IsFocus() && Window()->IsActive();
/haiku/src/system/kernel/fs/
H A Dfifo.cpp157 bool IsActive() const { return fActive; } function in class:fifo::Inode
943 if (inode->IsActive() && inode->WriterCount() == 0) {

Completed in 383 milliseconds

123