HomeSort by relevance Sort by last modified time
    Searched refs:GdkEventKey (Results 1 - 25 of 33) sorted by null

1 2

  /external/webkit/Source/WebKit2/Shared/gtk/
WebEventFactory.h 34 typedef struct _GdkEventKey GdkEventKey;
42 static WebKeyboardEvent createWebKeyboardEvent(const GdkEventKey*);
WebEventFactory.cpp 174 WebKeyboardEvent WebEventFactory::createWebKeyboardEvent(const GdkEventKey* event)
  /external/webkit/Source/WebCore/platform/gtk/
PopupMenuGtk.h 31 typedef struct _GdkEventKey GdkEventKey;
47 bool typeAheadFind(GdkEventKey*);
58 static int keyPressEventCallback(GtkWidget*, GdkEventKey*, PopupMenuGtk*);
PlatformKeyboardEventGtk.cpp 549 PlatformKeyboardEvent::PlatformKeyboardEvent(GdkEventKey* event)
600 GdkEventKey* PlatformKeyboardEvent::gdkEventKey() const
PopupMenuGtk.cpp 153 bool PopupMenuGtk::typeAheadFind(GdkEventKey* event)
264 int PopupMenuGtk::keyPressEventCallback(GtkWidget* widget, GdkEventKey* event, PopupMenuGtk* that)
  /external/webkit/Source/WebKit/chromium/public/gtk/
WebInputEventFactory.h 40 typedef struct _GdkEventKey GdkEventKey;
50 WEBKIT_API static WebKeyboardEvent keyboardEvent(const GdkEventKey*);
  /external/chromium/chrome/browser/ui/gtk/
constrained_window_gtk.h 81 GdkEventKey*);
find_bar_gtk.h 84 bool MaybeForwardKeyEventToRenderer(GdkEventKey* event);
124 static gboolean OnKeyPressEvent(GtkWidget* widget, GdkEventKey* event,
126 static gboolean OnKeyReleaseEvent(GtkWidget* widget, GdkEventKey* event,
constrained_window_gtk.cc 127 GdkEventKey* key) {
html_dialog_gtk.cc 115 GdkEventKey* os_event = event.os_event;
browser_window_gtk.h 366 CHROMEGTK_CALLBACK_1(BrowserWindowGtk, gboolean, OnKeyPress, GdkEventKey*);
find_bar_gtk.cc 645 bool FindBarGtk::MaybeForwardKeyEventToRenderer(GdkEventKey* event) {
766 gboolean FindBarGtk::OnKeyPressEvent(GtkWidget* widget, GdkEventKey* event,
792 gboolean FindBarGtk::OnKeyReleaseEvent(GtkWidget* widget, GdkEventKey* event,
    [all...]
browser_window_gtk.cc 166 int GetCustomCommandId(GdkEventKey* event) {
194 int GetPreHandleCommandId(GdkEventKey* event) {
    [all...]
info_bubble_gtk.cc 401 GdkEventKey msg;
  /external/webkit/Source/WebCore/platform/
PlatformKeyboardEvent.h 48 typedef struct _GdkEventKey GdkEventKey;
176 PlatformKeyboardEvent(GdkEventKey*);
177 GdkEventKey* gdkEventKey() const;
254 GdkEventKey* m_gdkEventKey;
  /external/chromium/chrome/browser/renderer_host/
gtk_im_context_wrapper.h 49 void ProcessKeyEvent(GdkEventKey* event);
79 void ProcessInputMethodResult(const GdkEventKey* event, bool filtered);
gtk_key_bindings_handler_unittest.cc 55 GdkEventKey event;
gtk_im_context_wrapper.cc 117 void GtkIMContextWrapper::ProcessKeyEvent(GdkEventKey* event) {
415 void GtkIMContextWrapper::ProcessInputMethodResult(const GdkEventKey* event,
  /external/webkit/Source/WebKit2/UIProcess/gtk/
WebView.h 64 void handleKeyboardEvent(GdkEventKey*);
WebView.cpp 285 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));
WebViewWidget.cpp 198 static gboolean webViewKeyPressEvent(GtkWidget* widget, GdkEventKey* event)
206 static gboolean webViewKeyReleaseEvent(GtkWidget* widget, GdkEventKey* event)
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_gtk.h 208 GdkEventKey*);
210 GdkEventKey*);
  /external/webkit/Source/WebKit/chromium/src/gtk/
WebInputEventFactory.cpp 119 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/
FullscreenVideoController.cpp 225 static gboolean onFullscreenGtkKeyPressEvent(GtkWidget* widget, GdkEventKey* event, FullscreenVideoController* controller)
  /external/chromium/chrome/browser/chromeos/login/
screen_locker.cc 209 virtual gboolean OnKeyEvent(GtkWidget* widget, GdkEventKey* event) {
320 virtual gboolean OnKeyEvent(GtkWidget* widget, GdkEventKey* event) {
    [all...]

Completed in 1047 milliseconds

1 2