Searched refs:IsActive (Results 26 - 50 of 69) sorted by relevance

123

/haiku/src/apps/magnify/
H A DMagnify.h243 bool IsActive();
/haiku/src/kits/tracker/
H A DPose.cpp190 if (widget != NULL && widget->IsActive()) {
443 if (widget->IsActive()) {
567 bool windowActive = poseView->Window()->IsActive();
767 if (widget->IsActive())
H A DTitleView.cpp290 if (!window->IsActive()) {
385 if (InColumnResizeArea(where) && window->IsActive())
/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScrollView.cpp106 inline bool IsActive() const function in class:ScrollCorner
262 if (active != IsActive()) {
/haiku/src/apps/launchbox/
H A DMainWindow.cpp350 if (IsActive()) {
360 if (IsActive()) {
H A DPadView.cpp227 && window->IsActive())
/haiku/src/apps/mail/
H A DAddressTextControl.cpp436 if (IsFocus() && Window()->IsActive())
648 fWindowActive = Window()->IsActive();
H A DHeader.cpp194 bool active = TextView()->IsFocus() && 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/haikudepot/textview/
H A DTextDocumentView.cpp539 if (!IsFocus() || Window() == NULL || !Window()->IsActive())
573 if (IsFocus() && Window() != NULL && Window()->IsActive()) {
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DAlphaSlider.cpp165 bool isFocus = IsFocus() && Window()->IsActive();
/haiku/src/servers/package/
H A DPackageManager.cpp140 if (package->IsActive()) {
/haiku/src/add-ons/kernel/network/protocols/udp/
H A Dudp.cpp103 bool IsActive() const { return fActive; } function in class:UdpEndpoint
333 if (endpoint->IsActive())
346 if (endpoint->IsActive()) {
400 if (endpoint->IsActive())
/haiku/src/apps/terminal/
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/tests/system/kernel/file_corruption/fs/
H A Dchecksumfs.cpp543 status_t error = transaction.IsActive()
608 if (transaction.IsActive()) {
1921 if (transaction.IsActive()) {
1993 if (transaction.IsActive()) {
/haiku/headers/os/interface/
H A DWindow.h209 bool IsActive() const;
/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) {
/haiku/src/apps/people/
H A DPictureView.cpp261 if (IsFocus() && Window() && Window()->IsActive())
/haiku/src/kits/interface/
H A DMenuBar.cpp316 if (!window->IsActive() || !window->IsFront()) {
/haiku/src/add-ons/input_server/devices/wacom/
H A DTabletDevice.cpp659 while (tabletDevice->IsActive()) {
/haiku/src/kits/shared/
H A DDateTimeEdit.cpp971 bool showFocus = (IsFocus() && Window() && Window()->IsActive());
/haiku/src/apps/haikudepot/ui/
H A DFeaturedPackagesView.cpp110 if (Window()->IsActive() && !IsHidden()) {
/haiku/src/apps/icon-o-matic/gui/
H A DGradientControl.cpp315 bool isFocus = IsFocus() && Window()->IsActive();
/haiku/src/apps/diskprobe/
H A DDataView.cpp942 if (Window()->IsActive() && focus)
944 else if (!Window()->IsActive() || !focus)
/haiku/src/preferences/keymap/
H A DKeyboardLayoutView.cpp661 if (Window()->IsActive())
1181 if (!checkSingle || !Window()->IsActive())

Completed in 181 milliseconds

123