Searched refs:nameList (Results 1 - 6 of 6) sorted by relevance

/haiku/src/preferences/repositories/
H A DRepositoriesSettings.h27 BStringList& nameList, BStringList& urlList);
28 void SetRepositories(BStringList& nameList,
H A DRepositoriesSettings.cpp53 RepositoriesSettings::GetRepositories(int32& repoCount, BStringList& nameList, argument
69 nameList.Add(foundName);
81 RepositoriesSettings::SetRepositories(BStringList& nameList, BStringList& urlList) argument
87 int32 index, count = nameList.CountStrings();
89 settings.AddString(key_name, nameList.StringAt(index));
H A DRepositoriesView.cpp556 BStringList nameList, urlList; local
557 status_t result = fSettings.GetRepositories(repoCount, nameList, urlList);
561 name = nameList.StringAt(index);
624 BStringList nameList, urlList; local
629 nameList.Add(repoItem->Name());
632 fSettings.SetRepositories(nameList, urlList);
/haiku/src/kits/tracker/
H A DAttributeStream.cpp765 NamesToAcceptAttrFilter::NamesToAcceptAttrFilter(const char** nameList)
767 fNameList(nameList)
/haiku/src/apps/mail/
H A DMailWindow.cpp2991 BList nameList; local
2992 get_address_list(nameList, fMail->To(), extract_address_name);
2993 get_address_list(nameList, fMail->CC(), extract_address_name);
2994 get_address_list(nameList, fMail->From(), extract_address_name);
2995 get_address_list(nameList, fMail->ReplyTo(), extract_address_name);
3001 char* name = (char*)nameList.RemoveItem((int32)0);
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp1994 const BStringList& nameList = fTeam->StopImageNames(); local
1995 stop = nameList.HasString(rawImageName);

Completed in 95 milliseconds