Home | History | Annotate | Download | only in docs

Lines Matching full:imagedata

627                 <p>Sets the icon for the page 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>
750 <var>imageData</var>
766 <span>ImageData</span>
778 <dd>Pixel data for an image. Must be an ImageData object (for example, from a canvas element).</dd>