Searched refs:getOrCreateInstanceMap_ (Results 1 – 2 of 2) sorted by relevance
/external/chromium-trace/trace-viewer/src/tracing/trace_model/ |
D | object_collection.js | 49 getOrCreateInstanceMap_: function(id) { method in ObjectCollection 60 var instanceMap = this.getOrCreateInstanceMap_(id); 65 var instanceMap = this.getOrCreateInstanceMap_(id, category, name, ts); 79 var instanceMap = this.getOrCreateInstanceMap_(id, category, name, ts);
|
/external/chromium-trace/ |
D | script.js | 171 …[a];c||(c=[],this.instancesByTypeName_[a]=c);c.push(b);return b},getOrCreateInstanceMap_:function(… method in d 172 …b,a,c,e){return this.getOrCreateInstanceMap_(b).idWasCreated(a,c,e)},addSnapshot:function(b,a,c,e,… 173 return b},idWasDeleted:function(b,a,c,e){if(b=this.getOrCreateInstanceMap_(b,a,c,e).idWasDeleted(a,…
|