HomeSort by relevance Sort by last modified time
    Searched defs:EditorClient (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/page/
EditorClient.h 76 class EditorClient {
78 virtual ~EditorClient() { }
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
EditorClientGtk.h 34 #include "EditorClient.h"
57 class EditorClient : public WebCore::EditorClient {
65 EditorClient(WebKitWebView*);
66 ~EditorClient();
77 // from EditorClient
EditorClientGtk.cpp 63 static void imContextCommitted(GtkIMContext* context, const gchar* compositionString, EditorClient* client)
86 static void imContextPreeditChanged(GtkIMContext* context, EditorClient* client)
102 static void backspaceCallback(GtkWidget* widget, EditorClient* client)
108 static void selectAllCallback(GtkWidget* widget, gboolean select, EditorClient* client)
114 static void cutClipboardCallback(GtkWidget* widget, EditorClient* client)
120 static void copyClipboardCallback(GtkWidget* widget, EditorClient* client)
126 static void pasteClipboardCallback(GtkWidget* widget, EditorClient* client)
132 static void toggleOverwriteCallback(GtkWidget* widget, EditorClient*)
141 static void popupMenuCallback(GtkWidget* widget, EditorClient*)
146 static void showHelpCallback(GtkWidget* widget, EditorClient*)
    [all...]

Completed in 144 milliseconds