Home
last modified time | relevance | path

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

/haiku/src/apps/deskbar/
H A DResourceSet.h93 const TStringBlock* FindStringBlock(type_code type, int32 id);
94 const TStringBlock* FindStringBlock(type_code type, const char* name);
H A DResourceSet.cpp638 TResourceSet::FindStringBlock(type_code type, int32 id) in FindStringBlock() function in TResourceSet
645 TResourceSet::FindStringBlock(type_code type, const char* name) in FindStringBlock() function in TResourceSet
654 const TStringBlock* stringBlock = FindStringBlock(type, id); in FindString()
666 const TStringBlock* stringBlock = FindStringBlock(type, name); in FindString()