Home
last modified time | relevance | path

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

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DImageFunctionsView.cpp642 fFilterField(NULL), in ImageFunctionsView()
735 fFilterField->SetTarget(this); in AttachedToWindow()
755 fFunctionsTableModel->SetFilter(fFilterField->Text()); in MessageReceived()
757 fFilterField->TextView()->TextLength() > 0); in MessageReceived()
818 AddChild(fFilterField = new BTextControl("filtertext", "Filter:", in _Init()
821 fFilterField->SetModificationMessage(new BMessage( in _Init()
846 if (fFilterField->TextView()->TextLength() == 0) in _ExpandFilteredNodes()
H A DImageFunctionsView.h56 BTextControl* fFilterField; variable