Home | History | Annotate | Download | only in options

Lines Matching refs:manage

55    * @param {string} mode The mode of the overlay (either 'manage' or 'create').
71 * @param {string} mode The mode of the overlay (either 'manage' or 'create').
95 // Receiving the new profile defaults in the manage-user overlay shouldn't mess
114 $('manage-profile-cancel'),
115 $('manage-profile-cancel'));
281 var nameField = $('manage-profile-name');
283 this.setProfileSupervised_(false, 'manage');
290 this.setProfileSupervised_(true, 'manage');
293 expectEquals($('manage-profile-ok'), document.activeElement);
514 assertFalse($('manage-profile-overlay-delete').hidden);
529 assertFalse($('manage-profile-overlay-delete').hidden);
545 this.setProfileSupervised_(false, 'manage');
552 this.setProfileSupervised_(true, 'manage');
631 // In the manage dialog, the name should never be updated on avatar selection.
634 var mode = 'manage';