Home | History | Annotate | Download | only in webapp

Lines Matching defs:Storage

71 chrome.storage = {};
73 /** @type {chrome.Storage} */
74 chrome.storage.local;
76 /** @type {chrome.Storage} */
77 chrome.storage.sync;
80 chrome.Storage = function() {};
87 chrome.Storage.prototype.get = function(items, callback) {};
94 chrome.Storage.prototype.set = function(items, opt_callback) {};
101 chrome.Storage.prototype.remove = function(items, opt_callback) {};
107 chrome.Storage.prototype.clear = function(opt_callback) {};