Home
last modified time | relevance | path

Searched refs:Undo (Results 1 – 25 of 60) sorted by relevance

123

/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebEditorClient.mm492 …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/
DLocalizable.strings40 /* 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/
DWebUndoClient.cpp41 …iew), toAPI(command.release().releaseRef()), (undoOrRedo == WebPageProxy::Undo) ? kWKViewUndo : kW… in registerEditCommand()
/external/webkit/Tools/QtTestBrowser/
Dmainwindow.cpp99 page()->action(QWebPage::Undo)->setShortcut(QKeySequence::Undo); in buildUI()
Dlauncherwindow.cpp191 editMenu->addAction(page()->action(QWebPage::Undo)); in createChrome()
/external/webkit/Source/WebKit2/UIProcess/
DWebEditCommandProxy.cpp68 m_page->registerEditCommand(this, WebPageProxy::Undo); in reapply()
DWebPageProxy.messages.in143 # Undo/Redo messages
DWebPageProxy.h420 enum UndoOrRedo { Undo, Redo }; enumerator
/external/webkit/Source/WebKit/wx/
DWebFrame.h133 void Undo();
DWebFrame.cpp334 void wxWebFrame::Undo() in Undo() function in wxWebFrame
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebEditorClient.cpp259 …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/
DPageClientImpl.mm222 …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/
Dqwebpage.h119 Undo, enumerator
Dqwebpage.cpp552 case QWebPage::Undo: in updateAction()
859 { QKeySequence::Undo, QWebPage::Undo }, in editorActionForKeyEvent()
2791 case Undo: { in action()
/external/webkit/Source/WebCore/platform/cocoa/
DKeyEventCocoa.mm265 // "Undo"
267 return "Undo";
/external/chromium/chrome/browser/ui/cocoa/applescript/
Dtab_applescript.mm147 view->Undo();
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit_view_win.cc307 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/
Dflex.skl134 /* 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/
DWebInputEventFactory.mm425 // "Undo"
427 return @"Undo";
/external/chromium/chrome/browser/ui/cocoa/content_settings/
Dcontent_setting_bubble_cocoa.mm384 // Undo last padding.
/external/webkit/Source/WebKit2/Shared/mac/
DWebEventFactory.mm526 // "Undo"
528 return String("Undo");
/external/webkit/LayoutTests/platform/android/
Dtest_expectations.txt161 fast/forms/plaintext-mode-1.html FAIL // not implemented queryCommandEnabled:BackColor, Undo & Redo
/external/webkit/Source/WebKit/win/Interfaces/
DIWebUIDelegate.idl635 …/// Undo related UI delegate methods -------------------------------------------------------------…
662 @abstract Undo the last group of operations
DIWebView.idl27 cpp_quote("enum WebViewCmd { Cut = 100, Copy, Paste, ForwardDelete, SelectAll, Undo, Redo };")
/external/chromium/chrome/browser/tab_contents/
Drender_view_context_menu.cc1408 source_tab_contents_->render_view_host()->Undo(); in ExecuteCommand()

123