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

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.cpp233 fSourcePathView(NULL),
1166 .Add(fSourcePathView = new BStringView(
1234 fSourcePathView->SetExplicitMinSize(BSize(100.0, B_SIZE_UNSET));
1235 fSourcePathView->SetExplicitMaxSize(BSize(B_SIZE_UNLIMITED, B_SIZE_UNSET));
1239 fSourcePathView->AddFilter(filter);
1737 fSourcePathView->TruncateString(&truncatedText, B_TRUNCATE_MIDDLE,
1738 fSourcePathView->Bounds().Width());
1744 fSourcePathView->SetToolTip(sourceText);
1745 fSourcePathView->SetText(truncatedText);
1747 fSourcePathView
[all...]
H A DTeamWindow.h248 BStringView* fSourcePathView; member in class:TeamWindow

Completed in 104 milliseconds