Searched refs:fChoiceText (Results 1 - 3 of 3) sorted by relevance

/haiku/src/bin/
H A Dalert.cpp36 char const* ChoiceText() const { return fChoiceText; }
50 char* fChoiceText; member in class:AlertApplication
64 fChoiceText(NULL),
169 fChoiceText = fArgumentButton0;
173 fChoiceText = fArgumentButton1;
177 fChoiceText = fArgumentButton2;
/haiku/headers/private/kernel/boot/
H A Dmenu.h137 { fChoiceText = text; }
138 const char* ChoiceText() const { return fChoiceText; }
161 const char* fChoiceText; member in class:Menu
/haiku/src/system/boot/loader/
H A Dmenu.cpp217 fChoiceText(NULL),

Completed in 81 milliseconds