Searched refs:ColorCheckBox (Results 1 – 5 of 5) sorted by relevance
15 class ColorCheckBox; variable42 ColorCheckBox* fRunTimeCheckBox;43 ColorCheckBox* fWaitTimeCheckBox;44 ColorCheckBox* fPreemptionTimeCheckBox;45 ColorCheckBox* fLatencyTimeCheckBox;
355 .Add(fRunTimeCheckBox = new ColorCheckBox("Run time", kRunTimeColor, in ActivityPage()358 .Add(fWaitTimeCheckBox = new ColorCheckBox("Wait time", in ActivityPage()361 .Add(fPreemptionTimeCheckBox = new ColorCheckBox("Preemption time", in ActivityPage()365 .Add(fLatencyTimeCheckBox = new ColorCheckBox("Latency time", in ActivityPage()472 ColorCheckBox* checkBox; in _UpdateChartDataEnabled()
11 ColorCheckBox::ColorCheckBox(const char* label, const rgb_color& color, in ColorCheckBox() function in ColorCheckBox27 ColorCheckBox::CheckBox() const in CheckBox()34 ColorCheckBox::SetTarget(const BMessenger& target) in SetTarget()41 ColorCheckBox::Draw(BRect updateRect) in Draw()
17 class ColorCheckBox : public BGroupView {19 ColorCheckBox(const char* label,
11 ColorCheckBox.cpp