Home
last modified time | relevance | path

Searched refs:shouldInsertText (Results 1 – 25 of 37) sorted by relevance

12

/external/webkit/WebKit/mac/WebView/
DWebEditingDelegate.h45 - (BOOL)webView:(WebView *)webView shouldInsertText:(NSString *)text replacingDOMRange:(DOMRange *)…
/external/webkit/WebKit/android/WebCoreSupport/
DEditorClientAndroid.h56 virtual bool shouldInsertText(const String&, Range*, EditorInsertAction);
DEditorClientAndroid.cpp71 bool EditorClientAndroid::shouldInsertText(const String&, Range*, EditorInsertAction) { return true… in shouldInsertText() function in android::EditorClientAndroid
/external/webkit/WebKit/wx/WebKitSupport/
DEditorClientWx.h65 virtual bool shouldInsertText(const String&, Range*,
DEditorClientWx.cpp156 bool EditorClientWx::shouldInsertText(const String&, Range*, in shouldInsertText() function in WebCore::EditorClientWx
/external/webkit/WebKit/qt/WebCoreSupport/
DEditorClientQt.h64 virtual bool shouldInsertText(const String&, Range*, EditorInsertAction);
DEditorClientQt.cpp142 bool EditorClientQt::shouldInsertText(const String& string, Range* range, EditorInsertAction action) in shouldInsertText() function in WebCore::EditorClientQt
/external/webkit/WebCore/editing/
DEditor.cpp272 … 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()
DEditor.h108 bool shouldInsertText(const String&, Range*, EditorInsertAction) const;
/external/webkit/WebCore/page/
DEditorClient.h84 virtual bool shouldInsertText(const String&, Range*, EditorInsertAction) = 0;
DContextMenuController.cpp196 … if (frame->editor()->shouldInsertText(item->title(), frame->selection()->toRange().get(), in contextMenuItemSelected()
DDragController.cpp414 …if (text.isEmpty() || !innerFrame->editor()->shouldInsertText(text, range.get(), EditorInsertActio… in concludeEditDrag()
/external/webkit/WebKit/win/WebCoreSupport/
DWebEditorClient.h56 …virtual bool shouldInsertText(const WebCore::String&, WebCore::Range*, WebCore::EditorInsertAction…
DWebEditorClient.cpp252 bool WebEditorClient::shouldInsertText(const String& /*str*/, Range* /* replacingRange */, EditorIn… in shouldInsertText() function in WebEditorClient
/external/webkit/WebKit/gtk/WebCoreSupport/
DEditorClientGtk.h68 …virtual bool shouldInsertText(const WebCore::String&, WebCore::Range*, WebCore::EditorInsertAction…
DEditorClientGtk.cpp133 bool EditorClient::shouldInsertText(const String&, Range*, EditorInsertAction) in shouldInsertText() function in WebKit::EditorClient
/external/webkit/WebKitTools/DumpRenderTree/mac/
DEditingDelegate.mm101 - (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/
DWebEditorClient.h60 …virtual bool shouldInsertText(const WebCore::String&, WebCore::Range*, WebCore::EditorInsertAction…
DWebEditorClient.mm258 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/
DIWebEditingDelegate.idl119 …- (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/
DEditingDelegate.h62 virtual HRESULT STDMETHODCALLTYPE shouldInsertText(
DEditingDelegate.cpp173 HRESULT STDMETHODCALLTYPE EditingDelegate::shouldInsertText( in shouldInsertText() function in EditingDelegate
/external/webkit/WebKit/mac/DefaultDelegates/
DWebDefaultEditingDelegate.m70 - (BOOL)webView:(WebView *)webView shouldInsertText:(NSString *)text replacingDOMRange:(DOMRange *)…
/external/webkit/WebCore/loader/
DEmptyClients.h293 virtual bool shouldInsertText(const String&, Range*, EditorInsertAction) { return false; } in shouldInsertText() function
/external/webkit/WebKit/mac/
DWebKit.order859 -[WebDefaultEditingDelegate webView:shouldInsertText:replacingDOMRange:givenAction:]

12