Searched refs:kMsgUpdateControls (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/tests/kits/net/DialUpPreflet/
H A DTextRequestDialog.cpp22 static const uint32 kMsgUpdateControls = 'UCTL'; variable
62 fTextControl->SetModificationMessage(new BMessage(kMsgUpdateControls));
115 case kMsgUpdateControls:
H A DIPCPAddon.cpp28 static const uint32 kMsgUpdateControls = 'UCTL'; variable
294 new BMessage(kMsgUpdateControls));
335 case kMsgUpdateControls:
H A DConnectionOptionsAddon.cpp20 static const uint32 kMsgUpdateControls = 'UCTL'; variable
/haiku-fatelf/src/tests/kits/net/preflet/DialUpAddOn/
H A DTextRequestDialog.cpp39 static const uint32 kMsgUpdateControls = 'UCTL'; variable
79 fTextControl->SetModificationMessage(new BMessage(kMsgUpdateControls));
132 case kMsgUpdateControls:
H A DConnectionOptionsAddon.cpp37 static const uint32 kMsgUpdateControls = 'UCTL'; variable
209 new BMessage(kMsgUpdateControls));
253 case kMsgUpdateControls:
H A DIPCPAddon.cpp45 static const uint32 kMsgUpdateControls = 'UCTL'; variable
325 new BMessage(kMsgUpdateControls));
366 case kMsgUpdateControls:

Completed in 55 milliseconds