Searched refs:GetName (Results 1 - 25 of 370) sorted by relevance

1234567891011>>

/haiku-fatelf/src/apps/icon-o-matic/shape/commands/
H A DCleanUpPathCommand.h23 virtual void GetName(BString& name);
H A DReversePathCommand.h22 virtual void GetName(BString& name);
H A DRotatePathIndicesCommand.h21 virtual void GetName(BString& name);
H A DCleanUpPathCommand.cpp55 // GetName
57 CleanUpPathCommand::GetName(BString& name) function in class:CleanUpPathCommand
H A DFlipPointsCommand.h28 virtual void GetName(BString& name);
H A DPathCommand.cpp41 // GetName
43 PathCommand::GetName(BString& name) function in class:PathCommand
H A DPathCommand.h29 virtual void GetName(BString& name);
H A DReversePathCommand.cpp50 // GetName
52 ReversePathCommand::GetName(BString& name) function in class:ReversePathCommand
H A DUnassignPathCommand.h35 virtual void GetName(BString& name);
/haiku-fatelf/src/apps/resedit/
H A DNumberEditors.cpp21 if (data->GetName())
22 SetTitle(data->GetName());
28 fView->SetName(data->GetName());
44 GetData()->SetName(fView->GetName());
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/server/
H A DStatisticsManager.cpp174 ShareStatistics* statistics = fShareStatistics->Remove(share->GetName());
188 ShareStatistics* statistics = fShareStatistics->Get(share->GetName());
191 statistics = new(std::nothrow) ShareStatistics(share->GetName());
196 if (fShareStatistics->Put(share->GetName(), statistics) != B_OK) {
203 statistics->AddUser(user->GetName());
216 ShareStatistics* statistics = fShareStatistics->Get(share->GetName());
221 statistics->RemoveUser(user->GetName());
231 return GetUserStatistics(user->GetName(), statistics);
253 return GetShareStatistics(share->GetName(), statistics);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/server/
H A DStatisticsManager.cpp173 ShareStatistics* statistics = fShareStatistics->Remove(share->GetName());
187 ShareStatistics* statistics = fShareStatistics->Get(share->GetName());
190 statistics = new(nothrow) ShareStatistics(share->GetName());
195 if (fShareStatistics->Put(share->GetName(), statistics) != B_OK) {
202 statistics->AddUser(user->GetName());
215 ShareStatistics* statistics = fShareStatistics->Get(share->GetName());
220 statistics->RemoveUser(user->GetName());
230 return GetUserStatistics(user->GetName(), statistics);
252 return GetShareStatistics(share->GetName(), statistics);
/haiku-fatelf/src/add-ons/bluetooth/ResetLocalDevice/
H A DResetLocalDevice.h11 const char* GetName();
/haiku-fatelf/src/apps/icon-o-matic/transformable/
H A DResetTransformationCommand.h37 virtual void GetName(BString& name);
/haiku-fatelf/src/apps/mediaplayer/playlist/
H A DCopyPLItemsCommand.h25 virtual void GetName(BString& name);
/haiku-fatelf/src/preferences/shortcuts/
H A DMetaKeyStateMap.h43 const char* GetName() const;
/haiku-fatelf/src/apps/debuganalyzer/util/
H A DDataSource.cpp27 DataSource::GetName(BString& name) function in class:DataSource
66 PathDataSource::GetName(BString& name) function in class:PathDataSource
101 EntryRefDataSource::GetName(BString& name) function in class:EntryRefDataSource
H A DDataSource.h23 virtual status_t GetName(BString& name);
40 virtual status_t GetName(BString& name);
54 virtual status_t GetName(BString& name);
/haiku-fatelf/headers/os/bluetooth/
H A DLocalDeviceAddOn.h11 virtual const char* GetName()=0;
/haiku-fatelf/headers/private/textencoding/
H A DCharacterSet.h55 const char * GetName(void) const;
/haiku-fatelf/src/add-ons/media/plugins/ape_reader/MAClib/
H A DIO.h46 virtual int GetName(wchar_t * pBuffer) = 0;
H A DStdLibFileIO.h38 int GetName(wchar_t * pBuffer);
/haiku-fatelf/src/apps/icon-o-matic/document/
H A DSetPropertiesCommand.h30 virtual void GetName(BString& name);
/haiku-fatelf/src/apps/icon-o-matic/generic/command/
H A DCommand.cpp54 // GetName
56 Command::GetName(BString& name) function in class:Command
H A DCommand.h28 virtual void GetName(BString& name);

Completed in 137 milliseconds

1234567891011>>