Home
last modified time | relevance | path

Searched refs:oldRange (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/
Dcompare-timing-files43 my ($oldAverage, $oldRange, $oldRangePercent) = parseResults($file1);
51 printf("range of fastest $count runs: %.2f%% (%d)\n", $oldRangePercent, $oldRange);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DCSSStyleModel.js715 sourceStyleSheetEdited: function(styleSheetId, oldRange, newRange) argument
720 this.range = this.range.rebaseAfterTextEdit(oldRange, newRange);
722 this._allProperties[i].sourceStyleSheetEdited(styleSheetId, oldRange, newRange);
917 sourceStyleRuleEdited: function(oldRange, newRange) argument
921 this.range = this.range.rebaseAfterTextEdit(oldRange, newRange);
980 sourceStyleSheetEdited: function(styleSheetId, oldRange, newRange) argument
984 this.selectorRange = this.selectorRange.rebaseAfterTextEdit(oldRange, newRange);
986 this.selectors[i].sourceStyleRuleEdited(oldRange, newRange);
990 this.media[i].sourceStyleSheetEdited(styleSheetId, oldRange, newRange);
992 this.style.sourceStyleSheetEdited(styleSheetId, oldRange, newRange);
[all …]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
DUISourceCodeFrame.js111 onTextChanged: function(oldRange, newRange) argument
113 WebInspector.SourceFrame.prototype.onTextChanged.call(this, oldRange, newRange); argument
DJavaScriptSourceFrame.js240 onTextChanged: function(oldRange, newRange) argument
243 WebInspector.UISourceCodeFrame.prototype.onTextChanged.call(this, oldRange, newRange); argument
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
DTextEditor.js329 onTextChanged: function(oldRange, newRange) { }, argument
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
DSourceFrame.js324 onTextChanged: function(oldRange, newRange) argument
969 onTextChanged: function(oldRange, newRange) argument
971 this._sourceFrame.onTextChanged(oldRange, newRange);
DCodeMirrorTextEditor.js1218 var oldRange = WebInspector.CodeMirrorUtils.toRange(changeObject.from, changeObject.to);
1219 var newRange = oldRange.clone();
1232 oldRange: oldRange,
1260 this._delegate.onTextChanged(editInfo.oldRange, editInfo.newRange);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
DStylesSidebarPane.js273 _styleSheetRuleEdited: function(editedRule, oldRange, newRange) argument
281 section._styleSheetRuleEdited(editedRule, oldRange, newRange);
1306 _styleSheetRuleEdited: function(editedRule, oldRange, newRange) argument
1311 this.rule.sourceStyleSheetEdited(editedRule.styleSheetId, oldRange, newRange);
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
Dautocomplete_text_field.mm229 willChangeSelectionFromCharacterRange:(NSRange)oldRange
/external/skia/experimental/webtry/res/js/cm/
Dcodemirror.js2680 var oldRange = ourRange;
2681 var anchor = oldRange.anchor, head = pos;
2689 anchor = minPos(oldRange.from(), range.anchor);
2692 anchor = maxPos(oldRange.to(), range.head);
/external/chromium_org/third_party/skia/experimental/webtry/res/js/cm/
Dcodemirror.js2680 var oldRange = ourRange;
2681 var anchor = oldRange.anchor, head = pos;
2689 anchor = minPos(oldRange.from(), range.anchor);
2692 anchor = maxPos(oldRange.to(), range.head);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
Dcodemirror.js2854 var oldRange = ourRange;
2855 var anchor = oldRange.anchor, head = pos;
2863 anchor = minPos(oldRange.from(), range.anchor);
2866 anchor = maxPos(oldRange.to(), range.head);