Searched refs:BQueryFile (Results 1 - 3 of 3) sorted by relevance

/haiku/src/kits/shared/
H A DQueryFile.cpp26 BQueryFile::BQueryFile(const entry_ref& ref) function in class:BQueryFile
32 BQueryFile::BQueryFile(const BEntry& entry) function in class:BQueryFile
38 BQueryFile::BQueryFile(const char* path) function in class:BQueryFile
44 BQueryFile::BQueryFile(BQuery& query) function in class:BQueryFile
50 BQueryFile::~BQueryFile()
[all...]
/haiku/headers/private/shared/
H A DQueryFile.h15 class BQueryFile : public BEntryList { class in inherits:BEntryList
17 BQueryFile(const entry_ref& ref);
18 BQueryFile(const BEntry& entry);
19 BQueryFile(const char* path);
20 BQueryFile(BQuery& query);
21 virtual ~BQueryFile();
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylist.cpp587 BQueryFile query(&ref);
734 return mimeString.Compare(BQueryFile::MimeType()) == 0;

Completed in 124 milliseconds