Home
last modified time | relevance | path

Searched defs:newRange (Results 1 – 12 of 12) sorted by relevance

/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/sdk/
DCSSStyleModel.js715 sourceStyleSheetEdited: function(styleSheetId, oldRange, newRange) argument
917 sourceStyleRuleEdited: function(oldRange, newRange) argument
980 sourceStyleSheetEdited: function(styleSheetId, oldRange, newRange) argument
1124 sourceStyleSheetEdited: function(styleSheetId, oldRange, newRange) argument
1410 sourceStyleSheetEdited: function(styleSheetId, 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
/external/chromium_org/third_party/WebKit/Source/core/editing/
DDOMSelection.cpp389 void DOMSelection::addRange(Range* newRange) in addRange()
DCompositeEditCommand.cpp525 …RefPtrWillBeRawPtr<Range> newRange = Range::create(document(), node.get(), offset, node.get(), off… in replaceTextInNodePreservingMarkers() local
DEditorCommand.cpp218 RefPtrWillBeRawPtr<Range> newRange = selection.toNormalizedRange(); in expandSelectionToGranularity() local
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
DTextEditor.js329 onTextChanged: function(oldRange, newRange) { }, argument
/external/deqp/modules/gles3/functional/
Des3fBufferWriteTests.cpp145 …tor<tcu::IVec2> addRangeToList (const std::vector<tcu::IVec2>& oldList, const tcu::IVec2& newRange) in addRangeToList()
/external/deqp/modules/gles2/functional/
Des2fBufferWriteTests.cpp145 …tor<tcu::IVec2> addRangeToList (const std::vector<tcu::IVec2>& oldList, const tcu::IVec2& newRange) in addRangeToList()
/external/clang/lib/ARCMigrate/
DTransformActions.cpp520 CharRange newRange(range, Ctx.getSourceManager(), PP); in addRemoval() local
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
DStylesSidebarPane.js273 _styleSheetRuleEdited: function(editedRule, oldRange, newRange) argument
1306 _styleSheetRuleEdited: function(editedRule, oldRange, newRange) argument