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) function in class:TResourceSet
645 TResourceSet::FindStringBlock(type_code type, const char* name) function in class:TResourceSet
654 const TStringBlock* stringBlock = FindStringBlock(type, id);
666 const TStringBlock* stringBlock = FindStringBlock(type, name);

Completed in 61 milliseconds