Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/gtk/
Dconstrained_window_gtk.cc13 gboolean OnKeyPress(GtkWidget* sender, GdkEventKey* key, gpointer user_data) { in OnKeyPress() function
48 reinterpret_cast<GCallback>(&OnKeyPress), in CreateWebContentsModalDialogGtk()
Dbrowser_window_gtk.h422 CHROMEGTK_CALLBACK_1(BrowserWindowGtk, gboolean, OnKeyPress, GdkEventKey*);
Dbrowser_window_gtk.cc2011 gboolean BrowserWindowGtk::OnKeyPress(GtkWidget* widget, GdkEventKey* event) { in OnKeyPress() function in BrowserWindowGtk
/external/chromium/chrome/browser/ui/gtk/
Dconstrained_window_gtk.h80 CHROMEGTK_CALLBACK_1(ConstrainedWindowGtk, gboolean, OnKeyPress,
Dconstrained_window_gtk.cc126 gboolean ConstrainedWindowGtk::OnKeyPress(GtkWidget* sender, in OnKeyPress() function in ConstrainedWindowGtk
Dbrowser_window_gtk.h366 CHROMEGTK_CALLBACK_1(BrowserWindowGtk, gboolean, OnKeyPress, GdkEventKey*);
Dbrowser_window_gtk.cc1982 gboolean BrowserWindowGtk::OnKeyPress(GtkWidget* widget, GdkEventKey* event) { in OnKeyPress() function in BrowserWindowGtk
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/linux/
Dmain_wnd.h80 void OnKeyPress(GtkWidget* widget, GdkEventKey* key);
Dmain_wnd.cc66 reinterpret_cast<GtkMainWnd*>(data)->OnKeyPress(widget, key); in OnKeyPressCallback()
360 void GtkMainWnd::OnKeyPress(GtkWidget* widget, GdkEventKey* key) { in OnKeyPress() function in GtkMainWnd
/external/chromium_org/chrome/browser/ui/gtk/panels/
Dpanel_gtk.h148 CHROMEGTK_CALLBACK_1(PanelGtk, gboolean, OnKeyPress, GdkEventKey*);
Dpanel_gtk.cc477 gboolean PanelGtk::OnKeyPress(GtkWidget* widget, GdkEventKey* event) { in OnKeyPress() function in PanelGtk