Home
last modified time | relevance | path

Searched refs:getAllInstancesNamed (Results 1 – 8 of 8) sorted by relevance

/external/chromium-trace/trace-viewer/src/cc/
Dpicture_test.js18 var instance = p.objects.getAllInstancesNamed('cc::Picture')[0];
29 var instance = p.objects.getAllInstancesNamed('cc::Picture')[0];
Dpicture_ops_list_view_test.js22 var instance = p.objects.getAllInstancesNamed('cc::Picture')[0];
36 var instance = p.objects.getAllInstancesNamed('cc::Picture')[0];
Dlayer_viewer_test.js18 var instance = p.objects.getAllInstancesNamed('cc::LayerTreeHostImpl')[0];
34 var instance = p.objects.getAllInstancesNamed('cc::LayerTreeHostImpl')[0];
Dlayer_tree_host_impl_test.js17 var instance = p.objects.getAllInstancesNamed('cc::LayerTreeHostImpl')[0];
Dtile_test.js17 var instance = p.objects.getAllInstancesNamed('cc::Tile')[0];
Dlayer_tree_host_impl_view_test.js18 var instance = p.objects.getAllInstancesNamed('cc::LayerTreeHostImpl')[0];
/external/chromium-trace/trace-viewer/src/tracing/trace_model/
Dobject_collection.js133 getAllInstancesNamed: function(name) { method in ObjectCollection
/external/chromium-trace/
Dscript.js169 …r b=[];this.iterObjectInstances(function(a){b.push(a)});return b},getAllInstancesNamed:function(b)…