Home
last modified time | relevance | path

Searched refs:tryDHTMLPaste (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditor.h260 bool tryDHTMLPaste(PasteMode);
DEditor.cpp376 bool Editor::tryDHTMLPaste(PasteMode pasteMode) in tryDHTMLPaste() function in WebCore::Editor
888 if (tryDHTMLPaste(AllMimeTypes)) in paste()
903 if (tryDHTMLPaste(PlainTextOnly)) in pasteAsPlainText()