Home
last modified time | relevance | path

Searched refs:shouldInsertNode (Results 1 – 25 of 54) sorted by relevance

123

/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
DInjectedBundlePageEditorClient.cpp57 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()
DInjectedBundlePageEditorClient.h50 …bool shouldInsertNode(WebPage*, WebCore::Node*, WebCore::Range* rangeToReplace, WebCore::EditorIns…
/external/webkit/Tools/DumpRenderTree/gtk/
DEditingCallbacks.cpp114 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/
DInjectedBundlePage.h129 …static bool shouldInsertNode(WKBundlePageRef, WKBundleNodeHandleRef, WKBundleRangeHandleRef rangeT…
140 …bool shouldInsertNode(WKBundleNodeHandleRef, WKBundleRangeHandleRef rangeToReplace, WKInsertAction…
DInjectedBundlePage.cpp236 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/
DWebEditingDelegate.h44 - (BOOL)webView:(WebView *)webView shouldInsertNode:(DOMNode *)node replacingDOMRange:(DOMRange *)r…
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
DEditorClientHaiku.h63 virtual bool shouldInsertNode(Node*, Range*, EditorInsertAction);
/external/webkit/Source/WebKit/efl/WebCoreSupport/
DEditorClientEfl.h66 virtual bool shouldInsertNode(Node*, Range*, EditorInsertAction);
/external/webkit/Source/WebKit/wx/WebKitSupport/
DEditorClientWx.h63 virtual bool shouldInsertNode(Node*, Range*,
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DEditorClientQt.h63 virtual bool shouldInsertNode(Node*, Range*, EditorInsertAction);
/external/webkit/Source/WebKit/android/WebCoreSupport/
DEditorClientAndroid.h65 virtual bool shouldInsertNode(Node*, Range*, EditorInsertAction);
DEditorClientAndroid.cpp75 bool EditorClientAndroid::shouldInsertNode(Node*, Range*, EditorInsertAction) { notImplemented(); r… in shouldInsertNode() function in android::EditorClientAndroid
/external/webkit/Tools/DumpRenderTree/mac/
DEditingDelegate.mm89 - (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/
DWebEditorClient.cpp136 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()
DWebEditorClient.h60 virtual bool shouldInsertNode(WebCore::Node*, WebCore::Range*, WebCore::EditorInsertAction);
/external/webkit/Source/WebKit/wince/WebCoreSupport/
DEditorClientWinCE.h54 virtual bool shouldInsertNode(WebCore::Node*, WebCore::Range*, WebCore::EditorInsertAction);
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebEditorClient.h66 …bool shouldInsertNode(WebCore::Node*, WebCore::Range* replacingRange, WebCore::EditorInsertAction);
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DEditorClientGtk.h92 virtual bool shouldInsertNode(WebCore::Node*, WebCore::Range*, WebCore::EditorInsertAction);
/external/webkit/Source/WebKit/win/Interfaces/
DIWebEditingDelegate.idl114 …- (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/
DEditorClient.h93 virtual bool shouldInsertNode(Node*, Range*, EditorInsertAction) = 0;
/external/webkit/Source/WebKit/chromium/src/
DEditorClientImpl.h64 virtual bool shouldInsertNode(WebCore::Node*, WebCore::Range*, WebCore::EditorInsertAction);
/external/webkit/Source/WebKit/chromium/public/
DWebViewClient.h149 virtual bool shouldInsertNode( in shouldInsertNode() function
/external/webkit/Tools/DumpRenderTree/win/
DEditingDelegate.h56 virtual HRESULT STDMETHODCALLTYPE shouldInsertNode(
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebEditorClient.h60 virtual bool shouldInsertNode(WebCore::Node*, WebCore::Range*, WebCore::EditorInsertAction);
/external/webkit/Source/WebKit/mac/DefaultDelegates/
DWebDefaultEditingDelegate.m65 - (BOOL)webView:(WebView *)webView shouldInsertNode:(DOMNode *)node replacingDOMRange:(DOMRange *)r…

123