Home | History | Annotate | Download | only in docs

Lines Matching full:imagedata

1107                 <p>Sets the icon for the browser action. The icon can be specified either as the path to an image file or as the pixel data from a canvas element. Either the <b>path</b> or the <b>imageData</b> property must be specified.</p>
1162 <var>imageData</var>
1178 <span>ImageData</span>
1190 <dd>Pixel data for an image. Must be an ImageData object (for example, from a <code>canvas</code> element).</dd>