Home
last modified time | relevance | path

Searched refs:_FindDecor (Results 1 – 2 of 2) sorted by relevance

/haiku/headers/private/interface/
H A DDecorInfo.h123 DecorInfo* _FindDecor(const BString& path);
/haiku/src/kits/interface/
H A DDecorInfo.cpp502 DecorInfo* decor = _FindDecor(string); in FindDecorator()
591 DecorInfoUtility::_FindDecor(const BString& pathString) in _FindDecor() function in BPrivate::DecorInfoUtility
650 if (_FindDecor(path.Path()) != NULL) in _ScanDecorators()