Searched defs:newRange (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/ |
D | UISourceCodeFrame.js | 111 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/ |
D | SourceFrame.js | 314 onTextChanged: function(oldRange, newRange) argument 836 onTextChanged: function(oldRange, newRange) argument
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/ |
D | CSSStyleModel.js | 830 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/ |
D | DOMSelection.cpp | 393 void DOMSelection::addRange(Range* newRange) in addRange()
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/ |
D | TextEditor.js | 322 onTextChanged: function(oldRange, newRange) { }, argument
|
/external/deqp/modules/gles3/functional/ |
D | es3fBufferWriteTests.cpp | 145 …tor<tcu::IVec2> addRangeToList (const std::vector<tcu::IVec2>& oldList, const tcu::IVec2& newRange) in addRangeToList()
|
/external/deqp/modules/gles2/functional/ |
D | es2fBufferWriteTests.cpp | 145 …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/ |
D | StylesSidebarPane.js | 170 _styleSheetRuleEdited: function(editedRule, oldRange, newRange) argument 1154 _styleSheetRuleEdited: function(editedRule, oldRange, newRange) argument
|
/external/clang/lib/ARCMigrate/ |
D | TransformActions.cpp | 520 CharRange newRange(range, Ctx.getSourceManager(), PP); in addRemoval() local
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | CompositeEditCommand.cpp | 515 …RefPtrWillBeRawPtr<Range> newRange = Range::create(document(), node.get(), offset, node.get(), off… in replaceTextInNodePreservingMarkers() local
|
D | EditorCommand.cpp | 216 RefPtrWillBeRawPtr<Range> newRange = selection.toNormalizedRange(); in expandSelectionToGranularity() local
|