Lines Matching refs:elementsById
9518 this.elementsById = {};
9542 var elementsById = this.elementsById;
9559 if (elementsById[id]) {
9563 elementsById[id] = element;
10146 var elementsById = context.elementsById;
10153 var reference = elementsById[r.id];
10317 var elementsById = context.elementsById;
10326 elementsById: elementsById,
15716 elementsById: data.elementsById
15734 var elementsById = result.elementsById;
15741 elementsById: elementsById,
16381 this._collectIds(event.definitions, event.elementsById);
16416 BaseModeler.prototype._collectIds = function(definitions, elementsById) { argument
16425 for (id in elementsById) {
16426 ids.claim(id, elementsById[id]);