Searched refs:KeyUp (Results 1 - 18 of 18) sorted by relevance

/haiku/src/tests/servers/app/avoid_focus/
H A DAvoidFocus.cpp31 virtual void KeyUp(const char* bytes, int32 numBytes);
80 View::KeyUp(const char* bytes, int32 numBytes) function in class:View
/haiku/src/tests/servers/app/lock_focus/
H A DLockFocusTest.cpp30 virtual void KeyUp(const char* bytes, int32 numBytes);
135 View::KeyUp(const char* bytes, int32 numBytes) function in class:View
/haiku/src/libs/glut/
H A DglutWindow.h27 void KeyUp(const char *bytes, int32 numBytes);
H A DglutEvent.cpp524 * FUNCTION: KeyUp
528 void GlutWindow::KeyUp(const char *s, int32 slen) function in class:GlutWindow
531 BGLView::KeyUp(s,slen);
/haiku/src/apps/remotedesktop/
H A DRemoteView.h42 virtual void KeyUp(const char *bytes, int32 numBytes);
H A DRemoteView.cpp255 RemoteView::KeyUp(const char *bytes, int32 numBytes) function in class:RemoteView
/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.h42 virtual void KeyUp(const char* bytes, int32 numBytes);
H A DTextDocumentView.cpp232 TextDocumentView::KeyUp(const char* bytes, int32 numBytes) function in class:TextDocumentView
/haiku/src/apps/icon-o-matic/generic/gui/stateview/
H A DStateView.h40 virtual void KeyUp(const char* bytes, int32 numBytes);
H A DStateView.cpp310 StateView::KeyUp(const char* bytes, int32 numBytes) function in class:StateView
321 BView::KeyUp(bytes, numBytes);
/haiku/headers/os/interface/
H A DChannelSlider.h51 virtual void KeyUp(const char* bytes, int32 numBytes);
H A DSlider.h71 virtual void KeyUp(const char* bytes, int32 numBytes);
H A DView.h191 virtual void KeyUp(const char* bytes, int32 numBytes);
/haiku/src/preferences/keymap/
H A DKeyboardLayoutView.h47 virtual void KeyUp(const char* bytes, int32 numBytes);
H A DKeyboardLayoutView.cpp188 KeyboardLayoutView::KeyUp(const char* bytes, int32 numBytes) function in class:KeyboardLayoutView
/haiku/src/kits/interface/
H A DChannelSlider.cpp411 BChannelSlider::KeyUp(const char* bytes, int32 numBytes) function in class:BChannelSlider
413 BView::KeyUp(bytes, numBytes);
H A DSlider.cpp549 BSlider::KeyUp(const char* bytes, int32 numBytes) function in class:BSlider
H A DView.cpp1350 BView::KeyUp(const char* bytes, int32 numBytes) function in class:BView
1353 STRACE(("\tHOOK: BView(%s)::KeyUp()\n", Name()));
5043 KeyUp(string, bytes - 1);

Completed in 201 milliseconds