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

12

/external/webkit/Source/WebKit/chromium/src/
H A DEditorClientImpl.cpp205 bool EditorClientImpl::shouldInsertNode(Node* node, function in class:WebKit::EditorClientImpl
210 return m_webView->client()->shouldInsertNode(WebNode(node),
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DEditorClientEfl.cpp195 bool EditorClientEfl::shouldInsertNode(Node*, Range*, EditorInsertAction) function in class:WebCore::EditorClientEfl
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DEditorClientWinCE.cpp194 bool EditorClientWinCE::shouldInsertNode(Node*, Range*, EditorInsertAction) function in class:WebKit::EditorClientWinCE
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DEditorClientWx.cpp212 bool EditorClientWx::shouldInsertNode(Node*, Range*, function in class:WebCore::EditorClientWx
/external/webkit/Tools/DumpRenderTree/win/
H A DEditingDelegate.cpp155 HRESULT STDMETHODCALLTYPE EditingDelegate::shouldInsertNode( function in class:EditingDelegate
168 _tprintf(TEXT("EDITING DELEGATE: shouldInsertNode:%s replacingDOMRange:%s givenAction:%s\n"), dumpPath(node), dump(range), insertactionstring[action]);
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DInjectedBundlePage.cpp236 shouldInsertNode,
840 bool InjectedBundlePage::shouldInsertNode(WKBundlePageRef page, WKBundleNodeHandleRef node, WKBundleRangeHandleRef rangeToReplace, WKInsertActionType action, const void* clientInfo) function in class:WTR::InjectedBundlePage
842 return static_cast<InjectedBundlePage*>(const_cast<void*>(clientInfo))->shouldInsertNode(node, rangeToReplace, action);
905 bool InjectedBundlePage::shouldInsertNode(WKBundleNodeHandleRef node, WKBundleRangeHandleRef rangeToReplace, WKInsertActionType action) function in class:WTR::InjectedBundlePage
917 InjectedBundle::shared().os() << "EDITING DELEGATE: shouldInsertNode:" << dumpPath(m_page, m_world.get(), node) << " replacingDOMRange:" << toStr(m_page, m_world.get(), rangeToReplace) << " givenAction:" << insertactionstring[action] << "\n";
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.cpp308 bool EditorClientQt::shouldInsertNode(Node* node, Range* range, EditorInsertAction action) function in class:WebCore::EditorClientQt
317 printf("EDITING DELEGATE: shouldInsertNode:%s replacingDOMRange:%s givenAction:%s\n", dumpPath(node).toUtf8().constData(),
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
H A DWKBundlePage.h210 WKBundlePageShouldInsertNodeCallback shouldInsertNode; member in struct:WKBundlePageEditorClient
/external/webkit/Tools/DumpRenderTree/chromium/
H A DWebViewHost.h122 virtual bool shouldInsertNode(const WebKit::WebNode&, const WebKit::WebRange&, WebKit::WebEditingAction);
H A DWebViewHost.cpp302 bool WebViewHost::shouldInsertNode(const WebNode& node, const WebRange& range, WebEditingAction action) function in class:WebViewHost
305 fputs("EDITING DELEGATE: shouldInsertNode:", stdout);
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h448 virtual bool shouldInsertNode(Node*, Range*, EditorInsertAction) { return false; } function in class:WebCore::EmptyEditorClient
449 // virtual bool shouldInsertNode(Node*, Range* replacingRange, WebViewInsertAction) { return false; }
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.cpp548 bool EditorClient::shouldInsertNode(Node* node, Range* range, EditorInsertAction action) function in class:WebKit::EditorClient
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebEditorClient.mm483 bool WebEditorClient::shouldInsertNode(Node *node, Range* replacingRange, EditorInsertAction givenAction)
485 return [[m_webView _editingDelegateForwarder] webView:m_webView shouldInsertNode:kit(node) replacingDOMRange:kit(replacingRange) givenAction:(WebViewInsertAction)givenAction];
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebEditorClient.cpp251 bool WebEditorClient::shouldInsertNode(Node* /*node*/, Range* /*replacingRange*/, EditorInsertAction /*givenAction*/) function in class:WebEditorClient
/external/webkit/Source/WebCore/editing/
H A DEditor.cpp399 return client()->shouldInsertNode(fragment.get(), replacingDOMRange.get(), givenAction);
/external/webkit/Source/WebKit/mac/WebView/
H A DWebHTMLView.mm997 return [[webView _editingDelegateForwarder] webView:webView shouldInsertNode:fragment replacingDOMRange:range givenAction:action];

Completed in 308 milliseconds

12