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

  /external/webkit/Source/WebCore/editing/mac/
EditorMac.mm 72 if (fragment && shouldInsertFragment(fragment, range, EditorInsertActionPasted))
78 if (shouldInsertFragment(NULL, range, EditorInsertActionPasted)) {
85 if (fragment && shouldInsertFragment(fragment, range, EditorInsertActionPasted))
  /external/webkit/Source/WebCore/editing/
Editor.h 127 bool shouldInsertFragment(PassRefPtr<DocumentFragment>, PassRefPtr<Range>, EditorInsertAction);
Editor.cpp 378 if (fragment && shouldInsertFragment(fragment, range, EditorInsertActionPasted))
388 bool Editor::shouldInsertFragment(PassRefPtr<DocumentFragment> fragment, PassRefPtr<Range> replacingDOMRange, EditorInsertAction givenAction)
    [all...]
  /external/webkit/Source/WebCore/page/
DragController.cpp 456 if (!fragment || !innerFrame->editor()->shouldInsertFragment(fragment, range, EditorInsertActionDropped)) {
    [all...]

Completed in 178 milliseconds