Searched refs:shouldInsertNode (Results 1 - 25 of 41) sorted by relevance

12

/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundlePageEditorClient.cpp57 bool InjectedBundlePageEditorClient::shouldInsertNode(WebPage* page, Node* node, Range* rangeToReplace, EditorInsertAction action) function in class:WebKit::InjectedBundlePageEditorClient
59 if (m_client.shouldInsertNode) {
62 return m_client.shouldInsertNode(toAPI(page), toAPI(nodeHandle.get()), toAPI(rangeToReplaceHandle.get()), toAPI(action), m_client.clientInfo);
H A DInjectedBundlePageEditorClient.h50 bool shouldInsertNode(WebPage*, WebCore::Node*, WebCore::Range* rangeToReplace, WebCore::EditorInsertAction);
/external/webkit/Source/WebKit/mac/WebView/
H A DWebEditingDelegate.h44 - (BOOL)webView:(WebView *)webView shouldInsertNode:(DOMNode *)node replacingDOMRange:(DOMRange *)range givenAction:(WebViewInsertAction)action;
/external/webkit/Tools/DumpRenderTree/gtk/
H A DEditingCallbacks.cpp114 gboolean shouldInsertNode(WebKitWebView* webView, WebKitDOMNode* node, WebKitDOMRange* range, WebKitInsertAction action) function
117 printf("EDITING DELEGATE: shouldInsertNode:%s replacingDOMRange:%s givenAction:%s\n",
194 "signal::should-insert-node", shouldInsertNode, 0, local
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DEditorClientAndroid.h65 virtual bool shouldInsertNode(Node*, Range*, EditorInsertAction);
H A DEditorClientAndroid.cpp75 bool EditorClientAndroid::shouldInsertNode(Node*, Range*, EditorInsertAction) { notImplemented(); return true; } function in class:android::EditorClientAndroid
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DEditorClientEfl.h66 virtual bool shouldInsertNode(Node*, Range*, EditorInsertAction);
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.h63 virtual bool shouldInsertNode(Node*, Range*, EditorInsertAction);
H A DEditorClientHaiku.cpp128 bool EditorClientHaiku::shouldInsertNode(Node*, Range*, EditorInsertAction) function in class:WebCore::EditorClientHaiku
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.h63 virtual bool shouldInsertNode(Node*, Range*, EditorInsertAction);
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DEditorClientWx.h63 virtual bool shouldInsertNode(Node*, Range*,
/external/webkit/Source/WebKit/mac/DefaultDelegates/
H A DWebDefaultEditingDelegate.m65 - (BOOL)webView:(WebView *)webView shouldInsertNode:(DOMNode *)node replacingDOMRange:(DOMRange *)range givenAction:(WebViewInsertAction)action
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DInjectedBundlePage.h129 static bool shouldInsertNode(WKBundlePageRef, WKBundleNodeHandleRef, WKBundleRangeHandleRef rangeToReplace, WKInsertActionType, const void* clientInfo);
140 bool shouldInsertNode(WKBundleNodeHandleRef, WKBundleRangeHandleRef rangeToReplace, WKInsertActionType);
/external/webkit/Source/WebCore/page/
H A DEditorClient.h93 virtual bool shouldInsertNode(Node*, Range*, EditorInsertAction) = 0;
/external/webkit/Source/WebKit/chromium/public/
H A DWebViewClient.h149 virtual bool shouldInsertNode( function in class:WebKit::WebViewClient
/external/webkit/Source/WebKit/chromium/src/
H A DEditorClientImpl.h64 virtual bool shouldInsertNode(WebCore::Node*, WebCore::Range*, WebCore::EditorInsertAction);
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.h92 virtual bool shouldInsertNode(WebCore::Node*, WebCore::Range*, WebCore::EditorInsertAction);
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebEditorClient.h66 bool shouldInsertNode(WebCore::Node*, WebCore::Range* replacingRange, WebCore::EditorInsertAction);
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DEditorClientWinCE.h54 virtual bool shouldInsertNode(WebCore::Node*, WebCore::Range*, WebCore::EditorInsertAction);
/external/webkit/Tools/DumpRenderTree/win/
H A DEditingDelegate.h56 virtual HRESULT STDMETHODCALLTYPE shouldInsertNode(
/external/webkit/Tools/DumpRenderTree/mac/
H A DEditingDelegate.mm89 - (BOOL)webView:(WebView *)webView shouldInsertNode:(DOMNode *)node replacingDOMRange:(DOMRange *)range givenAction:(WebViewInsertAction)action
98 printf("EDITING DELEGATE: shouldInsertNode:%s replacingDOMRange:%s givenAction:%s\n", [[node dumpPath] UTF8String], [[range dump] UTF8String], insertactionstring[action]);
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebEditingDelegate.idl114 - (BOOL)webView:(WebView *)webView shouldInsertNode:(DOMNode *)node replacingDOMRange:(DOMRange *)range givenAction:(WebViewInsertAction)action;
116 HRESULT shouldInsertNode([in] IWebView* webView, [in] IDOMNode* node, [in] IDOMRange* range, [in] WebViewInsertAction action);
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebEditorClient.cpp136 bool WebEditorClient::shouldInsertNode(Node* node, Range* rangeToReplace, EditorInsertAction action) function in class:WebKit::WebEditorClient
138 bool result = m_page->injectedBundleEditorClient().shouldInsertNode(m_page, node, rangeToReplace, action);
H A DWebEditorClient.h60 virtual bool shouldInsertNode(WebCore::Node*, WebCore::Range*, WebCore::EditorInsertAction);
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebEditorClient.h60 virtual bool shouldInsertNode(WebCore::Node*, WebCore::Range*, WebCore::EditorInsertAction);

Completed in 189 milliseconds

12