/external/webkit/WebKit/mac/WebView/ |
D | WebEditingDelegate.h | 45 - (BOOL)webView:(WebView *)webView shouldInsertText:(NSString *)text replacingDOMRange:(DOMRange *)…
|
/external/webkit/WebKit/android/WebCoreSupport/ |
D | EditorClientAndroid.h | 56 virtual bool shouldInsertText(const String&, Range*, EditorInsertAction);
|
D | EditorClientAndroid.cpp | 71 bool EditorClientAndroid::shouldInsertText(const String&, Range*, EditorInsertAction) { return true… in shouldInsertText() function in android::EditorClientAndroid
|
/external/webkit/WebKit/wx/WebKitSupport/ |
D | EditorClientWx.h | 65 virtual bool shouldInsertText(const String&, Range*,
|
D | EditorClientWx.cpp | 156 bool EditorClientWx::shouldInsertText(const String&, Range*, in shouldInsertText() function in WebCore::EditorClientWx
|
/external/webkit/WebKit/qt/WebCoreSupport/ |
D | EditorClientQt.h | 64 virtual bool shouldInsertText(const String&, Range*, EditorInsertAction);
|
D | EditorClientQt.cpp | 142 bool EditorClientQt::shouldInsertText(const String& string, Range* range, EditorInsertAction action) in shouldInsertText() function in WebCore::EditorClientQt
|
/external/webkit/WebCore/editing/ |
D | Editor.cpp | 272 … if (client() && client()->shouldInsertText(text, selectedRange().get(), EditorInsertActionPasted)) in pasteAsPlainTextWithPasteboard() 297 …return client()->shouldInsertText(static_cast<CharacterData*>(child)->data(), replacingDOMRange.ge… in shouldInsertFragment() 369 bool Editor::shouldInsertText(const String& text, Range* range, EditorInsertAction action) const in shouldInsertText() function in WebCore::Editor 371 return client() && client()->shouldInsertText(text, range, action); in shouldInsertText() 967 if (!shouldInsertText(text, range.get(), EditorInsertActionTyped)) in insertTextWithoutSendingTextEvent() 996 if (!shouldInsertText("\n", m_frame->selection()->toRange().get(), EditorInsertActionTyped)) in insertLineBreak() 1012 if (!shouldInsertText("\n", m_frame->selection()->toRange().get(), EditorInsertActionTyped)) in insertParagraphSeparator() 2014 if (!shouldInsertText(transposed, range.get(), EditorInsertActionTyped)) in transpose()
|
D | Editor.h | 108 bool shouldInsertText(const String&, Range*, EditorInsertAction) const;
|
/external/webkit/WebCore/page/ |
D | EditorClient.h | 84 virtual bool shouldInsertText(const String&, Range*, EditorInsertAction) = 0;
|
D | ContextMenuController.cpp | 196 … if (frame->editor()->shouldInsertText(item->title(), frame->selection()->toRange().get(), in contextMenuItemSelected()
|
D | DragController.cpp | 414 …if (text.isEmpty() || !innerFrame->editor()->shouldInsertText(text, range.get(), EditorInsertActio… in concludeEditDrag()
|
/external/webkit/WebKit/win/WebCoreSupport/ |
D | WebEditorClient.h | 56 …virtual bool shouldInsertText(const WebCore::String&, WebCore::Range*, WebCore::EditorInsertAction…
|
D | WebEditorClient.cpp | 252 bool WebEditorClient::shouldInsertText(const String& /*str*/, Range* /* replacingRange */, EditorIn… in shouldInsertText() function in WebEditorClient
|
/external/webkit/WebKit/gtk/WebCoreSupport/ |
D | EditorClientGtk.h | 68 …virtual bool shouldInsertText(const WebCore::String&, WebCore::Range*, WebCore::EditorInsertAction…
|
D | EditorClientGtk.cpp | 133 bool EditorClient::shouldInsertText(const String&, Range*, EditorInsertAction) in shouldInsertText() function in WebKit::EditorClient
|
/external/webkit/WebKitTools/DumpRenderTree/mac/ |
D | EditingDelegate.mm | 101 - (BOOL)webView:(WebView *)webView shouldInsertText:(NSString *)text replacingDOMRange:(DOMRange *)… 110 …printf("EDITING DELEGATE: shouldInsertText:%s replacingDOMRange:%s givenAction:%s\n", [[text descr…
|
/external/webkit/WebKit/mac/WebCoreSupport/ |
D | WebEditorClient.h | 60 …virtual bool shouldInsertText(const WebCore::String&, WebCore::Range*, WebCore::EditorInsertAction…
|
D | WebEditorClient.mm | 258 bool WebEditorClient::shouldInsertText(const String& text, Range* range, EditorInsertAction action) function 261 …return [[webView _editingDelegateForwarder] webView:webView shouldInsertText:text replacingDOMRang…
|
/external/webkit/WebKit/win/Interfaces/ |
D | IWebEditingDelegate.idl | 119 …- (BOOL)webView:(WebView *)webView shouldInsertText:(NSString *)text replacingDOMRange:(DOMRange *… 121 …HRESULT shouldInsertText([in] IWebView* webView, [in] BSTR text, [in] IDOMRange* range, [in] WebVi…
|
/external/webkit/WebKitTools/DumpRenderTree/win/ |
D | EditingDelegate.h | 62 virtual HRESULT STDMETHODCALLTYPE shouldInsertText(
|
D | EditingDelegate.cpp | 173 HRESULT STDMETHODCALLTYPE EditingDelegate::shouldInsertText( in shouldInsertText() function in EditingDelegate
|
/external/webkit/WebKit/mac/DefaultDelegates/ |
D | WebDefaultEditingDelegate.m | 70 - (BOOL)webView:(WebView *)webView shouldInsertText:(NSString *)text replacingDOMRange:(DOMRange *)…
|
/external/webkit/WebCore/loader/ |
D | EmptyClients.h | 293 virtual bool shouldInsertText(const String&, Range*, EditorInsertAction) { return false; } in shouldInsertText() function
|
/external/webkit/WebKit/mac/ |
D | WebKit.order | 859 -[WebDefaultEditingDelegate webView:shouldInsertText:replacingDOMRange:givenAction:]
|