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

1 2

  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
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...]
EditorClientGtk.h 34 #include "EditorClient.h"
57 class EditorClient : public WebCore::EditorClient {
65 EditorClient(WebKitWebView*);
66 ~EditorClient();
77 // from EditorClient
  /external/webkit/Source/WebCore/editing/
SpellingCorrectionController.h 50 class EditorClient;
129 EditorClient* client();
133 EditorClient* m_client;
TextCheckingHelper.h 24 #include "EditorClient.h"
78 TextCheckingHelper(EditorClient*, PassRefPtr<Range>);
91 EditorClient* m_client;
SpellingCorrectionController.cpp 32 #include "EditorClient.h"
271 client()->recordAutocorrectionResponse(EditorClient::AutocorrectionReverted, corrected, correction);
418 EditorClient* SpellingCorrectionController::client()
420 return m_frame->page() ? m_frame->page()->editorClient() : 0;
425 if (EditorClient* owner = client())
432 client()->recordAutocorrectionResponse(EditorClient::AutocorrectionReverted, replacedString, replacementString);
471 client()->recordAutocorrectionResponse(EditorClient::AutocorrectionReverted, corrected, correction);
473 client()->recordAutocorrectionResponse(EditorClient::AutocorrectionEdited, corrected, correction);
Editor.h 56 class EditorClient;
87 EditorClient* client() const;
  /external/webkit/Source/WebCore/page/
EditorClient.h 76 class EditorClient {
78 virtual ~EditorClient() { }
Page.h 59 class EditorClient;
112 EditorClient* editorClient;
139 EditorClient* editorClient() const { return m_editorClient; }
356 EditorClient* m_editorClient;
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebEditorClient.h 30 #include <WebCore/EditorClient.h>
38 class WebEditorClient : public WebCore::EditorClient, public WebCore::TextCheckerClient {
  /external/webkit/Source/WebKit2/UIProcess/
TextChecker.h 29 #include <WebCore/EditorClient.h>
PageClient.h 143 virtual void recordAutocorrectionResponse(WebCore::EditorClient::AutocorrectionResponseType, const String& replacedString, const String& replacementString) = 0;
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.h 31 #import <WebCore/EditorClient.h>
40 class WebEditorClient : public WebCore::EditorClient, public WebCore::TextCheckerClient {
WebDragClient.mm 45 #import <WebCore/EditorClient.h>
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebEditorClient.h 29 #include <WebCore/EditorClient.h>
36 class WebEditorClient : public WebCore::EditorClient, public WebCore::TextCheckerClient {
  /external/webkit/Source/WebKit/android/WebCoreSupport/
EditorClientAndroid.h 32 #include "EditorClient.h"
43 class EditorClientAndroid : public EditorClient, public TextCheckerClient {
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
EditorClientEfl.h 36 #include "EditorClient.h"
46 class EditorClientEfl : public EditorClient, public TextCheckerClient {
51 // from EditorClient
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
EditorClientHaiku.h 34 #include "EditorClient.h"
44 class EditorClientHaiku : public EditorClient, public TextCheckerClient {
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
EditorClientQt.h 33 #include "EditorClient.h"
43 class EditorClientQt : public EditorClient, public TextCheckerClient {
  /external/webkit/Source/WebKit/wx/WebKitSupport/
EditorClientWx.h 31 #include "EditorClient.h"
40 class EditorClientWx : public EditorClient, public TextCheckerClient {
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
EditorClientWinCE.h 28 #include "EditorClient.h"
35 class EditorClientWinCE : public WebCore::EditorClient, public WebCore::TextCheckerClient {
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
PageClientImpl.h 116 virtual void recordAutocorrectionResponse(WebCore::EditorClient::AutocorrectionResponseType, const String& replacedString, const String& replacementString);
  /external/webkit/Source/WebKit2/UIProcess/gtk/
WebView.cpp 95 static void toggleOverwriteCallback(GtkWidget* widget, EditorClient*)
104 static void popupMenuCallback(GtkWidget* widget, EditorClient*)
109 static void showHelpCallback(GtkWidget* widget, EditorClient*)
  /external/webkit/Source/WebKit/chromium/src/
EditorClientImpl.h 34 #include "EditorClient.h"
47 class EditorClientImpl : public WebCore::EditorClient, public WebCore::TextCheckerClient {
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
WebEditorClientMac.mm 265 void WebEditorClient::recordAutocorrectionResponse(EditorClient::AutocorrectionResponseType responseType, const String& replacedString, const String& replacementString)
  /external/webkit/Source/WebCore/svg/graphics/
SVGImage.cpp 250 static EditorClient* dummyEditorClient = new EmptyEditorClient;
251 pageClients.editorClient = dummyEditorClient;

Completed in 766 milliseconds

1 2