Home | History | Annotate | Download | only in photo

Lines Matching refs:album

12  * If user chooses to create a new album, result will be a fake album with
23 this.container_.className = 'select-album-dialog-container';
28 this.shield_.className = 'select-album-dialog-shield';
32 this.frame_.className = 'select-album-dialog-frame';
36 this.caption_.className = 'select-album-dialog-caption';
40 this.list_.classList.add('select-album-list');
62 buttons.className = 'select-album-dialog-buttons';
127 * @param {string} defaultNewName Default name of the new album.
138 // Fake item to create new album.
173 var album = this.dataModel_.item(index);
175 album.name = this.nameEdit_.value;
176 this.onOk_(album);