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

  /external/webkit/WebCore/editing/
EditorInsertAction.h 35 EditorInsertActionDropped,
  /external/webkit/WebKit/chromium/src/
AssertMatchingEnums.cpp 226 COMPILE_ASSERT_MATCHING_ENUM(WebEditingActionDropped, EditorInsertActionDropped);
  /external/webkit/WebCore/page/
DragController.cpp 425 if (!fragment || !innerFrame->editor()->shouldInsertFragment(fragment, range, EditorInsertActionDropped)) {
442 if (text.isEmpty() || !innerFrame->editor()->shouldInsertText(text, range.get(), EditorInsertActionDropped)) {

Completed in 1212 milliseconds