Searched refs:IsShowing (Results 1 - 17 of 17) sorted by relevance

/haiku/src/apps/resedit/
H A DApp.cpp52 if (fOpenPanel->IsShowing())
/haiku/src/kits/tracker/infowindow/
H A DInfoWindow.h63 virtual bool IsShowing(const node_ref*) const;
H A DInfoWindow.cpp191 BInfoWindow::IsShowing(const node_ref* node) const function in class:BInfoWindow
/haiku/headers/os/storage/
H A DFilePanel.h52 bool IsShowing() const;
/haiku/src/apps/poorman/
H A DPoorManPreferencesWindow.cpp152 if (!fWebDirFilePanel->IsShowing())
252 if (!fWebDirFilePanel->IsShowing())
/haiku/src/kits/tracker/
H A DOpenWithWindow.h174 virtual bool IsShowing(const node_ref*) const;
175 virtual bool IsShowing(const entry_ref*) const;
H A DFilePanel.cpp119 if (!IsShowing())
149 BFilePanel::IsShowing() const function in class:BFilePanel
H A DContainerWindow.h135 virtual bool IsShowing(const node_ref*) const;
136 virtual bool IsShowing(const entry_ref*) const;
H A DTracker.cpp1234 if (window != NULL && window->IsShowing(node)
1257 if (window && window->IsShowing(entry) && number == windowsFound++)
1291 if (window != NULL && window->IsShowing(&parentRef))
1308 if (window != NULL && window->IsShowing(node))
H A DOpenWithWindow.cpp508 OpenWithContainerWindow::IsShowing(const node_ref*) const function in class:OpenWithContainerWindow
515 OpenWithContainerWindow::IsShowing(const entry_ref*) const function in class:OpenWithContainerWindow
H A DNavMenu.cpp954 BPopUpNavMenu::IsShowing() const function in class:BPopUpNavMenu
H A DContainerWindow.cpp1757 BContainerWindow::IsShowing(const node_ref* node) const function in class:BContainerWindow
1764 BContainerWindow::IsShowing(const entry_ref* entry) const function in class:BContainerWindow
2579 // than once, the IsShowing flag is set in
2585 && !fDragContextMenu->IsShowing()) {
2587 // ref->name, IsShowing(ref));
/haiku/headers/private/tracker/
H A DNavMenu.h160 bool IsShowing() const;
/haiku/src/preferences/filetypes/
H A DFileTypes.cpp412 if (!fFilePanel->IsShowing())
450 if (--fWindowCount == 0 && !fFilePanel->IsShowing())
/haiku/src/apps/diskprobe/
H A DDiskProbe.cpp448 if (--fWindowCount == 0 && !fFilePanel->IsShowing())
/haiku/src/apps/expander/
H A DExpanderWindow.cpp503 if ((fSourcePanel && fSourcePanel->IsShowing())
504 || (fDestPanel && fDestPanel->IsShowing())) {
/haiku/src/apps/mail/
H A DContent.cpp2642 if (!IsShowing())

Completed in 180 milliseconds