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

/external/chromium_org/remoting/webapp/js_proto/
H A Dchrome_proto.js383 var LaunchData = function() { class
/external/chromium_org/third_party/closure_compiler/externs/
H A Dchrome_extensions.js203 chrome.app.runtime.LaunchData = function() {};
207 chrome.app.runtime.LaunchData.prototype.id;
211 chrome.app.runtime.LaunchData.prototype.items;
215 chrome.app.runtime.LaunchData.prototype.url;
219 chrome.app.runtime.LaunchData.prototype.referrerUrl;
223 chrome.app.runtime.LaunchData.prototype.isKioskSession;
234 * @param {function(!chrome.app.runtime.LaunchData)} callback
241 * @param {function(!chrome.app.runtime.LaunchData)} callback
247 * @param {function(!chrome.app.runtime.LaunchData)} callback

Completed in 132 milliseconds