Searched refs:idOrElement (Results 1 – 2 of 2) sorted by relevance
7 CanvasKit.MakeSWCanvasSurface = function(idOrElement) { argument8 var canvas = idOrElement;10 canvas = document.getElementById(idOrElement);12 throw 'Canvas with id ' + idOrElement + ' was not found';