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

  /external/webkit/Source/WebKit2/UIProcess/win/
WebUndoClient.cpp 41 m_client.registerEditCommand(toAPI(view), toAPI(command.release().releaseRef()), (undoOrRedo == WebPageProxy::Undo) ? kWKViewUndo : kWKViewRedo, m_client.clientInfo);
  /external/webkit/Source/WebKit2/UIProcess/
WebEditCommandProxy.cpp 68 m_page->registerEditCommand(this, WebPageProxy::Undo);
77 return WEB_UI_STRING_KEY("Set Color", "Set Color (Undo action name)", "Undo action name");
79 return WEB_UI_STRING_KEY("Set Background Color", "Set Background Color (Undo action name)", "Undo action name");
81 return WEB_UI_STRING_KEY("Turn Off Kerning", "Turn Off Kerning (Undo action name)", "Undo action name");
83 return WEB_UI_STRING_KEY("Tighten Kerning", "Tighten Kerning (Undo action name)", "Undo action name");
85 return WEB_UI_STRING_KEY("Loosen Kerning", "Loosen Kerning (Undo action name)", "Undo action name")
    [all...]
WebPageProxy.h 420 enum UndoOrRedo { Undo, Redo };
602 // Undo management
    [all...]
WebPageProxy.cpp     [all...]
  /external/webkit/Source/WebKit/wx/
WebFrame.h 133 void Undo();
WebFrame.cpp 334 void wxWebFrame::Undo()
337 return m_impl->frame->editor()->undo();
  /external/webkit/Tools/QtTestBrowser/
mainwindow.cpp 99 page()->action(QWebPage::Undo)->setShortcut(QKeySequence::Undo);
launcherwindow.cpp 191 editMenu->addAction(page()->action(QWebPage::Undo));
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
PageClientImpl.mm 222 [undoManager registerUndoWithTarget:m_undoTarget.get() selector:((undoOrRedo == WebPageProxy::Undo) ? @selector(undoEditing:) : @selector(redoEditing:)) object:commandObjC.get()];
234 return (undoOrRedo == WebPageProxy::Undo) ? [[m_wkView undoManager] canUndo] : [[m_wkView undoManager] canRedo];
239 return (undoOrRedo == WebPageProxy::Undo) ? [[m_wkView undoManager] undo] : [[m_wkView undoManager] redo];
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebEditorClient.cpp 259 m_page->sendSync(Messages::WebPageProxy::CanUndoRedo(static_cast<uint32_t>(WebPageProxy::Undo)), Messages::WebPageProxy::CanUndoRedo::Reply(result));
270 void WebEditorClient::undo() function in class:WebKit::WebEditorClient
273 m_page->sendSync(Messages::WebPageProxy::ExecuteUndoRedo(static_cast<uint32_t>(WebPageProxy::Undo)), Messages::WebPageProxy::ExecuteUndoRedo::Reply(result));
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.h 119 Undo,
qwebpage.cpp 184 "Undo", // Undo,
552 case QWebPage::Undo:
859 { QKeySequence::Undo, QWebPage::Undo },
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_win.cc 305 // Suspend Undo processing.
307 text_object_model_->Undo(tomSuspend, NULL);
311 // Resume Undo processing.
313 text_object_model_->Undo(tomResume, NULL);
    [all...]
  /external/chromium/chrome/browser/tab_contents/
render_view_context_menu.cc     [all...]
  /external/webkit/Source/WebKit/win/
WebView.cpp     [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 547 milliseconds