HomeSort by relevance Sort by last modified time
    Searched refs:redo (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorHistory.h 58 virtual bool redo(ExceptionState&) = 0;
72 bool redo(ExceptionState&);
InspectorHistory.cpp 50 virtual bool redo(ExceptionState&) { return true; } function in class:WebCore::__anon12603::UndoableStateMark
127 bool InspectorHistory::redo(ExceptionState& es) function in class:WebCore::InspectorHistory
134 if (!action->redo(es)) {
DOMEditor.cpp 62 return redo(es);
71 virtual bool redo(ExceptionState& es) function in class:WebCore::DOMEditor::RemoveChildAction
115 virtual bool redo(ExceptionState& es) function in class:WebCore::DOMEditor::InsertBeforeAction
117 if (m_removeChildAction && !m_removeChildAction->redo(es))
143 return redo(es);
152 virtual bool redo(ExceptionState&) function in class:WebCore::DOMEditor::RemoveAttributeAction
181 return redo(es);
193 virtual bool redo(ExceptionState& es) function in class:WebCore::DOMEditor::SetAttributeAction
234 virtual bool redo(ExceptionState& es) function in class:WebCore::DOMEditor::SetOuterHTMLAction
236 return m_history->redo(es)
276 virtual bool redo(ExceptionState&) function in class:WebCore::DOMEditor::ReplaceWholeTextAction
310 virtual bool redo(ExceptionState& es) function in class:WebCore::DOMEditor::ReplaceChildNodeAction
344 virtual bool redo(ExceptionState&) function in class:WebCore::DOMEditor::SetNodeValueAction
    [all...]
InspectorCSSAgent.cpp 276 return redo(es);
288 virtual bool redo(ExceptionState& es) function in class:WebCore::InspectorCSSAgent::SetStyleSheetTextAction
332 return redo(es);
341 virtual bool redo(ExceptionState& es) function in class:WebCore::InspectorCSSAgent::SetStyleTextAction
384 return redo(es);
393 virtual bool redo(ExceptionState& es) function in class:WebCore::InspectorCSSAgent::SetPropertyTextAction
438 return redo(es);
446 virtual bool redo(ExceptionState& es) function in class:WebCore::InspectorCSSAgent::TogglePropertyAction
472 return redo(es);
480 virtual bool redo(ExceptionState& es function in class:WebCore::InspectorCSSAgent::SetRuleSelectorAction
510 virtual bool redo(ExceptionState& es) function in class:WebCore::InspectorCSSAgent::AddRuleAction
    [all...]
  /frameworks/base/core/java/android/content/
UndoOperation.java 97 * the temporary redo stack). The implementation should remove the original
104 * redo stack to the main undo stack. The implementation should re-apply
107 public abstract void redo(); method in class:UndoOperation
UndoManager.java 29 * a document or application. This class supports both undo and redo and has
33 * apps implement to define their undo/redo behavior. The UndoManager keeps
50 * undo/redo them without needing to impact edits in other objects; while
52 * undo/redo them as a single stream.</p>
265 * Perform redo of last/top <var>count</var> undo states in the transient redo stack.
273 public int redo(UndoOwner[] owners, int count) { method in class:UndoManager
285 state.redo();
297 * Returns true if we are currently inside of an undo/redo operation. This is
361 * Return the number of redo states on the undo stack
913 void redo() { method in class:UndoManager.UndoState
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DOMStorage.js 102 redo: function()
104 this._storageHistory.redo();
129 redo: function()
164 this.redo();
180 redo: function()
225 this.redo();
244 redo: function()
301 redo: function()
308 action.redo();
TextEditor.js 48 redo: function() { },
DOMStorageItemsView.js 84 this.domStorage.redo();
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_CMPL_FLOAT.S 36 mov r9, r0 @ Save copies - we may need to redo
  /external/qemu/
softmmu_template.h 114 redo:
185 goto redo;
202 redo:
235 goto redo;
289 redo:
361 goto redo;
377 redo:
408 goto redo;
  /external/chromium_org/third_party/WebKit/Source/core/page/
EditorClient.h 93 virtual void redo() = 0;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
UndoDelegator.py 6 #$ event <<redo>>
30 self.unbind("<<redo>>")
35 self.bind("<<redo>>", self.redo_event)
88 # undo & redo. Nested matching calls are OK, and the inner calls
153 cmd.redo(self.delegate)
185 def redo(self, text): member in class:Command
224 def redo(self, text): member in class:InsertCommand
229 ##sys.__stderr__.write("redo: %s\n" % self)
286 def redo(self, text): member in class:DeleteCommand
291 ##sys.__stderr__.write("redo: %s\n" % self
325 def redo(self, text): member in class:CommandSequence
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
UndoDelegator.py 6 #$ event <<redo>>
30 self.unbind("<<redo>>")
35 self.bind("<<redo>>", self.redo_event)
88 # undo & redo. Nested matching calls are OK, and the inner calls
153 cmd.redo(self.delegate)
185 def redo(self, text): member in class:Command
224 def redo(self, text): member in class:InsertCommand
229 ##sys.__stderr__.write("redo: %s\n" % self)
286 def redo(self, text): member in class:DeleteCommand
291 ##sys.__stderr__.write("redo: %s\n" % self
325 def redo(self, text): member in class:CommandSequence
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
EditorClientImpl.h 81 virtual void redo() OVERRIDE;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/history/
HistoryManager.java 153 public int redo() { method in class:HistoryManager
  /external/chromium_org/chrome/browser/resources/file_manager/js/photo/
gallery_testapi.js 117 * Clicks 'redo' tool.
120 galleryTestAPI.editAndRespond_(galleryTestAPI.click.bind(null, '.redo'));
  /external/chromium_org/third_party/openssl/openssl/crypto/dsa/
dsa_ossl.c 154 redo:
186 /* Redo if r or s is zero as required by FIPS 186-3: this is
196 goto redo;
  /external/openssl/crypto/dsa/
dsa_ossl.c 154 redo:
186 /* Redo if r or s is zero as required by FIPS 186-3: this is
196 goto redo;
  /build/tools/droiddoc/templates-ds/assets/js/
prettify.js 20 J=[v,"alias,and,begin,case,class,def,defined,elsif,end,ensure,false,in,module,next,nil,not,or,redo,rescue,retry,self,super,then,true,undef,unless,until,when,yield,BEGIN,END"],v=[v,"case,done,elif,esac,eval,fi,function,in,local,set,then,until"],K=/^(DIR|FILE|vector|(de|priority_)?queue|list|stack|(const_)?iterator|(multi)?(set|map)|bitset|u?(int|float)\d*)/,N=/\S/,O=u({keywords:[F,H,w,"caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package,redo,require,sub,undef,unless,until,use,wantarray,while,BEGIN,END"+
24 ["cv","py"]);k(u({keywords:"caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package,redo,require,sub,undef,unless,until,use,wantarray,while,BEGIN,END",hashComments:!0,multiLineStrings:!0,regexLiterals:!0}),["perl","pl","pm"]);k(u({keywords:J,hashComments:!0,multiLineStrings:!0,regexLiterals:!0}),["rb"]);k(u({keywords:w,cStyleComments:!0,regexLiterals:!0}),["js"]);k(u({keywords:"all,and,by,catch,class,else,extends,false,finally,for,if,in,is,isnt,loop,new,no,not,null,of,off,on,or,return,super,then,true,try,unless,until,when,while,yes",
  /build/tools/droiddoc/templates-sac/assets/js/
prettify.js 20 J=[v,"alias,and,begin,case,class,def,defined,elsif,end,ensure,false,in,module,next,nil,not,or,redo,rescue,retry,self,super,then,true,undef,unless,until,when,yield,BEGIN,END"],v=[v,"case,done,elif,esac,eval,fi,function,in,local,set,then,until"],K=/^(DIR|FILE|vector|(de|priority_)?queue|list|stack|(const_)?iterator|(multi)?(set|map)|bitset|u?(int|float)\d*)/,N=/\S/,O=u({keywords:[F,H,w,"caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package,redo,require,sub,undef,unless,until,use,wantarray,while,BEGIN,END"+
24 ["cv","py"]);k(u({keywords:"caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package,redo,require,sub,undef,unless,until,use,wantarray,while,BEGIN,END",hashComments:!0,multiLineStrings:!0,regexLiterals:!0}),["perl","pl","pm"]);k(u({keywords:J,hashComments:!0,multiLineStrings:!0,regexLiterals:!0}),["rb"]);k(u({keywords:w,cStyleComments:!0,regexLiterals:!0}),["js"]);k(u({keywords:"all,and,by,catch,class,else,extends,false,finally,for,if,in,is,isnt,loop,new,no,not,null,of,off,on,or,return,super,then,true,try,unless,until,when,while,yes",
  /build/tools/droiddoc/templates-sdk/assets/js/
prettify.js 20 J=[v,"alias,and,begin,case,class,def,defined,elsif,end,ensure,false,in,module,next,nil,not,or,redo,rescue,retry,self,super,then,true,undef,unless,until,when,yield,BEGIN,END"],v=[v,"case,done,elif,esac,eval,fi,function,in,local,set,then,until"],K=/^(DIR|FILE|vector|(de|priority_)?queue|list|stack|(const_)?iterator|(multi)?(set|map)|bitset|u?(int|float)\d*)/,N=/\S/,O=u({keywords:[F,H,w,"caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package,redo,require,sub,undef,unless,until,use,wantarray,while,BEGIN,END"+
24 ["cv","py"]);k(u({keywords:"caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package,redo,require,sub,undef,unless,until,use,wantarray,while,BEGIN,END",hashComments:!0,multiLineStrings:!0,regexLiterals:!0}),["perl","pl","pm"]);k(u({keywords:J,hashComments:!0,multiLineStrings:!0,regexLiterals:!0}),["rb"]);k(u({keywords:w,cStyleComments:!0,regexLiterals:!0}),["js"]);k(u({keywords:"all,and,by,catch,class,else,extends,false,finally,for,if,in,is,isnt,loop,new,no,not,null,of,off,on,or,return,super,then,true,try,unless,until,when,while,yes",
  /external/chromium_org/chrome/common/extensions/docs/static/js/
prettify.js 20 J=[v,"alias,and,begin,case,class,def,defined,elsif,end,ensure,false,in,module,next,nil,not,or,redo,rescue,retry,self,super,then,true,undef,unless,until,when,yield,BEGIN,END"],v=[v,"case,done,elif,esac,eval,fi,function,in,local,set,then,until"],K=/^(DIR|FILE|vector|(de|priority_)?queue|list|stack|(const_)?iterator|(multi)?(set|map)|bitset|u?(int|float)\d*)/,N=/\S/,O=u({keywords:[F,H,w,"caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package,redo,require,sub,undef,unless,until,use,wantarray,while,BEGIN,END"+
24 ["cv","py"]);k(u({keywords:"caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package,redo,require,sub,undef,unless,until,use,wantarray,while,BEGIN,END",hashComments:!0,multiLineStrings:!0,regexLiterals:!0}),["perl","pl","pm"]);k(u({keywords:J,hashComments:!0,multiLineStrings:!0,regexLiterals:!0}),["rb"]);k(u({keywords:w,cStyleComments:!0,regexLiterals:!0}),["js"]);k(u({keywords:"all,and,by,catch,class,else,extends,false,finally,for,if,in,is,isnt,loop,new,no,not,null,of,off,on,or,return,super,then,true,try,unless,until,when,while,yes",
  /sdk/templates/docs/
prettify.js 20 J=[v,"alias,and,begin,case,class,def,defined,elsif,end,ensure,false,in,module,next,nil,not,or,redo,rescue,retry,self,super,then,true,undef,unless,until,when,yield,BEGIN,END"],v=[v,"case,done,elif,esac,eval,fi,function,in,local,set,then,until"],K=/^(DIR|FILE|vector|(de|priority_)?queue|list|stack|(const_)?iterator|(multi)?(set|map)|bitset|u?(int|float)\d*)/,N=/\S/,O=u({keywords:[F,H,w,"caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package,redo,require,sub,undef,unless,until,use,wantarray,while,BEGIN,END"+
24 ["cv","py"]);k(u({keywords:"caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package,redo,require,sub,undef,unless,until,use,wantarray,while,BEGIN,END",hashComments:!0,multiLineStrings:!0,regexLiterals:!0}),["perl","pl","pm"]);k(u({keywords:J,hashComments:!0,multiLineStrings:!0,regexLiterals:!0}),["rb"]);k(u({keywords:w,cStyleComments:!0,regexLiterals:!0}),["js"]);k(u({keywords:"all,and,by,catch,class,else,extends,false,finally,for,if,in,is,isnt,loop,new,no,not,null,of,off,on,or,return,super,then,true,try,unless,until,when,while,yes",
  /external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
commands.js 9 * Supports undo/redo.
157 * @param {boolean=} opt_keep_redo True if redo stack should not be cleared.
231 * @return {boolean} True if Redo is applicable.
240 CommandQueue.prototype.redo = function() {
242 throw new Error('Cannot redo');

Completed in 1351 milliseconds

1 2 3