Home
last modified time | relevance | path

Searched refs:EditorClient (Results 1 – 25 of 65) sorted by relevance

123

/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DEditorClientGtk.cpp63 static void imContextCommitted(GtkIMContext* context, const gchar* compositionString, EditorClient*… in imContextCommitted()
86 static void imContextPreeditChanged(GtkIMContext* context, EditorClient* client) in imContextPreeditChanged()
102 static void backspaceCallback(GtkWidget* widget, EditorClient* client) in backspaceCallback()
108 static void selectAllCallback(GtkWidget* widget, gboolean select, EditorClient* client) in selectAllCallback()
114 static void cutClipboardCallback(GtkWidget* widget, EditorClient* client) in cutClipboardCallback()
120 static void copyClipboardCallback(GtkWidget* widget, EditorClient* client) in copyClipboardCallback()
126 static void pasteClipboardCallback(GtkWidget* widget, EditorClient* client) in pasteClipboardCallback()
132 static void toggleOverwriteCallback(GtkWidget* widget, EditorClient*) in toggleOverwriteCallback() argument
141 static void popupMenuCallback(GtkWidget* widget, EditorClient*) in popupMenuCallback() argument
146 static void showHelpCallback(GtkWidget* widget, EditorClient*) in showHelpCallback() argument
[all …]
DEditorClientGtk.h57 class EditorClient : public WebCore::EditorClient {
65 EditorClient(WebKitWebView*);
66 ~EditorClient();
/external/webkit/Source/WebKit/wince/
DChangeLog205 Refactoring: Extract TextCheckerClient from EditorClient
215 Add EditorClient callbacks to override isDOMPasteAllowed and javaScriptCanAccessClipboard
218 Added two callback functions, canCopyCut and canPaste to EditorClient. They are currently
363 (WebKit::EditorClient::requestCheckingOfString):
506 [WINCE] Implement EditorClient::handleKeyboardEvent
580 * WebCoreSupport/EditorClientWinCE.cpp: Rename EditorClient to EditorClientWinCE.
628 (WebKit::EditorClient::EditorClient):
629 (WebKit::EditorClient::~EditorClient):
630 (WebKit::EditorClient::setInputMethodState):
631 (WebKit::EditorClient::shouldDeleteRange):
[all …]
/external/webkit/Source/WebCore/editing/
DSpellingCorrectionController.h50 class EditorClient; variable
129 EditorClient* client();
133 EditorClient* m_client;
DTextCheckingHelper.h78 TextCheckingHelper(EditorClient*, PassRefPtr<Range>);
91 EditorClient* m_client;
DSpellingCorrectionController.cpp271 …client()->recordAutocorrectionResponse(EditorClient::AutocorrectionReverted, corrected, correction… in respondToUnappliedSpellCorrection()
418 EditorClient* SpellingCorrectionController::client() in client()
425 if (EditorClient* owner = client()) in textChecker()
432 …client()->recordAutocorrectionResponse(EditorClient::AutocorrectionReverted, replacedString, repla… in recordAutocorrectionResponseReversed()
471 …client()->recordAutocorrectionResponse(EditorClient::AutocorrectionReverted, corrected, correction… in recordSpellcheckerResponseForModifiedCorrection()
473 … client()->recordAutocorrectionResponse(EditorClient::AutocorrectionEdited, corrected, correction); in recordSpellcheckerResponseForModifiedCorrection()
DEditor.h56 class EditorClient; variable
87 EditorClient* client() const;
/external/webkit/Source/WebCore/page/
DPage.h59 class EditorClient; variable
112 EditorClient* editorClient;
139 EditorClient* editorClient() const { return m_editorClient; } in editorClient()
356 EditorClient* m_editorClient;
DEditorClient.h76 class EditorClient {
78 virtual ~EditorClient() { } in ~EditorClient()
/external/webkit/Source/WebKit/gtk/
DChangeLog886 setting and querying the selectTrailingWhitespaceEnabled setting. EditorClient just
895 (WebKit::EditorClient::isSelectTrailingWhitespaceEnabled): Ask DRTSupportGtk
935 (WebKit::EditorClient::EditorClient):
937 (WebKit::EditorClient::textChecker):
1057 Refactoring: Extract TextCheckerClient from EditorClient
1061 (WebKit::EditorClient::textChecker):
1067 Add EditorClient callbacks to override isDOMPasteAllowed and javaScriptCanAccessClipboard
1070 Added two callback functions, canCopyCut and canPaste to EditorClient. They are currently
1074 (WebKit::EditorClient::canCopyCut): Added.
1075 (WebKit::EditorClient::canPaste): Added.
[all …]
/external/webkit/Source/WebKit2/UIProcess/gtk/
DWebView.cpp95 static void toggleOverwriteCallback(GtkWidget* widget, EditorClient*) in toggleOverwriteCallback() argument
104 static void popupMenuCallback(GtkWidget* widget, EditorClient*) in popupMenuCallback() argument
109 static void showHelpCallback(GtkWidget* widget, EditorClient*) in showHelpCallback() argument
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebEditorClient.h31 #import <WebCore/EditorClient.h>
40 class WebEditorClient : public WebCore::EditorClient, public WebCore::TextCheckerClient {
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
DEditorClientHaiku.h44 class EditorClientHaiku : public EditorClient, public TextCheckerClient {
/external/webkit/Source/WebKit/efl/WebCoreSupport/
DEditorClientEfl.h46 class EditorClientEfl : public EditorClient, public TextCheckerClient {
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DEditorClientQt.h43 class EditorClientQt : public EditorClient, public TextCheckerClient {
/external/webkit/Source/WebKit/wx/WebKitSupport/
DEditorClientWx.h40 class EditorClientWx : public EditorClient, public TextCheckerClient {
/external/webkit/Source/WebKit/android/WebCoreSupport/
DEditorClientAndroid.h43 class EditorClientAndroid : public EditorClient, public TextCheckerClient {
/external/webkit/Source/WebKit/wince/WebCoreSupport/
DEditorClientWinCE.h35 class EditorClientWinCE : public WebCore::EditorClient, public WebCore::TextCheckerClient {
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebEditorClient.h38 class WebEditorClient : public WebCore::EditorClient, public WebCore::TextCheckerClient {
/external/webkit/Source/WebKit2/UIProcess/API/mac/
DPageClientImpl.h116 …virtual void recordAutocorrectionResponse(WebCore::EditorClient::AutocorrectionResponseType, const…
DPageClientImpl.mm434 void PageClientImpl::recordAutocorrectionResponse(EditorClient::AutocorrectionResponseType response…
437 …NSCorrectionResponse response = responseType == EditorClient::AutocorrectionReverted ? NSCorrectio…
/external/webkit/Source/WebKit/chromium/src/
DEditorClientImpl.h47 class EditorClientImpl : public WebCore::EditorClient, public WebCore::TextCheckerClient {
/external/webkit/Source/WebKit2/UIProcess/
DPageClient.h143 …virtual void recordAutocorrectionResponse(WebCore::EditorClient::AutocorrectionResponseType, const…
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebEditorClient.h36 class WebEditorClient : public WebCore::EditorClient, public WebCore::TextCheckerClient {
/external/webkit/Source/WebCore/svg/graphics/
DSVGImage.cpp250 static EditorClient* dummyEditorClient = new EmptyEditorClient; in dataChanged()

123