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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.h 112 bool shouldInsertFragment(PassRefPtr<DocumentFragment>, PassRefPtr<Range>, EditorInsertAction);
Editor.cpp 379 if (fragment && shouldInsertFragment(fragment, range, EditorInsertActionPasted))
388 bool Editor::shouldInsertFragment(PassRefPtr<DocumentFragment> fragment, PassRefPtr<Range> replacingDOMRange, EditorInsertAction givenAction)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
DragController.cpp 493 if (!fragment || !innerFrame->editor()->shouldInsertFragment(fragment, range, EditorInsertActionDropped)) {
    [all...]

Completed in 97 milliseconds