Searched refs:GdkEventKey (Results 1 - 25 of 31) sorted by relevance

12

/external/webkit/Source/WebKit2/Shared/gtk/
H A DWebEventFactory.h34 typedef struct _GdkEventKey GdkEventKey; typedef in typeref:struct:_GdkEventKey
42 static WebKeyboardEvent createWebKeyboardEvent(const GdkEventKey*);
H A DWebEventFactory.cpp174 WebKeyboardEvent WebEventFactory::createWebKeyboardEvent(const GdkEventKey* event)
/external/webkit/Source/WebKit/chromium/public/gtk/
H A DWebInputEventFactory.h40 typedef struct _GdkEventKey GdkEventKey; typedef in typeref:struct:_GdkEventKey
50 WEBKIT_API static WebKeyboardEvent keyboardEvent(const GdkEventKey*);
/external/webkit/Source/WebCore/platform/gtk/
H A DPopupMenuGtk.h31 typedef struct _GdkEventKey GdkEventKey; typedef in typeref:struct:_GdkEventKey
47 bool typeAheadFind(GdkEventKey*);
58 static int keyPressEventCallback(GtkWidget*, GdkEventKey*, PopupMenuGtk*);
H A DPlatformKeyboardEventGtk.cpp549 PlatformKeyboardEvent::PlatformKeyboardEvent(GdkEventKey* event)
600 GdkEventKey* PlatformKeyboardEvent::gdkEventKey() const
H A DPopupMenuGtk.cpp153 bool PopupMenuGtk::typeAheadFind(GdkEventKey* event)
264 int PopupMenuGtk::keyPressEventCallback(GtkWidget* widget, GdkEventKey* event, PopupMenuGtk* that)
/external/webkit/Source/WebCore/platform/
H A DPlatformKeyboardEvent.h48 typedef struct _GdkEventKey GdkEventKey; typedef in typeref:struct:_GdkEventKey
176 PlatformKeyboardEvent(GdkEventKey*);
177 GdkEventKey* gdkEventKey() const;
254 GdkEventKey* m_gdkEventKey;
/external/chromium/chrome/browser/renderer_host/
H A Dgtk_im_context_wrapper.h49 void ProcessKeyEvent(GdkEventKey* event);
79 void ProcessInputMethodResult(const GdkEventKey* event, bool filtered);
H A Dgtk_key_bindings_handler_unittest.cc55 GdkEventKey event;
H A Dgtk_im_context_wrapper.cc117 void GtkIMContextWrapper::ProcessKeyEvent(GdkEventKey* event) {
415 void GtkIMContextWrapper::ProcessInputMethodResult(const GdkEventKey* event,
/external/chromium/chrome/browser/ui/gtk/
H A Dfind_bar_gtk.h84 bool MaybeForwardKeyEventToRenderer(GdkEventKey* event);
124 static gboolean OnKeyPressEvent(GtkWidget* widget, GdkEventKey* event,
126 static gboolean OnKeyReleaseEvent(GtkWidget* widget, GdkEventKey* event,
H A Dconstrained_window_gtk.h81 GdkEventKey*);
H A Dconstrained_window_gtk.cc127 GdkEventKey* key) {
H A Dhtml_dialog_gtk.cc115 GdkEventKey* os_event = event.os_event;
H A Dbrowser_window_gtk.h366 CHROMEGTK_CALLBACK_1(BrowserWindowGtk, gboolean, OnKeyPress, GdkEventKey*);
H A Dfind_bar_gtk.cc645 bool FindBarGtk::MaybeForwardKeyEventToRenderer(GdkEventKey* event) {
766 gboolean FindBarGtk::OnKeyPressEvent(GtkWidget* widget, GdkEventKey* event,
792 gboolean FindBarGtk::OnKeyReleaseEvent(GtkWidget* widget, GdkEventKey* event,
H A Dbrowser_window_gtk.cc166 int GetCustomCommandId(GdkEventKey* event) {
194 int GetPreHandleCommandId(GdkEventKey* event) {
990 GdkEventKey* os_event = event.os_event;
1050 GdkEventKey* os_event = event.os_event;
1982 gboolean BrowserWindowGtk::OnKeyPress(GtkWidget* widget, GdkEventKey* event) {
H A Dinfo_bubble_gtk.cc401 GdkEventKey msg;
/external/webkit/Source/WebKit2/UIProcess/gtk/
H A DWebView.cpp285 void WebView::handleKeyboardEvent(GdkEventKey* event)
305 gtk_bindings_activate_event(GTK_OBJECT(m_nativeWidget.get()), const_cast<GdkEventKey*>(&event.nativeEvent()->key));
307 gtk_bindings_activate_event(G_OBJECT(m_nativeWidget.get()), const_cast<GdkEventKey*>(&event.nativeEvent()->key));
H A DWebView.h64 void handleKeyboardEvent(GdkEventKey*);
H A DWebViewWidget.cpp198 static gboolean webViewKeyPressEvent(GtkWidget* widget, GdkEventKey* event)
206 static gboolean webViewKeyReleaseEvent(GtkWidget* widget, GdkEventKey* event)
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_view_gtk.h208 GdkEventKey*);
210 GdkEventKey*);
/external/webkit/Source/WebKit/chromium/src/gtk/
H A DWebInputEventFactory.cpp119 static int gdkEventToWindowsKeyCode(const GdkEventKey* event)
320 WebKeyboardEvent WebInputEventFactory::keyboardEvent(const GdkEventKey* event)
378 // keyboardEvent(const GdkEventKey*) depends on the GdkEventKey object and
379 // it is hard to use/ it from signal handlers which don't use GdkEventKey
382 // GdkEventKey object.
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DFullscreenVideoController.cpp225 static gboolean onFullscreenGtkKeyPressEvent(GtkWidget* widget, GdkEventKey* event, FullscreenVideoController* controller)
/external/chromium/chrome/browser/chromeos/login/
H A Dscreen_locker.cc209 virtual gboolean OnKeyEvent(GtkWidget* widget, GdkEventKey* event) {
320 virtual gboolean OnKeyEvent(GtkWidget* widget, GdkEventKey* event) {

Completed in 392 milliseconds

12