/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/ |
D | codemirror.js | 1019 to: function() { return maxPos(this.anchor, this.head); }, method 1322 function add(left, top, width, bottom) { function 1339 …ections(getOrder(lineObj), fromArg || 0, toArg == null ? lineLen : toArg, function(from, to, dir) { argument 2182 function buildViewArray(cm, from, to) { argument 2198 function regChange(cm, from, to, lendiff) { argument 2322 function adjustView(cm, from, to) { argument 2445 …var changeEvent = {from: from, to: to, text: multiPaste ? multiPaste[i % multiPaste.length] : text… property 2971 var change = {from: pos, to: pos, text: splitLines(text.join("\n")), origin: "paste"}; property 3455 to: change.to, property 3491 makeChangeInner(doc, {from: split[i].from, to: split[i].to, text: i ? [""] : change.text}); property [all …]
|
/external/libpng/contrib/tools/ |
D | pngfix.c | 195 uarb_copy(uarb to, uarb from, int idigits) in uarb_copy() 208 uarb_inc(uarb num, int in_digits, png_int_32 add) in uarb_inc() 248 uarb_add32(uarb num, int in_digits, png_uint_32 add) in uarb_add32() 616 IDAT_list_init(struct IDAT_list *list) in IDAT_list_init() 625 IDAT_list_size(struct IDAT_list *list, unsigned int length) in IDAT_list_size() 638 struct IDAT_list *list = IDAT_list->next; in IDAT_list_end() local 1919 struct IDAT_list *list; in process_IDAT() local 2497 struct IDAT_list *list = zlib->idat->idat_list_head; in zlib_run() local
|
/external/chromium_org/third_party/WebKit/Source/core/css/parser/ |
D | CSSPropertyParser.cpp | 632 RefPtrWillBeRawPtr<CSSValueList> list = nullptr; in parseValue() local 1120 RefPtrWillBeRawPtr<CSSValueList> list = parseTransformOrigin(); in parseValue() local 1167 RefPtrWillBeRawPtr<CSSValueList> list = parseTransformOrigin(); in parseValue() local 1539 PassRefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createCommaSeparated(); in addFillValue() local 3149 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createCommaSeparated(); in parseAnimationPropertyList() local 3602 bool CSSPropertyParser::parseGridTrackRepeatFunction(CSSValueList& list) in parseGridTrackRepeatFunction() 3789 PassRefPtrWillBeRawPtr<CSSValue> CSSPropertyParser::parseGridAutoFlow(CSSParserValueList& list) in parseGridAutoFlow() 4343 RefPtrWillBeRawPtr<CSSValueList> list = CSSValueList::createSpaceSeparated(); in parseBasicShapeAndOrBox() local 4482 FontFamilyValueBuilder(CSSValueList* list) in FontFamilyValueBuilder() 4487 void add(const CSSParserString& string) in add() function in blink::FontFamilyValueBuilder [all …]
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
D | Simplify.cpp | 1005 void add(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) { in add() function 1020 void add(const Bounds& toAdd) { in add() function 1024 void add(const SkPoint& pt) { in add() function 1444 bool to = sumWinding != 0; in activeWinding() local 3684 int to = from; in nextSpan() local 3703 int to = from; in nextExactSpan() local 6342 static void makeContourList(SkTArray<Contour>& contours, SkTDArray<Contour*>& list, in makeContourList()
|
/external/skia/experimental/Intersection/ |
D | Simplify.cpp | 1005 void add(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) { in add() function 1020 void add(const Bounds& toAdd) { in add() function 1024 void add(const SkPoint& pt) { in add() function 1444 bool to = sumWinding != 0; in activeWinding() local 3684 int to = from; in nextSpan() local 3703 int to = from; in nextExactSpan() local 6342 static void makeContourList(SkTArray<Contour>& contours, SkTDArray<Contour*>& list, in makeContourList()
|
/external/chromium_org/third_party/d3/src/ |
D | d3.js | 8 var d3_arraySlice = [].slice, d3_array = function(list) { argument 15 d3_array = function(list) { argument 373 add: function(value) { method 2764 add: function(y) { method in d3_adder 3403 function d3_geo_clipAntimeridianInterpolate(from, to, direction, listener) { argument 3641 function interpolate(from, to, direction, listener) { argument 4376 return function(from, to, direction, listener) { argument 5524 root.add = function(d) { function
|
/external/chromium_org/v8/src/ |
D | api.cc | 753 void NeanderArray::add(i::Handle<i::Object> value) { in add() function in v8::NeanderArray 786 i::Handle<i::Object> list(Utils::OpenHandle(templ)->property_list(), isolate); in TemplateSet() local 1289 i::Handle<i::Object> list(info->property_accessors(), isolate); in AddPropertyToTemplate() local 7226 const i::HeapEntry* to = ToInternal(this)->to(); in GetToNode() local
|