OLD | NEW |
1 // SSSSSSSSSSSSSSS TTTTTTTTTTTTTTTTTTTTTTT OOOOOOOOO PPPPPPPPPPPPPPPP
P | 1 // SSSSSSSSSSSSSSS TTTTTTTTTTTTTTTTTTTTTTT OOOOOOOOO PPPPPPPPPPPPPPPP
P |
2 // SS:::::::::::::::ST:::::::::::::::::::::T OO:::::::::OO P:::::::::::::::
:P | 2 // SS:::::::::::::::ST:::::::::::::::::::::T OO:::::::::OO P:::::::::::::::
:P |
3 // S:::::SSSSSS::::::ST:::::::::::::::::::::T OO:::::::::::::OO P::::::PPPPPP:::
::P | 3 // S:::::SSSSSS::::::ST:::::::::::::::::::::T OO:::::::::::::OO P::::::PPPPPP:::
::P |
4 // S:::::S SSSSSSST:::::TT:::::::TT:::::TO:::::::OOO:::::::OPP:::::P P::
:::P | 4 // S:::::S SSSSSSST:::::TT:::::::TT:::::TO:::::::OOO:::::::OPP:::::P P::
:::P |
5 // S:::::S TTTTTT T:::::T TTTTTTO::::::O O::::::O P::::P P::
:::P | 5 // S:::::S TTTTTT T:::::T TTTTTTO::::::O O::::::O P::::P P::
:::P |
6 // S:::::S T:::::T O:::::O O:::::O P::::P P::
:::P | 6 // S:::::S T:::::T O:::::O O:::::O P::::P P::
:::P |
7 // S::::SSSS P::::PPPPPP:::
::P | 7 // S::::SSSS P::::PPPPPP:::
::P |
8 // SS::::::SSSSS This file is generated. To update it, P:::::::::::::
PP | 8 // SS::::::SSSSS This file is generated. To update it, P:::::::::::::
PP |
9 // SSS::::::::SS run roll_compiler_version. P::::PPPPPPPPP | 9 // SSS::::::::SS run roll_compiler_version. P::::PPPPPPPPP |
10 // SSSSSS::::S P::::P | 10 // SSSSSS::::S P::::P |
(...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
452 | 452 |
453 | 453 |
454 /** @type {!ChromeEvent} */ | 454 /** @type {!ChromeEvent} */ |
455 chrome.app.window.AppWindow.prototype.onRestored; | 455 chrome.app.window.AppWindow.prototype.onRestored; |
456 | 456 |
457 | 457 |
458 /** @type {!Window} */ | 458 /** @type {!Window} */ |
459 chrome.app.window.AppWindow.prototype.contentWindow; | 459 chrome.app.window.AppWindow.prototype.contentWindow; |
460 | 460 |
461 | 461 |
| 462 /** @type {!chrome.app.window.Bounds} */ |
| 463 chrome.app.window.AppWindow.prototype.innerBounds; |
| 464 |
| 465 |
| 466 /** @type {!chrome.app.window.Bounds} */ |
| 467 chrome.app.window.AppWindow.prototype.outerBounds; |
| 468 |
| 469 |
462 /** | 470 /** |
463 * @typedef {?{ | 471 * @typedef {?{ |
464 * left: number, | 472 * left: number, |
465 * top: number, | 473 * top: number, |
466 * width: number, | 474 * width: number, |
467 * height: number, | 475 * height: number, |
468 * minWidth: (number|undefined), | 476 * minWidth: (number|undefined), |
469 * minHeight: (number|undefined), | 477 * minHeight: (number|undefined), |
470 * maxWidth: (number|undefined), | 478 * maxWidth: (number|undefined), |
471 * maxHeight: (number|undefined), | 479 * maxHeight: (number|undefined), |
(...skipping 8638 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
9110 | 9118 |
9111 | 9119 |
9112 /** | 9120 /** |
9113 * Installs the given app ID. | 9121 * Installs the given app ID. |
9114 * @param {string} id | 9122 * @param {string} id |
9115 * @param {function(string, string): void=} opt_callback Response callback that | 9123 * @param {function(string, string): void=} opt_callback Response callback that |
9116 * returns two string: (1) an error string (or empty string on success) and | 9124 * returns two string: (1) an error string (or empty string on success) and |
9117 * (2) an error code in case of error | 9125 * (2) an error code in case of error |
9118 */ | 9126 */ |
9119 chrome.inlineInstallPrivate.install = function(id, opt_callback) {}; | 9127 chrome.inlineInstallPrivate.install = function(id, opt_callback) {}; |
OLD | NEW |