Home
last modified time | relevance | path

Searched refs:Cut (Results 1 – 25 of 33) sorted by relevance

12

/external/webkit/WebKitTools/QtLauncher/
Dmainwindow.cpp86 page()->action(QWebPage::Cut)->setShortcut(QKeySequence::Cut); in buildUI()
Dmain.cpp495 editMenu->addAction(page()->action(QWebPage::Cut)); in setupUI()
/external/webkit/WebKit/wx/
DWebView.cpp724 void wxWebView::Cut() in Cut() function in wxWebView
727 m_mainFrame->Cut(); in Cut()
778 Cut(); in OnKeyEvents()
794 Cut(); in OnKeyEvents()
DWebFrame.h110 void Cut();
DWebFrame.cpp376 void wxWebFrame::Cut() in Cut() function in wxWebFrame
DWebBrowserShell.cpp261 webview->Cut(); in OnCut()
DWebView.h152 void Cut();
DChangeLog854 Implement wxBrowser Cut/Copy/Paste menu items.
1657 (wxWebFrame::Cut):
1688 (wxWebView::Cut):
2124 (wxWebView::Cut):
/external/icu4c/data/locales/
Dtzm.txt178 "Cut",
/external/webkit/WebKit/English.lproj/
DLocalizable.strings94 /* Cut context menu item */
95 "Cut" = "Cut";
98 "Cut (Undo action name)" = "Cut";
/external/webkit/WebKit/qt/Api/
Dqwebpage.h106 Cut, enumerator
Dqwebpage.cpp491 case WebCore::ContextMenuItemTagCut: return QWebPage::Cut; in webActionForContextMenuAction()
651 updateAction(QWebPage::Cut); in updateEditorActions()
988 { QKeySequence::Cut, QWebPage::Cut }, in editorActionForKeyEvent()
2296 case Cut: in action()
/external/zlib/old/
Dvisual-basic.txt144 ReDim Preserve bytaryCpr(lngCprSiz - 5) 'Cut of the original size value
/external/webkit/WebKit/qt/tests/qwebpage/
Dtst_qwebpage.cpp1086 QVERIFY(page->action(QWebPage::Cut) != 0); in textEditing()
1114 QCOMPARE(page->action(QWebPage::Cut)->isEnabled(), false); in textEditing()
1183 QCOMPARE(page->action(QWebPage::Cut)->isEnabled(), false); in textEditing()
1190 QCOMPARE(page->action(QWebPage::Cut)->isEnabled(), true); in textEditing()
/external/webkit/WebKit/mac/WebCoreSupport/
DWebEditorClient.mm441 … case EditActionCut: return UI_STRING_KEY("Cut", "Cut (Undo action name)", "Undo action name");
DWebViewFactory.mm196 return UI_STRING("Cut", "Cut context menu item");
/external/webkit/WebKit/
DStringsNotToBeLocalized.txt847 WebKit/win/WebView.cpp:"Cut"
/external/webkit/WebCore/platform/mac/
DKeyEventMac.mm102 // "Cut"
/external/webkit/WebKit/win/Interfaces/
DIWebView.idl27 cpp_quote("enum WebViewCmd { Cut = 100, Copy, Paste, ForwardDelete, SelectAll, Undo, Redo };")
/external/webkit/WebKit/chromium/src/mac/
DWebInputEventFactory.mm588 // "Cut"
/external/webkit/WebKit/mac/
DChangeLog-2007-10-1410378 Turned on Cut and Copy, left Paste and Delete off
10382 removed _can[Cut|Copy|Paste|Delete]
15319 execCommand("Cut"/"Copy"/"Paste") broken in editable subframes.
16375 (-[NSArray validateUserInterfaceItem:]): Calls _canCut when validating the "Cut" menu item.
17577 * Loader/WebNetscapePlugInStreamLoader.m: Added. Cut out of WebNetscapePluginStream.m
DChangeLog-2006-02-093805 Cut and pasted debugging SPI from WebView to WebView(WebPendingPublic)
7829 …Fixed: <rdar://problem/3986546> Cut, delete, and paste menu items are active when a image is opene…
11833 <rdar://problem/3699498> Context menu for editable WebViews should provide items like Cut and Paste
15662Cut the time spent on an operation inside widthForNextCharacter from 17% of the function time down…
18165 <rdar://problem/3541811>: Implement Cut menu item
18315 (createPair): Cut & paste hunk of code from Security framework.
34575 (-[WebFrame _loadURL:loadType:triggeringEvent:isFormSubmission:]): Cut out funny business
DChangeLog-2002-12-035509 Cut down on unnecessary use of WebFoundation private stuff.
/external/webkit/WebKit/qt/
DChangeLog16898 …Implemented clipboard functions in QWebPage, in particular can(Cut|Copy|Paste), cut/copy/paste as …
/external/webkit/WebKit/win/
DChangeLog-2009-06-1614459 Added Copy, Cut, and Paste to the keyEntries.

12