Home
last modified time | relevance | path

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

12

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

12