Home
last modified time | relevance | path

Searched defs:newRange (Results 1 – 11 of 11) 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
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
DSourceFrame.js314 onTextChanged: function(oldRange, newRange) argument
836 onTextChanged: function(oldRange, newRange) argument
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DCSSStyleModel.js830 sourceStyleSheetEdited: function(styleSheetId, oldRange, newRange) argument
1061 sourceStyleSheetEdited: function(styleSheetId, oldRange, newRange) argument
1201 sourceStyleSheetEdited: function(styleSheetId, oldRange, newRange) argument
1473 sourceStyleSheetEdited: function(styleSheetId, oldRange, newRange) argument
/external/chromium_org/third_party/WebKit/Source/core/page/
DDOMSelection.cpp393 void DOMSelection::addRange(Range* newRange) in addRange()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
DTextEditor.js322 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/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
DStylesSidebarPane.js170 _styleSheetRuleEdited: function(editedRule, oldRange, newRange) argument
1154 _styleSheetRuleEdited: function(editedRule, oldRange, newRange) argument
/external/clang/lib/ARCMigrate/
DTransformActions.cpp520 CharRange newRange(range, Ctx.getSourceManager(), PP); in addRemoval() local
/external/chromium_org/third_party/WebKit/Source/core/editing/
DCompositeEditCommand.cpp515 …RefPtrWillBeRawPtr<Range> newRange = Range::create(document(), node.get(), offset, node.get(), off… in replaceTextInNodePreservingMarkers() local
DEditorCommand.cpp216 RefPtrWillBeRawPtr<Range> newRange = selection.toNormalizedRange(); in expandSelectionToGranularity() local