Home
last modified time | relevance | path

Searched refs:EditorInsertActionDropped (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/editing/
DEditorInsertAction.h35 EditorInsertActionDropped enumerator
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
DWKBundleAPICast.h82 case WebCore::EditorInsertActionDropped: in WK_ADD_API_MAPPING()
/external/webkit/Source/WebCore/page/
DDragController.cpp456 …gment || !innerFrame->editor()->shouldInsertFragment(fragment, range, EditorInsertActionDropped)) { in concludeEditDrag()
480 …Empty() || !innerFrame->editor()->shouldInsertText(text, range.get(), EditorInsertActionDropped)) { in concludeEditDrag()
/external/webkit/Source/WebKit/chromium/src/
DAssertMatchingEnums.cpp278 COMPILE_ASSERT_MATCHING_ENUM(WebEditingActionDropped, EditorInsertActionDropped);
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DEditorClientGtk.cpp335 case EditorInsertActionDropped: in kit()