/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
D | EditorClientGtk.cpp | 63 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 …]
|
D | EditorClientGtk.h | 57 class EditorClient : public WebCore::EditorClient { 65 EditorClient(WebKitWebView*); 66 ~EditorClient();
|
/external/webkit/Source/WebKit/wince/ |
D | ChangeLog | 205 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/ |
D | SpellingCorrectionController.h | 50 class EditorClient; variable 129 EditorClient* client(); 133 EditorClient* m_client;
|
D | TextCheckingHelper.h | 78 TextCheckingHelper(EditorClient*, PassRefPtr<Range>); 91 EditorClient* m_client;
|
D | SpellingCorrectionController.cpp | 271 …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()
|
D | Editor.h | 56 class EditorClient; variable 87 EditorClient* client() const;
|
/external/webkit/Source/WebCore/page/ |
D | Page.h | 59 class EditorClient; variable 112 EditorClient* editorClient; 139 EditorClient* editorClient() const { return m_editorClient; } in editorClient() 356 EditorClient* m_editorClient;
|
D | EditorClient.h | 76 class EditorClient { 78 virtual ~EditorClient() { } in ~EditorClient()
|
/external/webkit/Source/WebKit/gtk/ |
D | ChangeLog | 886 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/ |
D | WebView.cpp | 95 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/ |
D | WebEditorClient.h | 31 #import <WebCore/EditorClient.h> 40 class WebEditorClient : public WebCore::EditorClient, public WebCore::TextCheckerClient {
|
/external/webkit/Source/WebKit/haiku/WebCoreSupport/ |
D | EditorClientHaiku.h | 44 class EditorClientHaiku : public EditorClient, public TextCheckerClient {
|
/external/webkit/Source/WebKit/efl/WebCoreSupport/ |
D | EditorClientEfl.h | 46 class EditorClientEfl : public EditorClient, public TextCheckerClient {
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | EditorClientQt.h | 43 class EditorClientQt : public EditorClient, public TextCheckerClient {
|
/external/webkit/Source/WebKit/wx/WebKitSupport/ |
D | EditorClientWx.h | 40 class EditorClientWx : public EditorClient, public TextCheckerClient {
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | EditorClientAndroid.h | 43 class EditorClientAndroid : public EditorClient, public TextCheckerClient {
|
/external/webkit/Source/WebKit/wince/WebCoreSupport/ |
D | EditorClientWinCE.h | 35 class EditorClientWinCE : public WebCore::EditorClient, public WebCore::TextCheckerClient {
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
D | WebEditorClient.h | 38 class WebEditorClient : public WebCore::EditorClient, public WebCore::TextCheckerClient {
|
/external/webkit/Source/WebKit2/UIProcess/API/mac/ |
D | PageClientImpl.h | 116 …virtual void recordAutocorrectionResponse(WebCore::EditorClient::AutocorrectionResponseType, const…
|
D | PageClientImpl.mm | 434 void PageClientImpl::recordAutocorrectionResponse(EditorClient::AutocorrectionResponseType response… 437 …NSCorrectionResponse response = responseType == EditorClient::AutocorrectionReverted ? NSCorrectio…
|
/external/webkit/Source/WebKit/chromium/src/ |
D | EditorClientImpl.h | 47 class EditorClientImpl : public WebCore::EditorClient, public WebCore::TextCheckerClient {
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | PageClient.h | 143 …virtual void recordAutocorrectionResponse(WebCore::EditorClient::AutocorrectionResponseType, const…
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
D | WebEditorClient.h | 36 class WebEditorClient : public WebCore::EditorClient, public WebCore::TextCheckerClient {
|
/external/webkit/Source/WebCore/svg/graphics/ |
D | SVGImage.cpp | 250 static EditorClient* dummyEditorClient = new EmptyEditorClient; in dataChanged()
|