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

  /external/webkit/WebKitTools/QtLauncher/
mainwindow.cpp 88 page()->action(QWebPage::Paste)->setShortcut(QKeySequence::Paste);
main.cpp 497 editMenu->addAction(page()->action(QWebPage::Paste));
  /external/webkit/WebKit/wx/
WebFrame.h 112 void Paste();
WebView.cpp 738 void wxWebView::Paste()
741 m_mainFrame->Paste();
761 //Some things WebKit won't do for us... Copy/Cut/Paste and KB scrolling
772 Paste();
788 Paste();
WebBrowserShell.cpp 109 editMenu->Append(wxID_PASTE, _T("Paste\tCTRL+V"));
273 webview->Paste();
WebFrame.cpp 390 void wxWebFrame::Paste()
393 m_impl->frame->editor()->paste();
WebView.h 154 void Paste();
  /external/webkit/WebKit/chromium/src/mac/
WebInputEventFactory.mm 740 // "Paste"
    [all...]
  /external/webkit/WebKit/qt/Api/
qwebpage.h 108 Paste,
qwebpage.cpp 289 "Paste", // Paste,
492 case WebCore::ContextMenuItemTagPaste: return QWebPage::Paste;
653 updateAction(QWebPage::Paste);
863 focusFrame->editor()->paste();
990 { QKeySequence::Paste, QWebPage::Paste },
    [all...]
  /external/webkit/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp     [all...]

Completed in 62 milliseconds