Home
last modified time | relevance | path

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

/external/webrtc/examples/peerconnection/client/linux/
Dmain_wnd.h71 void OnKeyPress(GtkWidget* widget, GdkEventKey* key);
Dmain_wnd.cc63 reinterpret_cast<GtkMainWnd*>(data)->OnKeyPress(widget, key); in OnKeyPressCallback()
385 void GtkMainWnd::OnKeyPress(GtkWidget* widget, GdkEventKey* key) { in OnKeyPress() function in GtkMainWnd