Home
last modified time | relevance | path

Searched refs:fHostInput (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/debugger/user_interface/gui/connection_config/config_handlers/
H A DNetworkConnectionConfigView.cpp32 fHostInput(NULL), in NetworkConnectionConfigView()
53 fHostInput->SetTarget(this); in AttachedToWindow()
64 fSettings->SetValue(fHostSetting, fHostInput->Text()); in MessageReceived()
102 .Add((fHostInput = new BTextControl("host_input", "Host:", "", in InitSpecific()
119 fHostInput->SetModificationMessage( in InitSpecific()
H A DNetworkConnectionConfigView.h29 BTextControl* fHostInput; variable