/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
H A D | InspectorHistory.cpp | 50 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 D | 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(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 D | 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(ExceptionStat function in class:WebCore::InspectorCSSAgent::SetRuleSelectorAction 510 virtual bool redo(ExceptionState& es) function in class:WebCore::InspectorCSSAgent::AddRuleAction [all...] |
H A D | InspectorDOMAgent.cpp | 1267 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 D | 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();
|
H A D | TextEditor.js | 48 redo: function() { },
|
H A D | externs.js | 468 redo: function() { },
|
/external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/ |
H A D | commands.js | 9 * 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 D | image_editor.js | 204 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 D | EditorClientImpl.cpp | 305 // 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 D | Editor.cpp | 1066 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 D | ms_main.c | 866 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 D | org.eclipse.core.commands_3.6.0.I20100512-1500.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.text_3.5.0.v20100601-1300.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.ui.ide_3.6.2.M20101117-0800.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/robolectric/lib/main/ |
H A D | h2-1.2.147.jar | META-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ... |