Searched refs:SetName (Results 26 - 50 of 192) sorted by relevance

12345678

/haiku/headers/os/storage/
H A DVolume.h41 status_t SetName(const char* name);
/haiku/src/preferences/keymap/
H A DKeymap.h58 void SetName(const char* name);
/haiku/src/apps/packageinstaller/
H A DInstalledPackageInfo.h45 void SetName(const char* name) function in class:InstalledPackageInfo
/haiku/src/preferences/network/
H A DNetworkProfile.cpp105 BNetworkProfile::SetName(const char* name) function in class:BNetworkProfile
/haiku/headers/private/interface/
H A DAboutWindow.h49 virtual void SetName(const char* name);
/haiku/headers/private/debugger/model/
H A DThread.h57 void SetName(const BString& name);
/haiku/src/servers/input/
H A DMethodMenuItem.cpp46 MethodMenuItem::SetName(const char *name) function in class:MethodMenuItem
/haiku/src/preferences/repositories/
H A DRepoRow.cpp39 RepoRow::SetName(const char* name) function in class:RepoRow
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DEntry.h37 status_t SetName(const char *newName);
H A DEntry.cpp69 // SetName
71 Entry::SetName(const char *newName) function in class:Entry
/haiku/src/tools/create_repository_config/
H A Dcreate_repository_config.cpp83 repoConfig.SetName(repoInfo.Name());
/haiku/headers/private/storage/
H A DResourceItem.h65 void SetName(const char *name);
/haiku/src/add-ons/disk_systems/gpt/
H A DGPTPartitionHandle.h27 virtual status_t SetName(BMutablePartition* child,
H A DGPTPartitionHandle.cpp194 GPTPartitionHandle::SetName(BMutablePartition* child, const char* name) function in class:GPTPartitionHandle
196 return child->SetName(name);
/haiku/headers/private/netservices/
H A DHttpHeaders.h28 void SetName(const char* name);
/haiku/src/apps/icon-o-matic/document/
H A DDocument.cpp51 // SetName
53 Document::SetName(const char* name) function in class:Document
/haiku/src/preferences/mail/
H A DConfigViews.cpp83 fAccount->SetName(fNameControl->Text());
102 fAccount->SetName(fNameControl->Text());
/haiku/src/tests/kits/app/bhandler/
H A DBHandlerTester.cpp233 SetName(const char* name)
245 Handler.SetName(NULL);
250 SetName(const char *name)
261 Handler.SetName("another name");
/haiku/src/libs/icon/shape/
H A DReferenceImage.cpp36 SetName("<reference image>");
65 SetName(other.Name());
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DTeamsPage.cpp77 SetName("Teams");
/haiku/src/apps/resedit/
H A DInternalEditors.h30 void SetName(const char *name) { fNameBox->SetText(name); } function in class:StringEditView
/haiku/src/kits/debugger/model/
H A DThread.cpp61 Thread::SetName(const BString& name) function in class:Thread
/haiku/src/tests/kits/package/
H A Dmake_repo.cpp24 repoInfo.SetName(argv[1]);
/haiku/src/kits/package/
H A DActivateRepositoryConfigJob.cpp68 repoConfig.SetName(repoInfo.Name());
/haiku/headers/os/package/
H A DRepositoryInfo.h45 void SetName(const BString& name);

Completed in 276 milliseconds

12345678