Searched refs:fLastBitmapName (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/preferences/shortcuts/
H A DShortcutsSpec.cpp164 fLastBitmapName(NULL),
181 fLastBitmapName(NULL),
200 fLastBitmapName(NULL),
324 delete[] fLastBitmapName;
825 if (fLastBitmapName == NULL || firstWord.Length() == 0
826 || firstWord.Compare(fLastBitmapName)) {
833 delete [] fLastBitmapName;
834 fLastBitmapName = new char[firstWord.Length() + 1];
835 strcpy(fLastBitmapName, firstWord.String());
837 BEntry progEntry(fLastBitmapName, tru
[all...]
H A DShortcutsSpec.h96 char* fLastBitmapName; member in class:ShortcutsSpec

Completed in 40 milliseconds