Searched refs:filetype (Results 1 - 13 of 13) sorted by relevance

/haiku/src/preferences/notifications/
H A DAppRefFilter.cpp24 struct stat_beos *st, const char *filetype)
29 bool isSymlink = strcmp("application/x-vnd.Be-symlink", filetype) == 0;
47 constFileType = filetype;
23 Filter(const entry_ref *ref, BNode *node, struct stat_beos *st, const char *filetype) argument
H A DAppRefFilter.h18 const char *filetype);
/haiku/src/apps/expander/
H A DExpanderRules.h47 const char* filetype);
69 const char* filetype);
H A DExpanderRules.cpp77 ExpanderRules::MatchingRule(BString& fileName, const char* filetype) argument
83 if (rule->MimeType().IsValid() && rule->MimeType() == filetype)
221 const char* filetype)
227 return fRules.MatchingRule(fileName, filetype) != NULL;
220 Filter(const entry_ref* ref, BNode* node, struct stat_beos* stat, const char* filetype) argument
/haiku/src/preferences/backgrounds/
H A DImageFilePanel.h27 struct stat_beos* st, const char* filetype);
H A DImageFilePanel.cpp186 struct stat_beos* stat, const char* filetype)
185 Filter(const entry_ref* ref, BNode* node, struct stat_beos* stat, const char* filetype) argument
/haiku/src/kits/tracker/
H A DQueryPoseView.h100 const char* filetype);
H A DOpenWithWindow.h277 const char* filetype);
H A DQueryPoseView.cpp396 const char* filetype)
395 Filter(const entry_ref* ref, BNode* node, stat_beos* st, const char* filetype) argument
H A DOpenWithWindow.cpp995 const char* filetype)
994 Filter(const entry_ref* ref, BNode* node, stat_beos* st, const char* filetype) argument
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp970 const char* filetype = message->GetString("be:filetypes"); local
971 if (filetype != NULL
972 && strcmp(filetype, "application/x-vnd.Be-bookmark") == 0
1220 const char* filetype = message->GetString("be:filetypes"); local
1221 if (filetype != NULL && strcmp(filetype, "application/x-vnd.Be-bookmark") == 0) {
2676 // Ask the BRoster if there is a matching filetype and app which
/haiku/src/apps/screenshot/
H A DScreenshotWindow.cpp100 struct stat_beos* stat, const char* filetype)
99 Filter(const entry_ref* ref, BNode* node, struct stat_beos* stat, const char* filetype) argument
/haiku/src/apps/mediaconverter/
H A DMediaConverterWindow.cpp60 BNode* node, struct stat_beos* st, const char* filetype)
59 Filter(const entry_ref* ref, BNode* node, struct stat_beos* st, const char* filetype) argument

Completed in 121 milliseconds