Home | History | Annotate | Download | only in Api

Lines Matching refs:Paste

289     "Paste", // Paste,
492 case WebCore::ContextMenuItemTagPaste: return QWebPage::Paste;
653 updateAction(QWebPage::Paste);
863 focusFrame->editor()->paste();
990 { QKeySequence::Paste, QWebPage::Paste },
1618 \value Paste Paste content from the clipboard.
1657 \value PasteAndMatchStyle Paste content from the clipboard with current style.
2302 case Paste:
2436 text = tr("Paste and Match Style");