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

/haiku/src/kits/tracker/
H A DFSUtils.h300 struct WellKnownEntry { struct in class:BPrivate::WellKnowEntryList
301 WellKnownEntry(const node_ref* node, directory_which which, function in struct:BPrivate::WellKnowEntryList::WellKnownEntry
311 WellKnownEntry(const WellKnownEntry &clone) function in struct:BPrivate::WellKnowEntryList::WellKnownEntry
319 WellKnownEntry() function in struct:BPrivate::WellKnowEntryList::WellKnownEntry
329 static const WellKnownEntry* MatchEntry(const node_ref*);
333 const WellKnownEntry* MatchEntryCommon(const node_ref*);
340 std::vector<WellKnownEntry> entries;
H A DFSUtils.cpp4054 const WellKnownEntry* result = MatchEntry(node);
4062 const WellKnowEntryList::WellKnownEntry*
4072 const WellKnowEntryList::WellKnownEntry*
4105 entries.push_back(WellKnownEntry(&node, which, name));
4123 entries.push_back(WellKnownEntry(&node, which, name));
4136 entries.push_back(WellKnownEntry(&node, which, name));
H A DIconCache.cpp677 const WellKnowEntryList::WellKnownEntry* wellKnownEntry

Completed in 169 milliseconds