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

/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DBreakpointEditWindow.cpp76 fConditionInput->SetEnabled(false);
79 fConditionInput->SetEnabled(true);
85 fTargetBreakpoint, fConditionInput->Text());
115 fConditionInput = new BTextControl(NULL, NULL, NULL);
116 BLayoutItem* textLayoutItem = fConditionInput->CreateTextViewLayoutItem();
139 fConditionInput->SetText(fTargetBreakpoint->Condition());
142 fConditionInput->SetEnabled(false);
H A DBreakpointEditWindow.h52 BTextControl* fConditionInput; member in class:BreakpointEditWindow

Completed in 31 milliseconds