Home
last modified time | relevance | path

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

/haiku/src/apps/debuganalyzer/gui/main_window/
H A DGeneralPage.cpp22 fThreadCountView(NULL) in GeneralPage()
29 fThreadCountView = AddDataView("Threads:"); in GeneralPage()
76 fThreadCountView->SetText(buffer); in SetModel()
83 fThreadCountView->SetText(""); in SetModel()
H A DGeneralPage.h29 TextDataView* fThreadCountView; variable