/external/chromium_org/third_party/skia/include/core/ |
D | SkData.h | 53 size_t copyRange(size_t offset, size_t length, void* buffer) const;
|
D | SkTDArray.h | 269 int copyRange(T* dst, int index, int max) const { in copyRange() function 281 this->copyRange(dst, 0, fCount); in copy()
|
/external/skia/include/core/ |
D | SkData.h | 53 size_t copyRange(size_t offset, size_t length, void* buffer) const;
|
D | SkTDArray.h | 269 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/ |
D | SkTSet.h | 220 fOrderedArray->copyRange(dst, 0, fOrderedArray->count()); in copy() 295 fOrderedArray->copyRange(sortedBase, 0, count); in arraysConsistent()
|
/external/skia/src/pdf/ |
D | SkTSet.h | 220 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/ |
D | TextEditor.js | 223 copyRange: function(range) { }, method in WebInspector.TextEditor
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/ |
D | CSSSourceFrame.js | 88 var cssUnitText = this.textEditor.copyRange(cssUnitRange);
|
D | JavaScriptSourceFrame.js | 199 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/ |
D | SkData.cpp | 35 size_t SkData::copyRange(size_t offset, size_t length, void* buffer) const { in copyRange() function in SkData
|
/external/skia/src/core/ |
D | SkData.cpp | 35 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/ |
D | CodeMirrorTextEditor.js | 524 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);
|
D | SourceFrame.js | 799 var selectedText = this._textEditor.copyRange(textRange);
|