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

  /external/webkit/WebKitTools/QtLauncher/
mainwindow.cpp 86 page()->action(QWebPage::Cut)->setShortcut(QKeySequence::Cut);
main.cpp 495 editMenu->addAction(page()->action(QWebPage::Cut));
  /external/webkit/WebKit/wx/
WebFrame.h 110 void Cut();
WebView.cpp 724 void wxWebView::Cut()
727 m_mainFrame->Cut();
761 //Some things WebKit won't do for us... Copy/Cut/Paste and KB scrolling
778 Cut();
794 Cut();
WebBrowserShell.cpp 107 editMenu->Append(wxID_CUT, _T("Cut\tCTRL+X"));
261 webview->Cut();
WebFrame.cpp 376 void wxWebFrame::Cut()
379 m_impl->frame->editor()->cut();
WebView.h 152 void Cut();
  /external/webkit/WebKit/chromium/src/mac/
WebInputEventFactory.mm 588 // "Cut"
    [all...]
  /external/webkit/WebKit/qt/Api/
qwebpage.h 106 Cut,
qwebpage.cpp 287 "Cut", // Cut,
491 case WebCore::ContextMenuItemTagCut: return QWebPage::Cut;
651 updateAction(QWebPage::Cut);
988 { QKeySequence::Cut, QWebPage::Cut },
    [all...]
  /external/webkit/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp     [all...]
  /external/v8/tools/
tickprocessor.js 533 // Cut off too infrequent callers.

Completed in 1401 milliseconds