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

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DEditorClient.h71 virtual bool shouldInsertNode(Node*, Range*, EditorInsertAction) = 0;
/external/chromium_org/third_party/WebKit/Source/web/
H A DEditorClientImpl.h62 virtual bool shouldInsertNode(WebCore::Node*, WebCore::Range*, WebCore::EditorInsertAction) OVERRIDE;
H A DEditorClientImpl.cpp168 bool EditorClientImpl::shouldInsertNode(Node* node, function in class:WebKit::EditorClientImpl
173 return m_webView->client()->shouldInsertNode(WebNode(node),
/external/chromium_org/third_party/WebKit/public/testing/
H A DWebTestProxy.h160 bool shouldInsertNode(const WebKit::WebNode&, const WebKit::WebRange&, WebKit::WebEditingAction);
325 virtual bool shouldInsertNode(const WebKit::WebNode& node, const WebKit::WebRange& range, WebKit::WebEditingAction action) function in class:WebTestRunner::WebTestProxy
327 WebTestProxyBase::shouldInsertNode(node, range, action);
328 return Base::shouldInsertNode(node, range, action);
/external/chromium_org/third_party/WebKit/public/web/
H A DWebViewClient.h169 virtual bool shouldInsertNode( function in class:WebKit::WebViewClient
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DEmptyClients.h280 virtual bool shouldInsertNode(Node*, Range*, EditorInsertAction) OVERRIDE { return false; }
/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DWebTestProxy.cpp942 bool WebTestProxyBase::shouldInsertNode(const WebNode& node, const WebRange& range, WebEditingAction action) function in class:WebTestRunner::WebTestProxyBase
945 m_delegate->printMessage("EDITING DELEGATE: shouldInsertNode:");
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditor.cpp399 return client()->shouldInsertNode(fragment.get(), replacingDOMRange.get(), givenAction);

Completed in 283 milliseconds