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

/haiku/src/preferences/virtualmemory/
H A DSettingsWindow.cpp48 static const uint32 kMsgSliderUpdate = 'slup'; variable
197 new BMessage(kMsgSliderUpdate), 0, 0, B_WILL_DRAW | B_FRAME_EVENTS);
300 case kMsgSliderUpdate:
/haiku/src/apps/diskprobe/
H A DProbeView.cpp57 static const uint32 kMsgSliderUpdate = 'slup'; variable
524 new BMessage(kMsgSliderUpdate), editor.FileSize(), editor.BlockSize());
525 fPositionSlider->SetModificationMessage(new BMessage(kMsgSliderUpdate));
688 case kMsgSliderUpdate:
696 if (Looper()->MessageQueue()->FindMessage(kMsgSliderUpdate, 0)

Completed in 31 milliseconds