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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditorInsertAction.h 32 enum EditorInsertAction {
Editor.h 33 #include "core/editing/EditorInsertAction.h"
112 bool shouldInsertFragment(PassRefPtr<DocumentFragment>, PassRefPtr<Range>, EditorInsertAction);
113 bool shouldInsertText(const String&, Range*, EditorInsertAction) const;
Editor.cpp 388 bool Editor::shouldInsertFragment(PassRefPtr<DocumentFragment> fragment, PassRefPtr<Range> replacingDOMRange, EditorInsertAction givenAction)
471 bool Editor::shouldInsertText(const String& text, Range* range, EditorInsertAction action) const
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
EditorClient.h 30 #include "core/editing/EditorInsertAction.h"
71 virtual bool shouldInsertNode(Node*, Range*, EditorInsertAction) = 0;
72 virtual bool shouldInsertText(const String&, Range*, EditorInsertAction) = 0;
  /external/chromium_org/third_party/WebKit/Source/web/
EditorClientImpl.h 62 virtual bool shouldInsertNode(WebCore::Node*, WebCore::Range*, WebCore::EditorInsertAction) OVERRIDE;
63 virtual bool shouldInsertText(const WTF::String&, WebCore::Range*, WebCore::EditorInsertAction) OVERRIDE;
EditorClientImpl.cpp 170 EditorInsertAction action)
182 EditorInsertAction action)
  /external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.h 280 virtual bool shouldInsertNode(Node*, Range*, EditorInsertAction) OVERRIDE { return false; }
281 virtual bool shouldInsertText(const String&, Range*, EditorInsertAction) OVERRIDE { return false; }

Completed in 52 milliseconds