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

/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DWatchPromptWindow.cpp43 fLengthExpressionInfo(NULL),
64 if (fLengthExpressionInfo != NULL) {
65 fLengthExpressionInfo->RemoveListener(this);
66 fLengthExpressionInfo->ReleaseReference();
103 fLengthExpressionInfo = new ExpressionInfo(text);
104 fLengthExpressionInfo->AddListener(this);
252 fLengthExpressionInfo->SetTo(fLengthInput->Text());
254 fLengthExpressionInfo);
H A DWatchPromptWindow.h62 ExpressionInfo* fLengthExpressionInfo; member in class:WatchPromptWindow

Completed in 42 milliseconds