Searched defs:redo (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorHistory.cpp50 virtual bool redo(ExceptionState&) { return true; } function in class:WebCore::__anon10197::UndoableStateMark
127 bool InspectorHistory::redo(ExceptionState& es) function in class:WebCore::InspectorHistory
134 if (!action->redo(es)) {
H A DDOMEditor.cpp62 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(e
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...]
H A DInspectorCSSAgent.cpp276 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(ExceptionStat function in class:WebCore::InspectorCSSAgent::SetRuleSelectorAction
510 virtual bool redo(ExceptionState& es) function in class:WebCore::InspectorCSSAgent::AddRuleAction
[all...]
H A DInspectorDOMAgent.cpp1267 void InspectorDOMAgent::redo(ErrorString* errorString) function in class:WebCore::InspectorDOMAgent
1270 m_history->redo(es);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DDOMStorage.js102 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();
H A DTextEditor.js48 redo: function() { },
H A Dexterns.js468 redo: function() { },
/external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
H A Dcommands.js9 * Supports undo/redo.
157 * @param {boolean=} opt_keep_redo True if redo stack should not be cleared.
240 CommandQueue.prototype.redo = function() {
242 throw new Error('Cannot redo');
H A Dimage_editor.js204 ImageEditor.prototype.redo = function() {
206 this.recordToolUse('redo');
209 this.commandQueue_.redo();
428 this.redoButton_ = createButton('redo',
430 this.redo.bind(this));
431 this.registerAction_('redo');
568 this.redo();
/external/chromium_org/third_party/WebKit/Source/web/
H A DEditorClientImpl.cpp305 // unapply will call us back to push this command onto the redo stack.
309 void EditorClientImpl::redo() function in class:WebKit::EditorClientImpl
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditor.cpp1066 void Editor::redo() function in class:WebCore::Editor
1069 client()->redo();
2065 // When typing we check spelling elsewhere, so don't redo it here.
/external/valgrind/main/massif/
H A Dms_main.c866 Bool redo; local
870 // circumstances, we may need to redo it all, asking for more IPs.
872 // - If the original stack trace is smaller than asked-for, redo=False
873 // - Else if after filtering we have >= clo_depth IPs, redo=False
874 // - Else redo=True
875 // In other words, to redo, we'd have to get a stack trace as big as we
879 redo = True; // Assume this to begin with.
880 for (overestimate = 3; redo; overestimate += 6) {
893 // If the original stack trace is smaller than asked-for, redo=False.
894 if (n_ips < clo_depth + overestimate) { redo
[all...]
/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/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 544 milliseconds