Searched defs:EditorClient (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DEditorClient.h76 class EditorClient { class in namespace:WebCore
78 virtual ~EditorClient() { }
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.h34 #include "EditorClient.h"
57 class EditorClient : public WebCore::EditorClient { class in namespace:WebKit
65 EditorClient(WebKitWebView*);
66 ~EditorClient();
77 // from EditorClient
H A DEditorClientGtk.cpp63 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*)
839 EditorClient::EditorClient(WebKitWebView* webView) function in class:WebKit::EditorClient
[all...]

Completed in 61 milliseconds