Home
last modified time | relevance | path

Searched refs:KnowsQuery (Results 1 – 24 of 24) sorted by relevance

/haiku/src/bin/
H A Dquery.cpp168 if (!volume.KnowsQuery()) in main()
179 if (volume.KnowsQuery()) in main()
/haiku/src/bin/filteredquery/
H A Dquery.cpp185 if (!volume.KnowsQuery()) in main()
196 if (volume.KnowsQuery()) in main()
/haiku/src/tests/system/kernel/
H A Dlive_query.cpp127 if (!volume.KnowsQuery()) { in ArgvReceived()
139 if (volume.KnowsQuery()) in ArgvReceived()
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DVolume.h23 bool KnowsQuery() const;
H A DVolume.cpp202 Volume::KnowsQuery() const in KnowsQuery() function in Volume
H A DVolumeManager.cpp823 if (!volume->KnowsQuery()) in OpenQuery()
/haiku/headers/os/storage/
H A DVolume.h53 bool KnowsQuery() const;
/haiku/src/apps/mail/
H A DQueryList.cpp82 if (volume.KnowsQuery() && volume.KnowsAttr() && volume.KnowsMime()) in Init()
H A DQueryMenu.cpp177 if ((volume.KnowsQuery() == true) && (volume.KnowsAttr() == true) && in SetPredicate()
H A DMailWindow.cpp1398 if (!volume.KnowsQuery()) in MessageReceived()
/haiku/src/kits/shared/
H A DQueryFile.cpp112 if (volume.IsPersistent() && volume.KnowsQuery()) in SetTo()
/haiku/src/tests/kits/storage/
H A DVolumeTest.cpp164 CHK(volume.KnowsQuery() == bool(info.flags & B_FS_HAS_QUERY)); in CheckVolume()
190 CHK(volume.KnowsQuery() == false); in CheckVolume()
/haiku/src/kits/storage/
H A DVolume.cpp365 BVolume::KnowsQuery(void) const in KnowsQuery() function in BVolume
/haiku/src/apps/musiccollection/
H A DMusicCollectionWindow.cpp325 if (!volume.KnowsQuery()) in _StartNewQuery()
/haiku/src/kits/tracker/
H A DNodeWalker.cpp714 } while (!fVol.KnowsQuery()); in NextVolume()
H A DTrackerInitialState.cpp454 || !volume.KnowsAttr() || !volume.KnowsQuery()) in InstallIndices()
H A DQueryPoseView.cpp637 if (volume.IsPersistent() && volume.KnowsQuery()) { in QueryEntryListCollection()
H A DUtilities.cpp1065 if (tempVolume.IsPersistent() && tempVolume.KnowsQuery()) { in MatchArchivedVolume()
1111 if (tempVolume.IsPersistent() && tempVolume.KnowsQuery()) { in MatchArchivedVolume()
H A DFindPanel.cpp403 if (volume.IsPersistent() && volume.KnowsQuery() && volume.KnowsAttr()) { in PopulateTemplatesMenu()
1605 if (volume.IsPersistent() && volume.KnowsQuery()) { in MessageReceived()
2462 if (volume.IsPersistent() && volume.KnowsQuery()) { in AddVolumes()
2567 if (volume.IsPersistent() && volume.KnowsQuery() && volume.KnowsAttr()) { in AddRecentQueries()
/haiku/src/preferences/filetypes/
H A DApplicationTypesWindow.cpp314 if (!volume.KnowsQuery()) in _RemoveUninstalled()
/haiku/src/apps/drivesetup/
H A DPartitionList.cpp259 appendParameter(parameters, volume.KnowsQuery(), B_TRANSLATE("Queries")); in PartitionListRow()
/haiku/docs/user/storage/
H A DVolume.dox387 \fn bool BVolume::KnowsQuery(void) const
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.cpp2134 if (!volume.KnowsQuery()) in _RetrieveMatchingSourceEntries()
/haiku/src/kits/app/
H A DRoster.cpp334 if (!volume.KnowsQuery()) in query_for_app()