/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/ |
D | InjectedBundlePageEditorClient.cpp | 57 bool InjectedBundlePageEditorClient::shouldInsertNode(WebPage* page, Node* node, Range* rangeToRepl… in shouldInsertNode() function in WebKit::InjectedBundlePageEditorClient 59 if (m_client.shouldInsertNode) { in shouldInsertNode() 62 …return m_client.shouldInsertNode(toAPI(page), toAPI(nodeHandle.get()), toAPI(rangeToReplaceHandle.… in shouldInsertNode()
|
D | InjectedBundlePageEditorClient.h | 50 …bool shouldInsertNode(WebPage*, WebCore::Node*, WebCore::Range* rangeToReplace, WebCore::EditorIns…
|
/external/webkit/Tools/DumpRenderTree/gtk/ |
D | EditingCallbacks.cpp | 114 gboolean shouldInsertNode(WebKitWebView* webView, WebKitDOMNode* node, WebKitDOMRange* range, WebKi… in shouldInsertNode() function 194 "signal::should-insert-node", shouldInsertNode, 0, in connectEditingCallbacks()
|
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/ |
D | InjectedBundlePage.h | 129 …static bool shouldInsertNode(WKBundlePageRef, WKBundleNodeHandleRef, WKBundleRangeHandleRef rangeT… 140 …bool shouldInsertNode(WKBundleNodeHandleRef, WKBundleRangeHandleRef rangeToReplace, WKInsertAction…
|
D | InjectedBundlePage.cpp | 236 shouldInsertNode, in InjectedBundlePage() 840 bool InjectedBundlePage::shouldInsertNode(WKBundlePageRef page, WKBundleNodeHandleRef node, WKBundl… in shouldInsertNode() function in WTR::InjectedBundlePage 842 …return static_cast<InjectedBundlePage*>(const_cast<void*>(clientInfo))->shouldInsertNode(node, ran… in shouldInsertNode() 905 bool InjectedBundlePage::shouldInsertNode(WKBundleNodeHandleRef node, WKBundleRangeHandleRef rangeT… in shouldInsertNode() function in WTR::InjectedBundlePage
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebEditingDelegate.h | 44 - (BOOL)webView:(WebView *)webView shouldInsertNode:(DOMNode *)node replacingDOMRange:(DOMRange *)r…
|
/external/webkit/Source/WebKit/haiku/WebCoreSupport/ |
D | EditorClientHaiku.h | 63 virtual bool shouldInsertNode(Node*, Range*, EditorInsertAction);
|
/external/webkit/Source/WebKit/efl/WebCoreSupport/ |
D | EditorClientEfl.h | 66 virtual bool shouldInsertNode(Node*, Range*, EditorInsertAction);
|
/external/webkit/Source/WebKit/wx/WebKitSupport/ |
D | EditorClientWx.h | 63 virtual bool shouldInsertNode(Node*, Range*,
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | EditorClientQt.h | 63 virtual bool shouldInsertNode(Node*, Range*, EditorInsertAction);
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | EditorClientAndroid.h | 65 virtual bool shouldInsertNode(Node*, Range*, EditorInsertAction);
|
D | EditorClientAndroid.cpp | 75 bool EditorClientAndroid::shouldInsertNode(Node*, Range*, EditorInsertAction) { notImplemented(); r… in shouldInsertNode() function in android::EditorClientAndroid
|
/external/webkit/Tools/DumpRenderTree/mac/ |
D | EditingDelegate.mm | 89 - (BOOL)webView:(WebView *)webView shouldInsertNode:(DOMNode *)node replacingDOMRange:(DOMRange *)r… 98 …printf("EDITING DELEGATE: shouldInsertNode:%s replacingDOMRange:%s givenAction:%s\n", [[node dumpP…
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
D | WebEditorClient.cpp | 136 bool WebEditorClient::shouldInsertNode(Node* node, Range* rangeToReplace, EditorInsertAction action) in shouldInsertNode() function in WebKit::WebEditorClient 138 …bool result = m_page->injectedBundleEditorClient().shouldInsertNode(m_page, node, rangeToReplace, … in shouldInsertNode()
|
D | WebEditorClient.h | 60 virtual bool shouldInsertNode(WebCore::Node*, WebCore::Range*, WebCore::EditorInsertAction);
|
/external/webkit/Source/WebKit/wince/WebCoreSupport/ |
D | EditorClientWinCE.h | 54 virtual bool shouldInsertNode(WebCore::Node*, WebCore::Range*, WebCore::EditorInsertAction);
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
D | WebEditorClient.h | 66 …bool shouldInsertNode(WebCore::Node*, WebCore::Range* replacingRange, WebCore::EditorInsertAction);
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
D | EditorClientGtk.h | 92 virtual bool shouldInsertNode(WebCore::Node*, WebCore::Range*, WebCore::EditorInsertAction);
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebEditingDelegate.idl | 114 …- (BOOL)webView:(WebView *)webView shouldInsertNode:(DOMNode *)node replacingDOMRange:(DOMRange *)… 116 …HRESULT shouldInsertNode([in] IWebView* webView, [in] IDOMNode* node, [in] IDOMRange* range, [in] …
|
/external/webkit/Source/WebCore/page/ |
D | EditorClient.h | 93 virtual bool shouldInsertNode(Node*, Range*, EditorInsertAction) = 0;
|
/external/webkit/Source/WebKit/chromium/src/ |
D | EditorClientImpl.h | 64 virtual bool shouldInsertNode(WebCore::Node*, WebCore::Range*, WebCore::EditorInsertAction);
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebViewClient.h | 149 virtual bool shouldInsertNode( in shouldInsertNode() function
|
/external/webkit/Tools/DumpRenderTree/win/ |
D | EditingDelegate.h | 56 virtual HRESULT STDMETHODCALLTYPE shouldInsertNode(
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
D | WebEditorClient.h | 60 virtual bool shouldInsertNode(WebCore::Node*, WebCore::Range*, WebCore::EditorInsertAction);
|
/external/webkit/Source/WebKit/mac/DefaultDelegates/ |
D | WebDefaultEditingDelegate.m | 65 - (BOOL)webView:(WebView *)webView shouldInsertNode:(DOMNode *)node replacingDOMRange:(DOMRange *)r…
|