HomeSort by relevance Sort by last modified time
    Searched defs:shouldInsertNode (Results 1 - 18 of 18) sorted by null

  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundlePageEditorClient.cpp 57 bool InjectedBundlePageEditorClient::shouldInsertNode(WebPage* page, Node* node, Range* rangeToReplace, EditorInsertAction action)
59 if (m_client.shouldInsertNode) {
62 return m_client.shouldInsertNode(toAPI(page), toAPI(nodeHandle.get()), toAPI(rangeToReplaceHandle.get()), toAPI(action), m_client.clientInfo);
  /external/webkit/Tools/DumpRenderTree/gtk/
EditingCallbacks.cpp 114 gboolean shouldInsertNode(WebKitWebView* webView, WebKitDOMNode* node, WebKitDOMRange* range, WebKitInsertAction action)
117 printf("EDITING DELEGATE: shouldInsertNode:%s replacingDOMRange:%s givenAction:%s\n",
194 "signal::should-insert-node", shouldInsertNode, 0,
  /external/webkit/Tools/DumpRenderTree/win/
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/Source/WebKit/chromium/public/
WebViewClient.h 149 virtual bool shouldInsertNode(
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
EditorClientHaiku.cpp 128 bool EditorClientHaiku::shouldInsertNode(Node*, Range*, EditorInsertAction)
  /external/webkit/Source/WebKit/android/WebCoreSupport/
EditorClientAndroid.cpp 75 bool EditorClientAndroid::shouldInsertNode(Node*, Range*, EditorInsertAction) { notImplemented(); return true; }
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
EditorClientEfl.cpp 195 bool EditorClientEfl::shouldInsertNode(Node*, Range*, EditorInsertAction)
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
EditorClientWinCE.cpp 194 bool EditorClientWinCE::shouldInsertNode(Node*, Range*, EditorInsertAction)
  /external/webkit/Source/WebKit/wx/WebKitSupport/
EditorClientWx.cpp 212 bool EditorClientWx::shouldInsertNode(Node*, Range*,
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebEditorClient.cpp 136 bool WebEditorClient::shouldInsertNode(Node* node, Range* rangeToReplace, EditorInsertAction action)
138 bool result = m_page->injectedBundleEditorClient().shouldInsertNode(m_page, node, rangeToReplace, action);
  /external/webkit/Source/WebKit/chromium/src/
EditorClientImpl.cpp 205 bool EditorClientImpl::shouldInsertNode(Node* node,
210 return m_webView->client()->shouldInsertNode(WebNode(node),
    [all...]
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
EditorClientGtk.cpp 548 bool EditorClient::shouldInsertNode(Node* node, Range* range, EditorInsertAction action)
    [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
EditorClientQt.cpp 308 bool EditorClientQt::shouldInsertNode(Node* node, Range* range, EditorInsertAction action)
317 printf("EDITING DELEGATE: shouldInsertNode:%s replacingDOMRange:%s givenAction:%s\n", dumpPath(node).toUtf8().constData(),
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebEditorClient.cpp 251 bool WebEditorClient::shouldInsertNode(Node* /*node*/, Range* /*replacingRange*/, EditorInsertAction /*givenAction*/)
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundlePage.h 210 WKBundlePageShouldInsertNodeCallback shouldInsertNode;
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
InjectedBundlePage.cpp 236 shouldInsertNode,
    [all...]
  /external/webkit/Tools/DumpRenderTree/chromium/
WebViewHost.cpp 302 bool WebViewHost::shouldInsertNode(const WebNode& node, const WebRange& range, WebEditingAction action)
305 fputs("EDITING DELEGATE: shouldInsertNode:", stdout);
    [all...]
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 452 virtual bool shouldInsertNode(Node*, Range*, EditorInsertAction) { return false; }
453 // virtual bool shouldInsertNode(Node*, Range* replacingRange, WebViewInsertAction) { return false; }

Completed in 143 milliseconds