Searched refs:moveCursorCallback (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebKit2/UIProcess/gtk/ |
D | WebView.cpp | 184 static void moveCursorCallback(GtkWidget* widget, GtkMovementStep step, gint count, gboolean extend… in moveCursorCallback() function 259 g_signal_connect(m_nativeWidget.get(), "move-cursor", G_CALLBACK(moveCursorCallback), this); in WebView()
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
D | EditorClientGtk.cpp | 221 static void moveCursorCallback(GtkWidget* widget, GtkMovementStep step, gint count, gboolean extend… in moveCursorCallback() function 858 g_signal_connect(m_nativeWidget.get(), "move-cursor", G_CALLBACK(moveCursorCallback), this); in EditorClient()
|
/external/webkit/Source/WebKit/gtk/ |
D | ChangeLog | 2054 With this change we can remove the spatial navigation hack from moveCursorCallback(), 2058 (WebKit::moveCursorCallback): 3335 (WebKit::moveCursorCallback): 6569 (WebKit::moveCursorCallback): Added.
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog | 3847 (WebKit::moveCursorCallback):
|