Searched refs:kName (Results 1 - 5 of 5) sorted by relevance

/haiku/src/kits/translation/
H A DTranslationUtils.cpp67 // kName. The user has to delete this object. It first tries
68 // to open kName as a file, then as a resource.
72 // Parameters: kName, the name of the bitmap file or resource to
81 // BBitmap * to the bitmap reference by kName
84 BTranslationUtils::GetBitmap(const char *kName, BTranslatorRoster *roster) argument
86 BBitmap *pBitmap = GetBitmapFile(kName, roster);
91 pBitmap = GetBitmap(B_TRANSLATOR_BITMAP, kName, roster);
145 // the type type with the resource name, kName.
152 // kName, the name of the resource to be loaded
159 // BBitmap * to the bitmap identified by type and kName
162 GetBitmap(uint32 type, const char *kName, BTranslatorRoster *roster) argument
203 GetBitmapFile(const char *kName, BTranslatorRoster *roster) argument
[all...]
/haiku/src/apps/terminal/
H A DThemeView.h38 static const char* const kName = "name"; variable
H A DColorListView.cpp132 setColorMessage.AddString(kName, item->Text());
H A DThemeView.cpp304 && msg->FindString(kName, &name) == B_OK) {
/haiku/src/servers/app/
H A DDelayedMessage.cpp27 static const char* kName = "DMT is here for you, eventually..."; variable
669 fThread(spawn_thread(&_thread_func, kName, kPriority, this)),

Completed in 43 milliseconds