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

/external/chromium/chrome/browser/resources/picasaweb_uploader/js/
H A Dpicasa_client.js5 picasa = {}
12 picasa.LocalFile = function(file) {
20 picasa.LocalFile.prototype = {
65 * Album object stores information about picasa album.
67 picasa.Album = function(id, title, location, description, link) {
79 * Client object stores user credentials and gets from and sends to picasa
82 picasa.Client = function() {
86 picasa.Client.prototype = {
105 * @type {Array.<picasa.Album>}
142 * @type {Array.<picasa
[all...]

Completed in 52 milliseconds