Searched refs:fAddressInput (Results 1 – 4 of 4) sorted by relevance
40 fAddressInput(NULL), in WatchPromptWindow()97 fAddressInput = new BTextControl("Address:", text, NULL); in _Init()135 .Add(fAddressInput) in _Init()248 fAddressExpressionInfo->SetTo(fAddressInput->Text()); in MessageReceived()
59 BTextControl* fAddressInput; variable
47 fAddressInput(NULL), in InspectorWindow()152 .Add(fAddressInput = new BTextControl("addrInput", in _Init()194 fAddressInput->SetTarget(this); in _Init()224 fAddressInput->TextView()->MakeFocus(true); in _Init()258 if (fAddressInput->TextView()->TextLength() == 0) in MessageReceived()261 fExpressionInfo->SetTo(fAddressInput->Text()); in MessageReceived()455 fAddressInput->SetText(computedAddress.String()); in TargetAddressChanged()667 fAddressInput->SetEnabled(!enabled); in _SetEditMode()
96 BTextControl* fAddressInput; variable