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

/external/chromium_org/third_party/skia/include/core/
H A DSkData.h53 size_t copyRange(size_t offset, size_t length, void* buffer) const;
H A DSkTDArray.h269 int copyRange(T* dst, int index, int max) const { function in class:SkTDArray
281 this->copyRange(dst, 0, fCount);
/external/skia/include/core/
H A DSkData.h53 size_t copyRange(size_t offset, size_t length, void* buffer) const;
H A DSkTDArray.h269 int copyRange(T* dst, int index, int max) const { function in class:SkTDArray
281 this->copyRange(dst, 0, fCount);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
H A DCSSSourceFrame.js88 var cssUnitText = this.textEditor.copyRange(cssUnitRange);
H A 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/WebKit/Source/devtools/front_end/ui/
H A DTextEditor.js223 copyRange: function(range) { },
/external/chromium_org/third_party/skia/src/pdf/
H A DSkTSet.h220 fOrderedArray->copyRange(dst, 0, fOrderedArray->count());
295 fOrderedArray->copyRange(sortedBase, 0, count);
/external/skia/src/pdf/
H A DSkTSet.h220 fOrderedArray->copyRange(dst, 0, fOrderedArray->count());
295 fOrderedArray->copyRange(sortedBase, 0, count);
/external/chromium_org/third_party/skia/src/core/
H A DSkData.cpp35 size_t SkData::copyRange(size_t offset, size_t length, void* buffer) const { function in class:SkData
/external/skia/src/core/
H A DSkData.cpp35 size_t SkData::copyRange(size_t offset, size_t length, void* buffer) const { function in class:SkData
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
H A DCodeMirrorTextEditor.js524 copyRange: function(textRange)
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 this._suggestBox.updateSuggestions(this._anchorBox, wordsWithPrefix, 0, true, this._textEditor.copyRange(prefixRange));
2049 var textToFind = this._textEditor.copyRange(range);
H A DSourceFrame.js799 var selectedText = this._textEditor.copyRange(textRange);

Completed in 250 milliseconds