Searched defs:appState (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/resources/file_manager/background/js/
H A Dbackground.js202 * 1. The page load handler should initialize the app using |window.appState|
204 * 2. Every time the app state changes the app should update |window.appState|
207 * fit into |window.appState|.
237 * @param {Object} appState App state.
240 AppWindowWrapper.prototype.launch = function(appState, opt_callback) {
251 this.appState_ = appState;
335 contentWindow.appState = this.appState_;
397 * |window.appState|.
417 * @param {Object} appState App state.
420 SingletonAppWindowWrapper.prototype.launch = function(appState, opt_callbac
[all...]

Completed in 284 milliseconds