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

1 2

  /external/webkit/Source/WebCore/editing/
EditorInsertAction.h 32 enum EditorInsertAction {
Editor.h 35 #include "EditorInsertAction.h"
127 bool shouldInsertFragment(PassRefPtr<DocumentFragment>, PassRefPtr<Range>, EditorInsertAction);
128 bool shouldInsertText(const String&, Range*, EditorInsertAction) const;
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundlePageEditorClient.h 31 #include <WebCore/EditorInsertAction.h>
50 bool shouldInsertNode(WebPage*, WebCore::Node*, WebCore::Range* rangeToReplace, WebCore::EditorInsertAction);
51 bool shouldInsertText(WebPage*, StringImpl*, WebCore::Range* rangeToReplace, WebCore::EditorInsertAction);
InjectedBundlePageEditorClient.cpp 57 bool InjectedBundlePageEditorClient::shouldInsertNode(WebPage* page, Node* node, Range* rangeToReplace, EditorInsertAction action)
67 bool InjectedBundlePageEditorClient::shouldInsertText(WebPage* page, StringImpl* text, Range* rangeToReplace, EditorInsertAction action)
  /external/webkit/Source/WebKit/android/WebCoreSupport/
EditorClientAndroid.h 65 virtual bool shouldInsertNode(Node*, Range*, EditorInsertAction);
66 virtual bool shouldInsertText(const String&, Range*, EditorInsertAction);
EditorClientAndroid.cpp 75 bool EditorClientAndroid::shouldInsertNode(Node*, Range*, EditorInsertAction) { notImplemented(); return true; }
76 bool EditorClientAndroid::shouldInsertText(const String&, Range*, EditorInsertAction) { return true; }
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
EditorClientEfl.h 66 virtual bool shouldInsertNode(Node*, Range*, EditorInsertAction);
67 virtual bool shouldInsertText(const String&, Range*, EditorInsertAction);
EditorClientEfl.cpp 94 bool EditorClientEfl::shouldInsertText(const String&, Range*, EditorInsertAction)
195 bool EditorClientEfl::shouldInsertNode(Node*, Range*, EditorInsertAction)
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
EditorClientHaiku.h 63 virtual bool shouldInsertNode(Node*, Range*, EditorInsertAction);
64 virtual bool shouldInsertText(const String&, Range*, EditorInsertAction);
EditorClientHaiku.cpp 128 bool EditorClientHaiku::shouldInsertNode(Node*, Range*, EditorInsertAction)
134 bool EditorClientHaiku::shouldInsertText(const String&, Range*, EditorInsertAction)
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
EditorClientQt.h 63 virtual bool shouldInsertNode(Node*, Range*, EditorInsertAction);
64 virtual bool shouldInsertText(const String&, Range*, EditorInsertAction);
EditorClientQt.cpp 138 bool EditorClientQt::shouldInsertText(const String& string, Range* range, EditorInsertAction action)
308 bool EditorClientQt::shouldInsertNode(Node* node, Range* range, EditorInsertAction action)
  /external/webkit/Source/WebKit/wx/WebKitSupport/
EditorClientWx.h 64 EditorInsertAction);
66 EditorInsertAction);
EditorClientWx.cpp 213 EditorInsertAction)
220 EditorInsertAction)
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundleAPICast.h 33 #include <WebCore/EditorInsertAction.h>
73 inline WKInsertActionType toAPI(WebCore::EditorInsertAction action)
  /external/webkit/Source/WebCore/page/
EditorClient.h 31 #include "EditorInsertAction.h"
93 virtual bool shouldInsertNode(Node*, Range*, EditorInsertAction) = 0;
94 virtual bool shouldInsertText(const String&, Range*, EditorInsertAction) = 0;
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
EditorClientGtk.h 92 virtual bool shouldInsertNode(WebCore::Node*, WebCore::Range*, WebCore::EditorInsertAction);
93 virtual bool shouldInsertText(const WTF::String&, WebCore::Range*, WebCore::EditorInsertAction);
EditorClientGtk.cpp 328 static WebKitInsertAction kit(EditorInsertAction action)
342 bool EditorClient::shouldInsertText(const String& string, Range* range, EditorInsertAction action)
548 bool EditorClient::shouldInsertNode(Node* node, Range* range, EditorInsertAction action)
    [all...]
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebEditorClient.h 53 virtual bool shouldInsertText(const WTF::String&, WebCore::Range*, WebCore::EditorInsertAction);
66 bool shouldInsertNode(WebCore::Node*, WebCore::Range* replacingRange, WebCore::EditorInsertAction);
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
EditorClientWinCE.h 54 virtual bool shouldInsertNode(WebCore::Node*, WebCore::Range*, WebCore::EditorInsertAction);
55 virtual bool shouldInsertText(const WTF::String&, WebCore::Range*, WebCore::EditorInsertAction);
EditorClientWinCE.cpp 93 bool EditorClientWinCE::shouldInsertText(const String&, Range*, EditorInsertAction)
194 bool EditorClientWinCE::shouldInsertNode(Node*, Range*, EditorInsertAction)
  /external/webkit/Source/WebKit/chromium/src/
EditorClientImpl.h 64 virtual bool shouldInsertNode(WebCore::Node*, WebCore::Range*, WebCore::EditorInsertAction);
65 virtual bool shouldInsertText(const WTF::String&, WebCore::Range*, WebCore::EditorInsertAction);
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.h 60 virtual bool shouldInsertNode(WebCore::Node*, WebCore::Range*, WebCore::EditorInsertAction);
61 virtual bool shouldInsertText(const WTF::String&, WebCore::Range*, WebCore::EditorInsertAction);
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebEditorClient.h 60 virtual bool shouldInsertNode(WebCore::Node*, WebCore::Range*, WebCore::EditorInsertAction);
61 virtual bool shouldInsertText(const String&, WebCore::Range*, WebCore::EditorInsertAction);
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 448 virtual bool shouldInsertNode(Node*, Range*, EditorInsertAction) { return false; }
450 virtual bool shouldInsertText(const String&, Range*, EditorInsertAction) { return false; }

Completed in 808 milliseconds

1 2