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

/haiku/src/apps/expander/
H A DExpanderRules.h46 ExpanderRule* MatchingRule(BString& fileName,
48 ExpanderRule* MatchingRule(const entry_ref* ref);
H A DExpanderRules.cpp77 ExpanderRules::MatchingRule(BString& fileName, const char* filetype) function in class:ExpanderRules
98 ExpanderRules::MatchingRule(const entry_ref* ref) function in class:ExpanderRules
107 return MatchingRule(fileName, type);
227 return fRules.MatchingRule(fileName, filetype) != NULL;
H A DExpanderWindow.cpp363 ExpanderRule* rule = fRules.MatchingRule(&ref);
647 ExpanderRule* rule = fRules.MatchingRule(&fSourceRef);
793 ExpanderRule* rule = fRules.MatchingRule(&fSourceRef);

Completed in 45 milliseconds