HomeSort by relevance Sort by last modified time
    Searched refs:shouldInsertNode (Results 1 - 25 of 29) sorted by null

1 2

  /external/webkit/WebCore/html/
HTMLParserQuirks.h 43 virtual bool shouldInsertNode(Node* parent, Node* newNode) = 0;
  /external/webkit/WebKit/haiku/WebCoreSupport/
EditorClientHaiku.h 64 virtual bool shouldInsertNode(Node*, Range*, EditorInsertAction);
EditorClientHaiku.cpp 135 bool EditorClientHaiku::shouldInsertNode(Node*, Range*, EditorInsertAction)
  /external/webkit/WebKit/mac/WebView/
WebEditingDelegate.h 44 - (BOOL)webView:(WebView *)webView shouldInsertNode:(DOMNode *)node replacingDOMRange:(DOMRange *)range givenAction:(WebViewInsertAction)action;
  /external/webkit/WebKit/qt/WebCoreSupport/
EditorClientQt.h 63 virtual bool shouldInsertNode(Node*, Range*, EditorInsertAction);
EditorClientQt.cpp 314 bool EditorClientQt::shouldInsertNode(Node* node, Range* range, EditorInsertAction action)
323 printf("EDITING DELEGATE: shouldInsertNode:%s replacingDOMRange:%s givenAction:%s\n", dumpPath(node).toUtf8().constData(),
  /external/webkit/WebKit/wx/WebKitSupport/
EditorClientWx.h 63 virtual bool shouldInsertNode(Node*, Range*,
EditorClientWx.cpp 225 bool EditorClientWx::shouldInsertNode(Node*, Range*,
  /external/webkit/WebKit/android/WebCoreSupport/
EditorClientAndroid.h 58 virtual bool shouldInsertNode(Node*, Range*, EditorInsertAction);
EditorClientAndroid.cpp 72 bool EditorClientAndroid::shouldInsertNode(Node*, Range*, EditorInsertAction) { notImplemented(); return true; }
  /external/webkit/WebKit/chromium/public/
WebViewClient.h 110 virtual bool shouldInsertNode(
  /external/webkit/WebCore/page/
EditorClient.h 101 virtual bool shouldInsertNode(Node*, Range*, EditorInsertAction) = 0;
  /external/webkit/WebKit/chromium/src/
EditorClientImpl.h 63 virtual bool shouldInsertNode(WebCore::Node*, WebCore::Range*, WebCore::EditorInsertAction);
EditorClientImpl.cpp 198 bool EditorClientImpl::shouldInsertNode(Node* node,
203 return m_webView->client()->shouldInsertNode(WebNode(node),
    [all...]
  /external/webkit/WebKit/gtk/WebCoreSupport/
EditorClientGtk.h 74 virtual bool shouldInsertNode(WebCore::Node*, WebCore::Range*, WebCore::EditorInsertAction);
EditorClientGtk.cpp 299 bool EditorClient::shouldInsertNode(Node*, Range*, EditorInsertAction)
  /external/webkit/WebKit/mac/WebCoreSupport/
WebEditorClient.h 59 virtual bool shouldInsertNode(WebCore::Node*, WebCore::Range*, WebCore::EditorInsertAction);
WebEditorClient.mm 407 bool WebEditorClient::shouldInsertNode(Node *node, Range* replacingRange, EditorInsertAction givenAction)
409 return [[m_webView _editingDelegateForwarder] webView:m_webView shouldInsertNode:kit(node) replacingDOMRange:kit(replacingRange) givenAction:(WebViewInsertAction)givenAction];
  /external/webkit/WebKit/win/WebCoreSupport/
WebEditorClient.h 69 bool shouldInsertNode(WebCore::Node*, WebCore::Range* replacingRange, WebCore::EditorInsertAction);
  /external/webkit/WebKit/mac/DefaultDelegates/
WebDefaultEditingDelegate.m 65 - (BOOL)webView:(WebView *)webView shouldInsertNode:(DOMNode *)node replacingDOMRange:(DOMRange *)range givenAction:(WebViewInsertAction)action
  /external/webkit/WebKitTools/DumpRenderTree/win/
EditingDelegate.h 56 virtual HRESULT STDMETHODCALLTYPE shouldInsertNode(
EditingDelegate.cpp 155 HRESULT STDMETHODCALLTYPE EditingDelegate::shouldInsertNode(
168 _tprintf(TEXT("EDITING DELEGATE: shouldInsertNode:%s replacingDOMRange:%s givenAction:%s\n"), dumpPath(node), dump(range), insertactionstring[action]);
  /external/webkit/WebKitTools/DumpRenderTree/mac/
EditingDelegate.mm 89 - (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/WebKit/win/Interfaces/
IWebEditingDelegate.idl 114 - (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/WebCore/loader/
EmptyClients.h 352 virtual bool shouldInsertNode(Node*, Range*, EditorInsertAction) { return false; }
353 // virtual bool shouldInsertNode(Node*, Range* replacingRange, WebViewInsertAction) { return false; }

Completed in 1088 milliseconds

1 2