Home
last modified time | relevance | path

Searched refs:copyRange (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
DSkData.h53 size_t copyRange(size_t offset, size_t length, void* buffer) const;
DSkTDArray.h269 int copyRange(T* dst, int index, int max) const { in copyRange() function
281 this->copyRange(dst, 0, fCount); in copy()
/external/skia/include/core/
DSkData.h53 size_t copyRange(size_t offset, size_t length, void* buffer) const;
DSkTDArray.h269 int copyRange(T* dst, int index, int max) const { in copyRange() function
281 this->copyRange(dst, 0, fCount); in copy()
/external/chromium_org/third_party/skia/src/pdf/
DSkTSet.h220 fOrderedArray->copyRange(dst, 0, fOrderedArray->count()); in copy()
295 fOrderedArray->copyRange(sortedBase, 0, count); in arraysConsistent()
/external/skia/src/pdf/
DSkTSet.h220 fOrderedArray->copyRange(dst, 0, fOrderedArray->count()); in copy()
295 fOrderedArray->copyRange(sortedBase, 0, count); in arraysConsistent()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
DTextEditor.js223 copyRange: function(range) { }, method in WebInspector.TextEditor
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
DCSSSourceFrame.js88 var cssUnitText = this.textEditor.copyRange(cssUnitRange);
DJavaScriptSourceFrame.js199 this._innerAddToWatch(this.textEditor.copyRange(textSelection));
218 this._evaluateInConsole(this.textEditor.copyRange(selection));
273 var selection = this.textEditor.copyRange(textSelection);
/external/chromium_org/third_party/skia/src/core/
DSkData.cpp35 size_t SkData::copyRange(size_t offset, size_t length, void* buffer) const { in copyRange() function in SkData
/external/skia/src/core/
DSkData.cpp35 size_t SkData::copyRange(size_t offset, size_t length, void* buffer) const { in copyRange() function in SkData
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
DCodeMirrorTextEditor.js524 copyRange: function(textRange) method in WebInspector.CodeMirrorTextEditor
1804 var mainSelectionContext = this._textEditor.copyRange(mainSelection);
1809 var context = this._textEditor.copyRange(wordRange);
1836 var substituteWord = this._textEditor.copyRange(substituteRange);
1840 var wordsWithPrefix = dictionary.wordsWithPrefix(this._textEditor.copyRange(prefixRange));
1857 …ateSuggestions(this._anchorBox, wordsWithPrefix, 0, true, this._textEditor.copyRange(prefixRange));
2049 var textToFind = this._textEditor.copyRange(range);
DSourceFrame.js799 var selectedText = this._textEditor.copyRange(textRange);