/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
D | WebEditorClient.mm | 492 …etColor: return UI_STRING_KEY_INTERNAL("Set Color", "Set Color (Undo action name)", "Undo action n… 493 …ING_KEY_INTERNAL("Set Background Color", "Set Background Color (Undo action name)", "Undo action n… 494 …n UI_STRING_KEY_INTERNAL("Turn Off Kerning", "Turn Off Kerning (Undo action name)", "Undo action n… 495 …urn UI_STRING_KEY_INTERNAL("Tighten Kerning", "Tighten Kerning (Undo action name)", "Undo action n… 496 …eturn UI_STRING_KEY_INTERNAL("Loosen Kerning", "Loosen Kerning (Undo action name)", "Undo action n… 497 …ING_KEY_INTERNAL("Use Standard Kerning", "Use Standard Kerning (Undo action name)", "Undo action n… 498 …_STRING_KEY_INTERNAL("Turn Off Ligatures", "Turn Off Ligatures (Undo action name)", "Undo action n… 499 …KEY_INTERNAL("Use Standard Ligatures", "Use Standard Ligatures (Undo action name)", "Undo action n… 500 …UI_STRING_KEY_INTERNAL("Use All Ligatures", "Use All Ligatures (Undo action name)", "Undo action n… 501 …eturn UI_STRING_KEY_INTERNAL("Raise Baseline", "Raise Baseline (Undo action name)", "Undo action n… [all …]
|
/external/webkit/Source/WebCore/English.lproj/ |
D | Localizable.strings | 40 /* Undo action name */ 41 "Align Left (Undo action name)" = "Align Left"; 43 /* Undo action name */ 44 "Align Right (Undo action name)" = "Align Right"; 55 /* Undo action name */ 56 "Center (Undo action name)" = "Center"; 58 /* Undo action name */ 59 "Change Attributes (Undo action name)" = "Change Attributes"; 103 /* Undo action name */ 104 "Create Link (Undo action name)" = "Create Link"; [all …]
|
/external/webkit/Source/WebKit2/UIProcess/win/ |
D | WebUndoClient.cpp | 41 …iew), toAPI(command.release().releaseRef()), (undoOrRedo == WebPageProxy::Undo) ? kWKViewUndo : kW… in registerEditCommand()
|
/external/webkit/Tools/QtTestBrowser/ |
D | mainwindow.cpp | 99 page()->action(QWebPage::Undo)->setShortcut(QKeySequence::Undo); in buildUI()
|
D | launcherwindow.cpp | 191 editMenu->addAction(page()->action(QWebPage::Undo)); in createChrome()
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebEditCommandProxy.cpp | 68 m_page->registerEditCommand(this, WebPageProxy::Undo); in reapply()
|
D | WebPageProxy.messages.in | 143 # Undo/Redo messages
|
D | WebPageProxy.h | 420 enum UndoOrRedo { Undo, Redo }; enumerator
|
/external/webkit/Source/WebKit/wx/ |
D | WebFrame.h | 133 void Undo();
|
D | WebFrame.cpp | 334 void wxWebFrame::Undo() in Undo() function in wxWebFrame
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
D | WebEditorClient.cpp | 259 …m_page->sendSync(Messages::WebPageProxy::CanUndoRedo(static_cast<uint32_t>(WebPageProxy::Undo)), M… in canUndo() 273 …ssages::WebPageProxy::ExecuteUndoRedo(static_cast<uint32_t>(WebPageProxy::Undo)), Messages::WebPag… in undo()
|
/external/webkit/Source/WebKit2/UIProcess/API/mac/ |
D | PageClientImpl.mm | 222 …rUndoWithTarget:m_undoTarget.get() selector:((undoOrRedo == WebPageProxy::Undo) ? @selector(undoEd… 234 …return (undoOrRedo == WebPageProxy::Undo) ? [[m_wkView undoManager] canUndo] : [[m_wkView undoMana… 239 …return (undoOrRedo == WebPageProxy::Undo) ? [[m_wkView undoManager] undo] : [[m_wkView undoManager…
|
/external/webkit/Source/WebKit/qt/Api/ |
D | qwebpage.h | 119 Undo, enumerator
|
D | qwebpage.cpp | 552 case QWebPage::Undo: in updateAction() 859 { QKeySequence::Undo, QWebPage::Undo }, in editorActionForKeyEvent() 2791 case Undo: { in action()
|
/external/webkit/Source/WebCore/platform/cocoa/ |
D | KeyEventCocoa.mm | 265 // "Undo" 267 return "Undo";
|
/external/chromium/chrome/browser/ui/cocoa/applescript/ |
D | tab_applescript.mm | 147 view->Undo();
|
/external/chromium/chrome/browser/autocomplete/ |
D | autocomplete_edit_view_win.cc | 307 text_object_model_->Undo(tomSuspend, NULL); in ScopedSuspendUndo() 313 text_object_model_->Undo(tomResume, NULL); in ~ScopedSuspendUndo() 1119 Undo(); in ExecuteCommand()
|
/external/webkit/Tools/android/flex-2.5.4a/ |
D | flex.skl | 134 /* Undo effects of setting up yytext. */ \ 524 /* Undo the effects of YY_DO_BEFORE_ACTION. */ 1452 /* Undo effects of setting up yytext. */ \
|
/external/webkit/Source/WebKit/chromium/src/mac/ |
D | WebInputEventFactory.mm | 425 // "Undo" 427 return @"Undo";
|
/external/chromium/chrome/browser/ui/cocoa/content_settings/ |
D | content_setting_bubble_cocoa.mm | 384 // Undo last padding.
|
/external/webkit/Source/WebKit2/Shared/mac/ |
D | WebEventFactory.mm | 526 // "Undo" 528 return String("Undo");
|
/external/webkit/LayoutTests/platform/android/ |
D | test_expectations.txt | 161 fast/forms/plaintext-mode-1.html FAIL // not implemented queryCommandEnabled:BackColor, Undo & Redo
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebUIDelegate.idl | 635 …/// Undo related UI delegate methods -------------------------------------------------------------… 662 @abstract Undo the last group of operations
|
D | IWebView.idl | 27 cpp_quote("enum WebViewCmd { Cut = 100, Copy, Paste, ForwardDelete, SelectAll, Undo, Redo };")
|
/external/chromium/chrome/browser/tab_contents/ |
D | render_view_context_menu.cc | 1408 source_tab_contents_->render_view_host()->Undo(); in ExecuteCommand()
|