Home
last modified time | relevance | path

Searched refs:moveCursorCallback (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/gtk/
DWebView.cpp184 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/
DEditorClientGtk.cpp221 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/
DChangeLog2054 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/
DChangeLog3847 (WebKit::moveCursorCallback):