HomeSort by relevance Sort by last modified time
    Searched refs:undo (Results 101 - 125 of 183) sorted by null

1 2 3 45 6 7 8

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
org.sat4j.core_2.2.0.v20100429.jar 
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/
image_editor.js 181 * @return {boolean} True if undo queue is not empty.
188 * Undo the recently executed command.
190 ImageEditor.prototype.undo = function() {
192 this.recordToolUse('undo');
194 // First undo click should dismiss the uncommitted modifications.
202 this.commandQueue_.undo();
219 * Update Undo/Redo buttons state.
428 this.undoButton_ = createButton('undo',
430 this.undo.bind(this));
431 this.registerAction_('undo');
    [all...]
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_editor.js 181 * @return {boolean} True if undo queue is not empty.
188 * Undo the recently executed command.
190 ImageEditor.prototype.undo = function() {
192 this.recordToolUse('undo');
194 // First undo click should dismiss the uncommitted modifications.
202 this.commandQueue_.undo();
219 * Update Undo/Redo buttons state.
428 this.undoButton_ = createButton('undo',
430 this.undo.bind(this));
431 this.registerAction_('undo');
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
OnePaneController.java 443 if (op != null && mAccount.supportsCapability(UIProvider.AccountCapabilities.UNDO)) {
453 R.string.undo,
464 R.string.undo,
AnimatedAdapter.java 216 && mAccount.supportsCapability(UIProvider.AccountCapabilities.UNDO) ==
217 newAccount.supportsCapability(UIProvider.AccountCapabilities.UNDO)
227 mSwipeEnabled = mAccount.supportsCapability(UIProvider.AccountCapabilities.UNDO);
315 * Add a conversation to the undo set, but only if its deletion is still cached. If the
319 * @return true if the conversation is still cached and therefore we will handle the undo.
329 public void setUndo(boolean undo) {
330 if (undo) {
342 // Start animation, only if we're handling the undo.
350 public void setSwipeUndo(boolean undo) {
351 if (undo) {
    [all...]
LeaveBehindItem.java 95 // NOTE: We might want undo to return the messages affected,
98 // the set of commands to undo
103 cursor.undo(getContext(), mAccount.undoUri);
108 // either the undo button icon or text.
121 // Listen on swipeable content so that we can show both the undo icon
169 * @param undo true if an operation is being undone. We animate the item
TwoPaneController.java 484 // Clear any visible undo bars.
562 R.string.undo,
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.h 172 void undo();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorPanel.java 59 int position = adapter.undo();
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
UndoBarView.java 59 // 48 | | | Deleted | | | <- | | UNDO | | |
75 mUndoText = StringTexture.newInstance(context.getString(R.string.undo),
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
nj_ext.h 110 NJ_UINT8 undo, NJ_UINT8 dictype);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMAgent.h 146 virtual void undo(ErrorString*) OVERRIDE;
InspectorCSSAgent.cpp 171 virtual bool undo(ExceptionState& exceptionState) OVERRIDE
223 virtual bool undo(ExceptionState& exceptionState) OVERRIDE
278 virtual bool undo(ExceptionState& exceptionState) OVERRIDE
310 virtual bool undo(ExceptionState& exceptionState) OVERRIDE
    [all...]
  /external/mksh/src/
edit.c 3472 static struct edstate *undo; variable in typeref:struct:edstate
    [all...]
  /prebuilts/devtools/tools/lib/
org-eclipse-core-commands-3.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-core-commands/3.6.0/
org-eclipse-core-commands-3.6.0.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
externs.js 448 undo: function() { },
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationCursor.java 1565 public void undo(ConversationCursor conversationCursor) { method in class:ConversationCursor.ConversationProvider
2171 public void undo(final Context context, final Uri undoUri) { method in class:ConversationCursor
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
rewrite.rb 309 def undo( number_of_operations = 1 ) method in class:ANTLR3
  /external/elfutils/0.153/src/
unstrip.c 937 Elf_Scn *undo = NULL;
945 undo = sec->scn;
953 if (undo != NULL)
955 Elf_Data *undodata = elf_rawdata (undo, NULL);
935 Elf_Scn *undo = NULL; local
    [all...]

Completed in 2324 milliseconds

1 2 3 45 6 7 8