Searched refs:canUndo (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DUndoStack.h51 bool canUndo() const;
H A DUndoStack.cpp88 bool UndoStack::canUndo() const function in class:blink::UndoStack
100 if (canUndo()) {
H A DEditor.h170 bool canUndo();
H A DEditor.cpp970 bool Editor::canUndo() function in class:blink::Editor
973 return undoStack->canUndo();
H A DEditorCommand.cpp1301 return frame.editor().canUndo();
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/tabmodel/
H A DTabModel.java63 * @param canUndo Whether or not this action can be undone. If this is {@code true} and
72 public boolean closeTab(Tab tab, boolean animate, boolean uponExit, boolean canUndo); argument
H A DTabModelUtils.java41 * @param canUndo Whether or not this closure can be undone.
44 public static boolean closeTabById(TabModel model, int tabId, boolean canUndo) { argument
48 return model.closeTab(tab, true, false, canUndo);
H A DEmptyTabModel.java96 public boolean closeTab(Tab tab, boolean animate, boolean uponExit, boolean canUndo) { argument
H A DTabModelBase.java320 public boolean closeTab(Tab tabToClose, boolean animate, boolean uponExit, boolean canUndo) { argument
331 canUndo &= supportsPendingClosures();
333 if (canUndo) {
336 startTabClosure(tabToClose, animate, uponExit, canUndo);
337 if (!canUndo) finalizeTabClosure(tabToClose);
430 * @param canUndo Whether or not this operation can be undone. Note that if this is {@code true}
435 private void startTabClosure(Tab tab, boolean animate, boolean uponExit, boolean canUndo) { argument
448 if (!canUndo) commitAllTabClosures();
451 if (canUndo) {
473 if (!canUndo) mRewoundLis
[all...]
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
H A Dcommands.js173 CommandQueue.prototype.canUndo = function() {
181 if (!this.canUndo())
H A Dimage_editor.js179 ImageEditor.prototype.canUndo = function() {
180 return this.commandQueue_ && this.commandQueue_.canUndo();
218 var canUndo = this.commandQueue_ && this.commandQueue_.canUndo();
220 ImageUtil.setAttribute(this.undoButton_, 'disabled', !canUndo);
563 if (this.commandQueue_.canUndo()) {
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/widget/accessibility/
H A DAccessibilityTabModelListItem.java230 * @param canUndo Whether or not closing this {@link Tab} can be undone.
232 public void setTab(Tab tab, boolean canUndo) { argument
236 mCanUndo = canUndo;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.commands_3.6.0.I20100512-1500.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/web/
H A DContextMenuClientImpl.cpp209 if (toLocalFrame(m_webView->focusedCoreFrame())->editor().canUndo())
/external/chromium_org/ui/file_manager/gallery/js/
H A Dslide_mode.js988 var mayChangeOverwrite = !this.editor_.canUndo() && item.isOriginal();

Completed in 4126 milliseconds