accessibility.js |
The AccessibleInfobar is a class responsible for creating the markup for the
accessible highlighter. It is also reponsible for updating content within the
infobar such as role and name values.
|
19726 |
canvas.js |
Draws a rect to the context given and applies a transformation matrix if passed.
The coordinates are the start and end points of the rectangle's diagonal.
@param {CanvasRenderingContext2D} ctx
The 2D canvas context.
@param {Number} x1
The x-axis coordinate of the rectangle's diagonal start point.
@param {Number} y1
The y-axis coordinate of the rectangle's diagonal start point.
@param {Number} x2
The x-axis coordinate of the rectangle's diagonal end point.
@param {Number} y2
The y-axis coordinate of the rectangle's diagonal end point.
@param {Array} [matrix=identity()]
The transformation matrix to apply.
|
20377 |
markup.js |
Is this content window a XUL window?
@param {Window} window
@return {Boolean}
|
23784 |
moz.build |
|
351 |